|
man-page for "ntfsmount" dated September 2007, taken from ntfsprogs 2.0.0 Namentfsmount - Read/Write userspace NTFS driver.Synopsisntfsmount device mount_point [-o options]mount -t fuse.ntfs device mount_point [-o options]
/etc/ftsab entry: Descriptionntfsmount is a read/write userspace NTFS filesystem driver. Technically it connects FUSE with libntfs.
Optionsntfsmount supports most of options that mount and FUSE accepts (see "man 8 mount" and FUSE documentation for them). Additionally ntfsmount have some unique to it options, below is a summary of them.
Filename NamespacesThere are exist several namespaces for filenames in NTFS: DOS, Win32 and POSIX. Names in DOS and Win32 namespaces are case insensitive, but names in POSIX namespace are case sensitive. By default windows creates filenames in DOS and Win32 namespaces (with exception for hard links), but ntfsmount always creates files in POSIX namespace. Note: you can create several files that differs only in case in one directory with ntfsmount, but windows applications may be confused by this.Data StreamsAll data on NTFS is stored in streams. Every file has exactly one unnamed data stream and can have many named data streams. The size of a file is the size of its unnamed data stream. Windows applications don’t, consistently, allow you to read named data streams, so you are recommended to use tools like FAR, or utilities from Cygwin.By default or if "streams_interface=none" option was passed, ntfsmount will only read the unnamed data stream. By using the option "streams_interface=windows", you will be able to read any named data streams, simply by specifying the stream’s name after a colon. Named data streams act like normals files, so you can read from them, write to them and even delete them (using rm). You can list all the named data streams a file has by getting the "ntfs.streams.list" extended attribute. Some examples: If streams_interface option is set to xattr, then the named data streams are mapped to xattrs and user can manipulate them using getfattr and setfattr utilities. Eg.:
Allowed CharactersWin32 does not allow characters like ’<’, ’>’, ’*’, ’?’ and so on in the filenames, but NTFS supports any characters except ’\0’ (NULL) and ’/’. You can create filenames with any allowed by NTFS characters using ntfsmount, but aware, you will not be able to access files with denied by Win32 characters from windows.Access Handling and SecurityBy default, files and directories are owned by the user and group of the mounting process and everybody has full read, write, execution and directory browsing permissions. If you want to use permissions handling then use the uid and/or the gid options together with the umask or fmask and dmask options.Windows users have full access to the files created by ntfsmount. ExamplesMount /dev/hda1 to /mnt/ntfs using ntfsmount submiting locale option:/etc/fstab entry for above: Umount /mnt/ntfs:
BugsIf you find a bug please send an email describing the problem to the development team:linux-ntfs-dev@lists.sourceforge.net Authorsntfsmount was written by Yura Pakhuchiy, with contributions from Yuval Fledel and Szabolcs Szakacsits.DedicationWith love to Marina Sapego.ThanksMany thanks to Miklos Szeredi for advice and answers about FUSE.Availabilityntfsmount is part of the ntfsprogs package and is available from:http://www.linux-ntfs.org/content/view/19/37
The manual pages are available
online at:
Additional up-to-date information can be found
furthermore at: See AlsoNote: Only ntfs-related man-pages are to be found on this server.If you are looking for other man-pages, please try man <pagename> on your own computer or search an online-repository like http://www.linuxcommand.org/superman_pages.php. Read libntfs(8) for details how to access encrypted files. libntfs(8) , ntfsprogs(8) , attr(5) , getfattr(1)
|
|
| www.linux-ntfs.org website © 2005 by the Linux-NTFS-Project. | |