HI,
I have an external HD. It is partitioned at NTFS in windwos and I use FC8 and use ntfs-3g
fdisk -l is
/dev/sdc1 1 60801 488384001 7 HPFS/NTFS
ls -l as user shows
drwxrwxrwx 1 root root 0 2008-01-31 10:19 back_up
drwxrwxrwx 1 root root 4096 2008-01-27 09:12 Data
drwxrwxrwx 1 root root 0 2008-01-20 18:29 laptop_01202008
drwxrwxrwx 1 root root 0 2008-01-31 07:50 mm
drwxrwxrwx 1 root root 0 2008-01-29 13:47 System Volume Information
drwxrwxrwx 1 root root 0 2008-01-31 19:27 unison-folderB
The drive mount prpoperly but I cant write to it as user. I can only wrtote to it as root.
My fstab is
/dev/sdc1 /media/my_book ntfs-3g rw,dmask=000,fmask=000 0 0
I have also tried defaults,umask=000 0 0
I have also tried chmod 777 /media/my_book.
Please help. Any comments/suggestions are appreciated
Thanks
Jimmy