Does DSL support NTFS??Forum: User Feedback Topic: Does DSL support NTFS?? started by: sankarv Posted by sankarv on July 19 2006,04:09
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 Posted by ^thehatsrule^ on July 19 2006,09:13
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. Posted by l0st on July 22 2006,14:25
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 > |