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

📄 ntfs-3g.8.in

📁 一个在linux下挂载ntfs文件系统的好工具
💻 IN
字号:
.\" Copyright (c) 2005-2006 Yura Pakhuchiy..\" Copyright (c) 2005 Richard Russon..\" Copyright (c) 2006 Szabolcs Szakacsits..\" This file may be copied under the terms of the GNU Public License..\".TH NTFS-3G 8 "July 2006" "ntfs-3g @VERSION@".SH NAMEntfs-3g \- Third Generation NTFS Driver.SH SYNOPSIS.B ntfs-3g.I device mount_point[\fB\-o options\fR].SH DESCRIPTION\fBntfs-3g\fR is a user space NTFS driver, which cancreate, remove, rename files, directories, hard links, or streams; it can read and write files, including streams and sparse files; it can handle special files like symbolic links, devices, and FIFOs; moreover it can also readcompressed files..SH OPTIONSBelow is a summary of the options that \fBntfs-3g\fR accepts..TP.B uid=, gid=, umask=Provide default owner, group, and access mode mask.These options work as documented in mount(8).  Bydefault, the files/directories are owned by user that mounted volume and he/she has read and write permissions, as well asbrowse permission for directories.  No one else has anyaccess permissions.  I.e. the mode on all files is bydefault rw\-\-\-\-\-\-\- and for directories rwx\-\-\-\-\-\-, aconsequence of the default fmask=0177 and dmask=0077.Using a umask of zero will grant all permissions toeveryone, i.e. all files and directories will have moderwxrwxrwx..TP.B fmask=, dmask=Instead of specifying umask which applies both tofiles and directories, fmask applies only to files andmask only to directories..TP.B show_sys_filesIf show_sys_files is specified, show the system filesin directory listings.  Otherwise the default behaviouris to hide the system files.Note that even when show_sys_files is specified, "$MFT"may will not be visible due to bugs in glibc.Furthermore, note that irrespectively of show_sys_files, allfiles are accessible by name, i.e. you can always do"ls \-l '$UpCase'" for example to show the system file containing the Unicode upcase table..TP.B default_permissionsBy default FUSE doesn't check file access permissions, thefilesystem is free to implement it's access policy or leave it tothe underlying file access mechanism (e.g. in case of networkfilesystems).  This option enables permission checking, restrictingaccess based on file mode.  This is option is usually usefultogether with the 'allow_other' mount option..TP.B allow_otherThis option overrides the security measure restricting file accessto the user mounting the filesystem.  This option is by default onlyallowed to root, but this restriction can be removed with aconfiguration option described in the previous section..TP.B large_readIssue large read requests.  This can improve performance for somefilesystems, but can also degrade performance.  This option is mostlyuseful on 2.4.X kernels, as on 2.6 kernels requests size isautomatically determined for optimum performance..TP.B max_read=With this option the maximum size of read operations can be set.The default is infinite.  Note that the size of read requests islimited anyway to 32 pages (which is 128kbyte on i386)..TP.B forceForce mount even if errors occurred. Use this option only if you know whatare you doing..TP.B roMount filesystem read\-only..TP.B no_def_optsBy default ntfs-3g acts as "default_permissions,allow_other" was passed to it,this option cancel this behaviour..TP.B silentDo nothing on chmod and chown operations, but do not return error..TP.B locale=You can set locale with this option. It's useful if locale environment variablesare not set before partitions had been mounted from /etc/fstab..TP.B streams_interface=This option controls how the user can access named data streams.  It can be setto, one of \fBnone\fR, \fBwindows\fR or \fBxattr\fR. If the option is set to\fBnone\fR, the user will have no access to the named data streams.  If it's setto \fBwindows\fR, then the user can access them just like in Windows (eg. catfile:stream). If it's set to \fBxattr\fR, then the named data streams aremapped to xattrs and user can manipulate them using \fB{get,set}fattr\fRutilities..TP.B debugMakes ntfs-3g to not detach from terminal and print a lot of debug output fromlibntfs-3g and FUSE..TP.B no_detachSame as above but with less debug output..SH DATA STREAMSAll data on NTFS is stored in streams.  Every file has exactly one unnameddata stream and can have many named data streams.  The size of a file is thesize of its unnamed data stream.  By default, \fBntfs-3g\fR will only readthe unnamed data stream..PPBy using the options "streams_interface=windows", you will be able to readany named data streams, simply by specifying the stream's name after a colon.For example:.RS.spcat some.mp3:artist.sp.REWindows applications don't, consistently, allow you to read named datastreams, so you are recommended to use tools like FAR, or utils from Cygwin..PPNamed data streams act like normals files, so you can read from them, write tothem and even delete them (using rm).  You can list all the named data streamsa file has by getting the "ntfs.streams.list" extended attribute..SH EXAMPLESMount /dev/hda1 to /mnt/windows using ntfs-3g:.RS.sp.B ntfs-3g /dev/hda1 /mnt/windows.sp.RERead\-only mount /dev/hda5 to /home/user/mnt and make user with uid 1000 to beowner of all files:.RS.sp.B ntfs-3g /dev/hda5 /home/user/mnt \-o ro,uid=1000.sp.RE/etc/fstab entry for above:.RS.sp.B /dev/hda5 /home/user/mnt ntfs\-3g ro,uid=1000 0 0.sp.REUmount /mnt/windows:.RS.sp.B fusermount \-u /mnt/windows.sp.RE.SH KNOWN ISSUESPlease see the README file for all the known issues.If you would find a new one in the latest release ofthis software then please send an email describing itto the development team:.br.nhlinux\-ntfs\-dev@lists.sourceforge.net.hy.SH AUTHORS.B ntfs-3g is an improved ntfsmount which was originally written by Yura Pakhuchiy, with contributions from Yuval Fledel. The improvements were made bySzabolcs Szakacsits..SH DEDICATIONWith love to Marina Sapego..SH THANKSMany thanks to Miklos Szeredi for advice and answers about FUSE..SH SEE ALSO.BR ntfsprogs (8),.BR attr (5),.BR getfattr (1)

⌨️ 快捷键说明

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