|
楼主 |
发表于 2003-2-2 09:41:03
|
显示全部楼层
不一定哟……我可是用的可读不写的模块哟。
记得看过一段话……当初没有在意,现在觉悟了。。。
OMP: Red Hat: A quick way to enable NTFS Support
一种让红帽子7.3能支持ntfs的快速方法
Red Hat: A quick way to enable NTFS Support (text only version)
文本版
Created: June 9, 2002
Modified: June 20, 2002
Author: Jim Hayward
Author E-mail: [email protected]
Copyright 2002, Jim Hayward. All Rights Reserved.
Distro Specific: Red Hat Linux
Relevant Links:
http://www.redhat.com
http://linux-ntfs.sourceforge.net
Title: Red Hat: A quick way to enable NTFS Support
Section: Distribution Specific
Sub-Section: Red Hat Linux
What is NTFS?
什么是NTFS
NTFS is the filesystem used by Windows NT, Windows 2000, and Windows XP.
NTFS是Windows NT, Windows 2000, 和 Windows XP所使用的文件系统
Why didn't Red Hat enable NTFS support in their kernels?
为什么红帽子不在其内核中直接支持NTFS?
Editors note: Anton Altaparmakov, the ntfs maintainer, took offense to my stating
that read only support can cause data corruption problems. You can read his e-mail
to me here
编者按:安东 艾尔塔帕马科夫,ntfs的维护人员,对我关于只读支持能造成数据损坏问题的说法感
到愤怒。这里你可以读到他给我的妹儿。
My prior statement was not in any way meant to be offensive to him, so I have removed
the passage he objected too. However, in the past even while using read only support
the ntfs module has been known to cause filesystem corruption. Enabling write support
for the ntfs module, WILL EAT YOUR DATA!
我先前的陈述没以任何方式激怒他,所以我删了他反对的一段。可是,在过去一段时间,ntfs模块甚至
在使用只读模式时也曾造成文件系统的崩溃。如果打开它的写支持,将吃掉你的数据!
Why is NTFS support poor under Linux?
为什么NTFS在linux中支持得这么差?
Microsoft chooses not to release the information necessary to write a driver to access
the NTFS filesystem for operating systems other then Windows. This basically makes
writing a driver a case of trial and error.
微软不发布在windows以外的其他系统中支持ntfs的驱动程序所必需的信息。这是使为其写的驱动容易造成
很多错误的最根本的原因。
This may lead you to ask the question, "Then why is Linux support for FAT and FAT32
filesystems any good?". The NTFS filesystem is a lot more complex then FAT and FAT32,
thus making it harder to write a driver.
你可能因此问到:为什么linux支持FAT和FAT32很好呢?NTFS文件系统比FAT和FAT32要复杂得多,所以使得给
它写驱动要复杂得多。
Alternatives to using NTFS support
使用NTFS的替代方法。
Create an FAT32 (vfat) partition and store the data you need to access from Linux on it.
建立一个FAT32分区。把你需要从linux访问的数据放在这个分区里。 |
|