Quote |
/dev/hda2 / ext3 defaults,errors=remount-ro 0 1 proc /proc proc defaults 0 0 /dev/fd0 /mnt/auto/floppy vfat defaults,users,noauto,rw,showexec,umask=000,uid=1001,gid=50 0 0 /dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto,uid=1001,gid=50 0 0 /dev/hda1 /disk_A vfat auto,users,exec,umask=000,uid=1001,gid=50 0 0 /dev/hda5 swap swap defaults 0 0 /dev/hdb1 /disk_B vfat auto,users,exec,umask=000,uid=1001,gid=50 0 0 |
Quote (curaga @ May 06 2007,08:07) | ||
Make the directories you want before rebooting.. Here would be your fstab little modified:
|
Code Sample |
# mount /dev/hda1 /disk_A only root can do that |