[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ntfs写支持问题



前不久正好关心了一下 ntfs 的写问题(http://www.linux-ntfs.org/);. 研究结果如下:

内核 driver 对写操作的支持还是不够全面,无法创建或删除文件。但是对于一个已经存在的文件进行写操作是没有问题的.

好消息是,使用 ntfsmount(http://wiki.linux-ntfs.org/doku.php?id=ntfsmount)
创建的用户空间文件系统,勉强可以说是能支持 NTFS 的写操作了,不过创建或者删除一个文件有 50% 的可能失败.

What do you mean by "This will either succeed or it will be refused"?

When the comments say that something is refused then this means that
directories in NTFS are balanced trees and there are a lot of cases to
support however not all of them are implemented yet. Refusal to do an
operation does not mean that the volume will be corrupted! Actually it
means just the opposite: it's a guarantee that your data is always
safe (If you have any problems then please tell us and we'll fix
ntfsmount so it will not ever happen again.)

Reply to: