ntfs.txt

来自「一个linux下NTFS文件格式源代码」· 文本 代码 · 共 31 行

TXT
31
字号
NTFS Overview=============To mount an NTFS volume, use the filesystem type 'ntfs'. The drivercurrently works only in read-only mode, with no fault-tolerancesupported.  If you enable the experimental write support, make sureyou can recover from a complete loss of data. For ftdisk support,limited success was reported with volume sets on top of the md driver,although mirror and stripe sets should work as well - if the mddriver can be talked into using the same layout as Windows NT.The ntfs driver supports the following mount options:iocharset=name      Character set to use when returning file names.                    Unlike VFAT, NTFS suppresses names that contain		    unconvertible charactersutf8=<bool>	    Use UTF-8 for converting file namesuni_xlate=<bool>,2  Use the VFAT-style encoding for file names outside		    the current character set. A boolean value will		    enable the feature, a value of 2 will enable the		    encoding as documented in vfat.txt:		    ':', (u & 0x3f), ((u>>6) & 0x3f), (u>>12),uid=gid=umask=              These options work as documented in mount(8).		    By default, the files are owned by root and		    not readable by somebody else.posix=<bool>	    If enabled, the file system distinguishes between		    upper and lower case. The 8.3 alias names are presented		    as hard links instead of being suppressed.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?