View Single Post
woody14619's Avatar
Posts: 1,455 | Thanked: 3,309 times | Joined on Dec 2009 @ Rochester, NY
#1037
Originally Posted by impeham View Post
Is it possible to connect an NTFS disk on key in read/write mode?
I think the default is read only, but you can probably enable write. Try remounting the device, like this:

Code:
mount -o remount,rw /media/<Insert-mount-name-here>
It may also be a compile-time option for the module, depending on how old the kernel is, but I'm thinking even with our older kernel it should be in there to allow it.