Fstab
From MorphixWiki
sitgetla relervardron delolo getdomd Content-Transfer-Encoding: binary
[edit] # This is the /etc/fstab for a system installed in hard disk with 2 hard disks (hda1 with Windows and hd1 with Morphix), 1 usb key, 1 dvd-rom and 1 cd-rw.
[edit] # Change user to users if you have it in any line. With the user option only the user who mounted the device can unmount it. To allow anyone to unmount the device, use the option users.
/dev/hdb1 / ext3 defaults 0 1
proc /proc proc defaults 0 0
/dev/fd0 /mnt/auto/floppy auto defaults,user,noauto,showexec,umask=022 0 0
/dev/cdrom /mnt/auto/cdrom iso9660 ro,users,noauto,exec,unhide 0 0
/dev/scd1 /mnt/auto/cdrom1 defaults,ro,noauto,users,exec 0 0
auto defaults,ro,users,noexec,noauto 0 0
/dev/sda1 /mnt/auto/key1 auto defaults,rw,user,exec,noauto 0 0
[edit] # Added by morphix during install
/dev/hda1 /mnt/hda1 vfat noauto,users,exec 0 0
[edit] # Added by morphix during install
/dev/hdb1 /mnt/hdb1 ext3 noauto,users,exec 0 0
Get root and using Nautilus (for this, type Nautilus in a root terminal), review and be sure that the next directories exist in mnt/auto/ or create them:
- /mnt/auto/floppy
- /mnt/auto/cdrom
- /mnt/auto/cdrom1 (if you have two CD/DVD units)
- /mnt/auto/key1 (for the USB key)
And in /mnt/:
- /mnt/hda1
See also :

