--- purple <[EMAIL PROTECTED]> wrote:

> /etc/fstab:
> 
> /dev/hdb1       /                   ext3         
> noatime,data=journal
>                 0 1
> /dev/hdb5        none            swap
> sw                                                 
> 0 0
> /dev/hda1       /mnt/c           ntfs
> defaults,uid=500,gid=500,nls=utf8     0 0
> /dev/hda5       /mnt/d           ntfs
> defaults,uid=500,gid=500,nls=utf8     0 0
> /dev/hdb6       /mnt/e           vfat
> defaults,uid=500,gid=500                  0 0
> /dev/hdc         /mnt/cdrom    iso9660   
> wheel,auto,ro,uid=500,gid=500
>       0 0
> /dev/sda1       /mnt/usb        vfat
> wheel,defaults                                  0 0
> 

Here's from mine:

'sdb' because the SATA drive is sda. vfat is compiled
into the kernel(you could make it a module). 'auto' so
you don't have to specify it and works for non-fat
drives, provided the appropriate drivers are up and
running. 'noauto' is specified because I prefer to
manually mount and unmount my usb-stick. I believe if
you put 'auto' there it'll mount automatically.


/dev/sdb1       /usb    auto           
noauto,user,rw,exec     0 0

/dev/hdc        /cdrom  auto    noauto,user     0 0

Again 'noauto' forcing a manual mount and 'auto' means
mount any fs *provided* support is available either in
the kernel or as a module.

And make sure the columns are separated by at least
one <tab>.

HTH

Maxim.


       
____________________________________________________________________________________
Be a better Globetrotter. Get better travel answers from someone who knows. 
Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545469
-- 
[EMAIL PROTECTED] mailing list

Reply via email to