fsck.exfat - Man Page

check an exFAT filesystem

Synopsis

fsck.exfat [ -a ] [ -n ] [ -r ] [ -v ] [ -y ] [ -b ] [ -v ] device
fsck.exfat -V

Description

fsck.exfat checks an exFAT filesystem and repairs the filesystem depending on the options passed. The following corruptions can be repaired, and see the option, '-s'.

Options

-a

This  option  does  the same thing as the -p option.  It is provided for backwards compatibility only;  it  is  suggested  that people use -p option whenever possible.

-n

Check the filesystem but do not attempt to repair the filesystem.

-p

Repair the filesystem without user interaction if it can be done safely.

-r

Repair the filesystem interactively.

-s

Create files in /LOST+FOUND for orphan clusters. These files have clusters allocated but not belonged to any files when reparing the filesystem. clusters unused and contiguous in bitmap are allocated to the same file.

-v

Prints verbose debugging information while checking the exFAT filesystem.

-V

Prints the version number and exits.

-y

Repair the filesystem answering yes to all questions.

-b

Try to repair the filesystem even if the exFAT filesystem is not found.

Examples

repair a corrupted device and create files in /LOST+FOUND, which have clusters allocated but not belonged to any files when reparing the device.

$ fsck.exfat -p -s /dev/sda1

See Also

fsck(8), fstab(5),