ntfs write?

Alma J Wetzker almaw
Fri Dec 31 13:09:53 PST 2004


Net Llama! wrote:
> On 12/27/2004 02:51 PM, Roger Oberholtzer wrote:
> 
>> On Mon, 2004-12-27 at 14:13 -0800, Ken Moffat wrote:
>>
>>> Any progress being made on linux' ability to write to an ntfs (WinXP) 
>>> partition? I transferred some .avi's via samba to an ntfs share, and 
>>> they seem not to have written correctly. The titles are mixed up, and 
>>> the files usually play for only about 2 seconds before stalling.
>>>
>>
>>
>> In the 2.6 kernel, there is the ability to write to ntfs volumes - if
>> you do not change the size of the file. Just the contents. So, it looks
>> like samba will remain.
> 
> 
> how does one not change the size of a file when changing its contents?
> 
> 
AFAIK, they are talking about changing the amount of disk space that it takes 
up.  That would depend on the granularity of the fs, what is the smallest 
block that the fs can allocate.  As long as you do not change the number of 
blocks that the file uses, writing it back is no problem.  If you change the 
blocks used, then you need to worry about the directory entry and file tags 
and all that meta junk that is still experimental.

     -- Alma


More information about the Linux-users mailing list