LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Setting captive-ntfs in etc/fstab does not work (https://www.linuxquestions.org/questions/suse-opensuse-60/setting-captive-ntfs-in-etc-fstab-does-not-work-548808/)

Setya 04-25-2007 03:04 AM

Setting captive-ntfs in etc/fstab does not work
 
Hi all,

I installed captive-ntfs to write/delete files in NTFS filesystem. Actually when I mount manually using command 'mount -t captive-ntfs /dev/hda1 /windows/C', it works as expected. But I don't want to manually type those commands everytime I reboot my laptop, so I add the following settings in my /etc/fstab file :

/dev/hda1 /windows/C captive-ntfs default,noauto 0 0

But after adding this setting when I go to /windows/C and type ls -l I can not see any files in it. What have I done wrong ?

I use OpenSuse 10.2.

Any help would be greatly appreciated.

Best Regards,

Setya

auxsvr 04-25-2007 12:02 PM

Captive-ntfs is very old and deprecated. You should try ntfsprogs-fuse, which has more functionality, works faster and is safer.

WesM 04-25-2007 03:59 PM

Ok, now I'm confused. I need more than just the latest fuse and ntfs-3g software? What I'd like to do is simular, I've fired MS XP and have a usb harddrive in ntfs format that travels. I'd like it to mount with full read/write capabilities when I plug it into my laptop.

auxsvr 04-26-2007 09:07 AM

I have installed the ntfsprogs-fuse-1.13.1-3 RPM package and everything works fine (except that I haven't used the windows partition for over 4 months, as it's useless).

igu 04-26-2007 03:00 PM

Quote:

Originally Posted by WesM
Ok, now I'm confused. I need more than just the latest fuse and ntfs-3g software?

No, you don't need. Ntfsprogs-fuse is old, buggy, slow, limited, unsafe and deprecated. Ntfs-3g is an actively developed, huge improvement over the abandoned ntfsprogs-fuse.

Setya 04-26-2007 11:12 PM

Quote:

Originally Posted by igu
No, you don't need. Ntfsprogs-fuse is old, buggy, slow, limited, unsafe and deprecated. Ntfs-3g is an actively developed, huge improvement over the abandoned ntfsprogs-fuse.

Yes, I have installed Ntfs-3g successfully, but when I tried to mount I encountered warning about the Linux Kernel version not conforming to Ntfs-3g's need. But everything else works perfectly. Should I update the Linux Kernel ?

Regards,

Setya


All times are GMT -5. The time now is 05:45 PM.