Ntfsprogs is a suite of NTFS utilities based around a shared library. The tools are available for free and come with full source code. Features:
Mkntfs: Create an NTFS volume on a partition
Ntfscat: Print a file on the standard output
Ntfsclone: Efficiently backup/restore a volume at the sector level
Ntfscluster: Given a cluster, or sector, find the file
Ntfsfix: Forces Windows to check NTFS at boot time
Ntfsinfo: Dump a file's attributes, completely
Ntfslabel: Display or set a volume's label
Ntfslib: Move all the common code into a shared library
Comments