View Single Post
Old 19-05-2007, 04:16 PM   #3 (permalink)
sachin_kothari
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 569
Default Re: Unable to mount NTFS Partitions

i am just double clicking the drives in My Computer.
thats how i use my external hdd partitions.
i dont know what entries are to be made in /etc/fstab.
actually i am a newbie in linux. so dont know much about it.

Also i cannot write to the external hdd partitions. it is read only.

ok, i somehow managed to insert the lines in /etc/fstab.
now i am able to access all my partitions.
but i still cant write to them.
here is my /etc/fstab file

Quote:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda9 / ext3 defaults,errors=remount-ro 0 1
/dev/hda10 none swap sw 0 0
/dev/hdd /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
/dev/hda1 /mnt/XP ntfs rw,user,umask=000 0 0
/dev/hda5 /mnt/VISTA ntfs rw,user,umask=000 0 0
/dev/hda6 /mnt/DOWNLOADS ntfs rw,user,umask=000 0 0
/dev/hda7 /mnt/JUNK ntfs rw,user,umask=000 0 0
/dev/hda8 /mnt/ENTERTAINMENT ntfs rw,user,umask=000 0 0

Last edited by sachin_kothari; 19-05-2007 at 04:38 PM. Reason: Automerged Doublepost
sachin_kothari is offline