This is my FSTAB
Code:
# /etc/fstab: static file system information.
#
# <device> <mount point> <type> <options> <dump> <pass>
/dev/hdb1 / ext3 defaults,errors=remount-ro 0 1
/dev/hda1 /windows ntfs defaults,ro,gid=windows,umask=002 0 0 $
/dev/hdb2 none swap sw 0 0
proc /proc proc defaults 0 0
/dev/fd0 /floppy auto defaults,user,noauto 0 0
/dev/scd0 /cdrom udf,iso9660 defaults,user,noauto,ro 0 0
I'm thinking of something that will let me use my USB drives, camera, and MP3 Player. A mount point like /USBfontlower for camera and MP3 plus USB drives get /USBfronttop.
Possible?
Sorry, this is my first removable drive i've had to use in any *nix OS.
Use
LINUX not
WINDOZE
Peter