curaga
Group: Members
Posts: 2163
Joined: Feb. 2007 |
|
Posted: May 06 2007,12:07 |
|
Hd install remembers all.. Just use the nofstab code, so it won't overwrite it on reboot.
There is also supermount, which is a kernel side thingy, so it's lighter and more convenient than automounter. But you need to compile your own kernel for that....
Make the directories you want before rebooting.. Here would be your fstab little modified:
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 |
-------------- There's no such thing as life. Those mean little jocks invented it ;) - Windows is not a virus. A virus does something!
|