I would like to have all my drives automounted. However, I seem to be having a problem. I have one (advertised size

)250GB hard drive, and I Have several partitions on it, A 14GB ext3(Where linuxmint is installed), 45GB ext3, 101ext3, a 55.3GB ext3, and a 13.8 NTFS. I would like to have them all automounted, (It only automounts the NTFS). I changed the noauto to auto, but it seems that it was something else, because it kept mounting for a while (didn't work though it just kept trying again and again), but it must have been the wrong thing. Any help please?
- Code: Select all
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda3
UUID=8b588b96-917d-4b49-8357-316281e95984 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda9
UUID=c0f3b1dd-4de8-4a96-8609-4325b5a96887 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0