Skip to Content.
Sympa Menu

baslinux - Re: [BL] (no subject)

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: baslinux AT lists.ibiblio.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] (no subject)
  • Date: Sun, 22 Jul 2007 10:02:49 +1200

Message from Steven
===================
Czerno wrote:
>
> I put my added "insmod" commands (for cdrom & network)
> as well as "udhcpc" and "mount" in file : /etc/rc ;
> is this the correct place

Yes (although the mount normally goes in /etc/fstab).

> 2/ Need to access second hard disk (2 FAT16 partitions).
> What I did (sample) : mkdir /DD
> mount -t msdos /dev/hdb1

That should be:
------------------------------
mount -t msdos /dev/hdb1 /DD
------------------------------

> How would I make it permanent ?

Put it in: /etc/fstab

> Is it possible in BL3 to have VFAT type mounts ?

Yes. Get the vfat module (from BL3 site) and insmod it.

Cheers,
Steven




Archive powered by MHonArc 2.6.24.

Top of Page