Revision [27753]
This is an old revision of ntfs3g made by coolpup on 2013-06-11 06:58:08.
ntfs-3g_ntfsprogs
file-system processing- software package {source code}
./configure CFLAGS="-mtune=generic -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/ --sysconfdir=/etc --localstatedir=/var --host=i686-pc-linux-gnu
- 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. load Microsoft Windows and run its disk checking program
- to repair a N.T. file system without booting Microsoft Windows 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.
Categories
CategoryRecoveryCategorySoftwareTopPackages
CategorySoftware