1NTFS-3G.PROBE(8) System Manager's Manual NTFS-3G.PROBE(8)
2
3
4
6 ntfs-3g.probe - Probe an NTFS volume mountability
7
9 ntfs-3g.probe <--readonly|--readwrite> volume
10
12 The ntfs-3g.probe utility tests a volume if it's NTFS mountable read-
13 only or read-write, and exits with a status value accordingly. The
14 volume can be a block device or image file.
15
17 Below is a summary of the options that ntfs-3g.probe accepts.
18
19 -r, --readonly
20 Test if the volume can be mounted read-only.
21
22 -w, --readwrite
23 Test if the volume can be mounted read-write.
24
25 -h, --help
26 Display help and exit.
27
29 Test if /dev/sda1 can be mounted read-write:
30
31 ntfs-3g.probe --readwrite /dev/sda1
32
33
35 The exit codes are as follows:
36
37 0 Volume is mountable.
38
39 11 Syntax error, command line parsing failed.
40
41 12 The volume doesn't have a valid NTFS.
42
43 13 Inconsistent NTFS, hardware or device driver fault, or unsetup
44 SoftRAID/FakeRAID hardware.
45
46 14 The NTFS partition is hibernated.
47
48 15 The volume was not cleanly unmounted.
49
50 16 The volume is already exclusively opened and in use by a kernel
51 driver or software.
52
53 17 Unsetup SoftRAID/FakeRAID hardware.
54
55 18 Unknown reason.
56
57 19 Not enough privilege to mount.
58
59 20 Out of memory.
60
61 21 Unclassified FUSE error.
62
64 Please see
65
66 http://tuxera.com/community/ntfs-3g-faq/
67
68 for common questions and known issues. If you think you have found an
69 undocumented problem in the latest release of the software then please
70 send an email describing it in detail. You can contact the development
71 team on the ntfs-3g-devel@lists.sf.net address.
72
74 ntfs-3g.probe was written by Szabolcs Szakacsits.
75
77 Alon Bar-Lev has integrated the utility into the NTFS-3G build process
78 and tested it with Erik Larsson before the public release.
79
81 ntfs-3g(8)
82
83
84
85ntfs-3g.probe 2017.3.23 January 2008 NTFS-3G.PROBE(8)