I try

mount -t ntfs -o rw /dev/sdb1 /mnt/exthdd

it doesn't give me any response so I presume it succeeded but when I try to touch it, it tells me it's a read-only file system

This is driving me nuts

link|improve this question

62% accept rate
/dev/sdb1 on /mnt/exthdd type ntfs (rw) – blsub6 Oct 7 '10 at 1:03
feedback

1 Answer

up vote 1 down vote accepted

ntfs is the kernel read-only driver. ntfs-3g is the FUSE read/write driver.

link|improve this answer
You're the man, that's exactly what I needed. Thank you – blsub6 Oct 7 '10 at 1:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.