Re: writeable ntfs
From: Enrique Perez-Terron (enrio_at_online.no)
Date: 10/19/05
- Previous message: Enrique Perez-Terron: "Re: What can I check to fix system performance?"
- In reply to: Abanowicz Tomasz: "writeable ntfs"
- Next in thread: onehappymadman_at_yahoo.com: "Re: writeable ntfs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 19 Oct 2005 21:58:42 +0200
On Tue, 18 Oct 2005 16:39:53 +0200, Abanowicz Tomasz <abanowicztomek@wp.pl> wrote:
> Hello
>
> I can't write into ntfs partition in spite it is mounted as read/write
>
> kernel: 2.6.12.5
> compiled with:
> <*> NTFS file system support
> [*] NTFS write support
Linux NTFS support had a sad history of problems, and it was almost
given up until a new rewrite recently was included in mainline. I am
not sure of when that happened, it may have been as late as 2.6.13.
Due to all the problems, the previous version was crippled to write
only inside existing files, that is, only when it was not necessary
to alter the metadata structure. That means no new files, no renames,
no moves, no append, not even delete. It was essentially a read
function turned ont a write.
Due to license fears and other issues, distributions may or may not
include the new ntfs code in their kernels.
> partition mounted via:
> mount -t ntfs /dev/hda1 /mnt/hda1/ -o rw
>
> before mount:
> # ls -l /mnt|grep hda1
> drwxr-xr-x 2 root root 4096 Sep 26 17:38 hda1
>
> after mount:
> # ls -l /mnt|grep hda1
>
> drwx------ 1 root root 4096 Sep 27 14:29 hda1
>
> !!! doesn't work:
> root # touch /mnt/hda1/file
> touch: cannot touch `/mnt/hda1/file': Permission denied
I don't know what error number the old ntfs would use to say "no"
to unsupported operations.
---
By the way, I saw you got an answer from Peter Breuer (Hello Peter!)
but for some reason it was not threaded with your post. It seems to
contain approximately the same information as I give you here, but in
a different style. If you haven't read it yet, his posts are best
read wearing red glasses and a crocodile skin. If you already read it,
be honored, it is much more friendly than many others. He appears
(in my view) to be working hard to become more friendly and informative,
although we may differ in our interpretation of pedagogical issues.
Good luck,
Enrique
- Previous message: Enrique Perez-Terron: "Re: What can I check to fix system performance?"
- In reply to: Abanowicz Tomasz: "writeable ntfs"
- Next in thread: onehappymadman_at_yahoo.com: "Re: writeable ntfs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|