NTFS-3G
file-system management- software package ntfs-3g_ntfsprogs {source code}
- verify installed version via the command-line interface:
ntfs-3g --version
- repairing N.T. file-systems:
- if a N.T.F.S. has errors on it NTFS-3G will mount it as read-only
- to fix a N.T.F.S. within Microsoft Windows, run its disk checking program
- to repair a N.T. file system within GNU/LInux the device must first be un-mounted; e.g. to fix a N.T.F.S. partition residing at /dev/sdX:
umount /dev/sdX && ntfsfix /dev/sdX Mounting volume... OK Processing of $MFT and $MFTMirr completed successfully. NTFS volume version is 3.1. NTFS partition /dev/sdX was processed successfully.
./configure CFLAGS="-mtune=generic -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/ --sysconfdir=/etc --localstatedir=/var --host=i686-pc-linux-gnu
Categories
CategoryRecoveryCategorySoftwareTopPackages
CategorySoftware