System Grab Bag

View all man pages from Ubuntu (or from all projects)

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:

Volume is mountable.

Syntax error, command line parsing failed.

The volume doesn't have a valid NTFS.

Inconsistent NTFS, hardware or device driver fault, or unsetup SoftRAID/FakeRAID hardware.

The NTFS partition is hibernated.

The volume was not cleanly unmounted.

The volume is already exclusively opened and in use by a kernel driver or software.

Unsetup SoftRAID/FakeRAID hardware.

Unknown reason.

Not enough privilege to mount.

Out of memory.

Unclassified FUSE error.

Known Issues

Please see https://github.com/tuxera/ntfs-3g/wiki/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 post an ntfs-3g issue describing it in detail so that the development team can be aware of the issue and take care of it: https://github.com/tuxera/ntfs-3g/issues

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

  1. ntfs-3g(8)