User Feedback :: Does DSL support NTFS??



I have a NTFS  partition which currently im not using . i want to get data from it how can i mount this partition. its not displayed in mount tool.



the command line also failed.


mount /dev/hda10

Yes, it should see them, but the linux kernel will only allow you to mount them as read-only, however, it does seem like a fair number of users have some sort of ntfs problem...

the command should be mount /dev/hda10 /mnt/hda10 for example.  You could force it by using "-t ntfs" as well

You could use captive-ntfs for read-write capabilty.

slashdot recently covered the Linux NTFS Project's new baby.
says it beats captive and the others.
http://developers.slashdot.org/developers/06/07/15/1346250.shtml


original here.