View previous topic :: View next topic |
Author |
Message |
RikBlankestijn Guru
Joined: 01 May 2003 Posts: 315 Location: Arnhem the Netherlands
|
Posted: Sat Jan 10, 2004 11:53 pm Post subject: howto enable ntfs write support? |
|
|
I've compile the kernel (2.6) with read-write support. When I want to write something to a ntfs partition I get permission denied (even if i'm root), before I got the message this is a read-only file system so I think I'm getting closer but what do I have to do next?
line in fstab
Quote: | /dev/hda1 /mnt/winnt ntfs noatime 0 0 |
I've tried other flags too but currently I'm trying it with the above. Please advice. |
|
Back to top |
|
|
_Nomad_ Guru
Joined: 11 Apr 2003 Posts: 571
|
Posted: Sun Jan 11, 2004 12:02 am Post subject: |
|
|
The ntfs support in the kernel is far from complete... In fact all you can do is overwrite existing files, but no change the filesize. This basically means that you can change the permissions of the file, that's it.
I recall seeing a thread a few weeks ago about ntfs write support enabled via wine emulation. This apparently worked above expectations, so you might wanna give that a shot. Just do a searh for ntfs write support.
Cheers |
|
Back to top |
|
|
Dracnor Guru
Joined: 08 Jun 2003 Posts: 397 Location: Pennsylvania
|
Posted: Sun Jan 11, 2004 5:04 am Post subject: |
|
|
_Nomad_ wrote: | I recall seeing a thread a few weeks ago about ntfs write support enabled via wine emulation. This apparently worked above expectations, so you might wanna give that a shot. Just do a searh for ntfs write support. |
I remember reading this on slashdot a while ago. It is called captive. It doesn't look too difficult to implement, but I don't have an ntfs drive to experiment on. Let us know if you use it with success. |
|
Back to top |
|
|
|