by Pep » Wed Feb 06, 2008 7:02
Hi All,
I have already gone through an imense amount of reading on the topic of FSTAB and Mounting and I'm still stumped... I have 2 Windows Partitions C:\ and D:\ that for the life of me I cannot not get them to mount correctly and automaticallly on each boot.
Here is my current FSTAB
none /proc proc defaults 0 0
none /dev/pts devpts mode=0620 0 0
none /proc/bus/usb usbfs defaults 0 0
# /dev/sda1, size=41945652, type=12: Win98 FAT32, LBA-mapped (primary)
/dev/sda1 /mnt/vfat vfat user,exec,rw,auto,iocharset=utf8,umask=0 0 0
# /dev/sda5, size=83891367, type=6: DOS FAT16 (extended)
/dev/sda5 /mnt/wind vfat user,exec,rw,auto,iocharset=utf8,umask=0 0 0
# /dev/sda6, size=4208967, type=130: Linux swap (extended)
/dev/sda6 swap swap defaults 0 0
# /dev/sda7, size=20980827, type=131: Journalised FS: ext3 (extended)
/dev/sda7 / ext3 noatime 1 1
# /dev/sda8, size=41399442, type=131: Journalised FS: ext3 (extended)
/dev/sda8 /home ext3 noatime 1 2
# cdrom: _NEC DVD+-RW ND-6650A
# /dev/sr0 /media/cdrom auto user,exec,ro,noauto 0 0
If I remove SDA1 and SDA5 from my FSTAB they do mount but not automatically and when I view the Properties they are listed as Mounted as media/HQ and media/ Wonder Land
I'm thinking the error has to with the mnt/"name" I have my Win partitions named as HQ (C:\) and Wonder Land (D:\)
Would anyone have some advice on what may be casuing this...?
Thanks.