⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ntfs.txt

📁 一个linux下NTFS文件格式源代码
💻 TXT
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -