Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ntfsprogs(8) [centos man page]

NTFSPROGS(8)                                                  System Manager's Manual                                                 NTFSPROGS(8)

NAME
ntfsprogs - tools for doing neat things with NTFS OVERVIEW
ntfsprogs is a suite of NTFS utilities based around a shared library. The tools are available for free and come with full source code. TOOLS
mkntfs(8) - Create an NTFS filesystem. ntfscat(8) - Dump a file's content to the standard output. ntfsclone(8) - Efficiently clone, backup, restore or rescue NTFS. ntfscluster(8) - Locate the files which use the given sectors or clusters. ntfscmp(8) - Compare two NTFS filesystems and tell the differences. ntfscp(8) - Copy a file to an NTFS volume. ntfsfix(8) - Check and fix some common errors, clear the LogFile and make Windows perform a thorough check next time it boots. ntfsinfo(8) - Show information about NTFS or one of the files or directories within it. ntfslabel(8) - Show, or set, an NTFS filesystem's volume label. ntfsls(8) - List information about files in a directory residing on an NTFS. ntfsresize(8) - Resize NTFS without losing data. ntfstruncate(8) - Truncate a file on an NTFS volume. ntfsundelete(8) - Recover deleted files from NTFS. ntfswipe(8) - Overwrite unused space on an NTFS volume. AUTHORS
The tools were written by Anton Altaparmakov, Carmelo Kintana, Cristian Klein, Erik Sornes, Giang Nguyen, Holger Ohmacht, Lode Leroy, Matthew J. Fanto, Per Olofsson, Richard Russon, Szabolcs Szakacsits, Yura Pakhuchiy and Yuval Fledel. AVAILABILITY
The ntfsprogs are part of the ntfs-3g package which can be downloaded from: http://www.tuxera.com/community/ SEE ALSO
ntfs-3g(8) ntfs-3g 2017.3.23 September 2007 NTFSPROGS(8)

Check Out this Related Man Page

NTFS-3G.PROBE(8)                                              System Manager's Manual                                             NTFS-3G.PROBE(8)

NAME
ntfs-3g.probe - Probe an NTFS volume mountability SYNOPSIS
ntfs-3g.probe <--readonly|--readwrite> volume DESCRIPTION
The ntfs-3g.probe utility tests a volume if it's NTFS mountable read-only or read-write, and exits with a status value accordingly. The volume can be a block device or image file. OPTIONS
Below is a summary of the options that ntfs-3g.probe accepts. -r, --readonly Test if the volume can be mounted read-only. -w, --readwrite Test if the volume can be mounted read-write. -h, --help Display help and exit. EXAMPLE
Test if /dev/sda1 can be mounted read-write: ntfs-3g.probe --readwrite /dev/sda1 EXIT CODES
The exit codes are as follows: 0 Volume is mountable. 11 Syntax error, command line parsing failed. 12 The volume doesn't have a valid NTFS. 13 Inconsistent NTFS, hardware or device driver fault, or unsetup SoftRAID/FakeRAID hardware. 14 The NTFS partition is hibernated. 15 The volume was not cleanly unmounted. 16 The volume is already exclusively opened and in use by a kernel driver or software. 17 Unsetup SoftRAID/FakeRAID hardware. 18 Unknown reason. 19 Not enough privilege to mount. 20 Out of memory. 21 Unclassified FUSE error. KNOWN ISSUES
Please see http://tuxera.com/community/ntfs-3g-faq/ for common questions and known issues. If you think you have found an undocumented problem in the latest release of the software then please send an email describing it in detail. You can contact the development team on the ntfs-3g-devel@lists.sf.net address. AUTHORS
ntfs-3g.probe was written by Szabolcs Szakacsits. THANKS
Alon Bar-Lev has integrated the utility into the NTFS-3G build process and tested it with Erik Larsson before the public release. SEE ALSO
ntfs-3g(8) ntfs-3g.probe 2017.3.23 January 2008 NTFS-3G.PROBE(8)
Man Page