Formatting code for ntfs3g
====ntfs-3g_ntfsprogs====
file-system processing
Verify installed version via the command-line interface:
%%
ntfs-3g --version
%%
Source code distribution:
http://www.tuxera.com/community/ntfs-3g-download/
Binary code distribution:
- http://distro.ibiblio.org/quirky/pet_packages-wary5/
- http://www.smokey01.com/coolpup/
- http://www.datafilehost.com/download-b2aa69a5.html
%%./configure CFLAGS="-mtune=generic -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/ --sysconfdir=/etc --localstatedir=/var --host=i486-pc-linux-gnu%%
Dependencies: +[[bzip2]],+[[grep]],+[[tar]]
http://bkhome.org/blog/?viewDetailed=01316
http://bkhome.org/blog/?viewDetailed=02632
===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 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/sda2: %%# umount /dev/sda2
# ntfsfix /dev/sda2
Mounting volume... OK
Processing of $MFT and $MFTMirr completed successfully.
NTFS volume version is 3.1.
NTFS partition /dev/sda2 was processed successfully.
# mount /dev/sda2%%
If all went well, the partition will now be writable.
http://www.murga-linux.com/puppy/viewtopic.php?p=558210#558210
https://wiki.archlinux.org/index.php/NTFS-3G
http://puppylinux.org/wikka/software
===See Also===
[[e2fsprogs]] & [[dosfstools]]
----
==Categories==
CategoryRecovery
CategorySoftware
file-system processing
Verify installed version via the command-line interface:
%%
ntfs-3g --version
%%
Source code distribution:
http://www.tuxera.com/community/ntfs-3g-download/
Binary code distribution:
- http://distro.ibiblio.org/quirky/pet_packages-wary5/
- http://www.smokey01.com/coolpup/
- http://www.datafilehost.com/download-b2aa69a5.html
%%./configure CFLAGS="-mtune=generic -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/ --sysconfdir=/etc --localstatedir=/var --host=i486-pc-linux-gnu%%
Dependencies: +[[bzip2]],+[[grep]],+[[tar]]
http://bkhome.org/blog/?viewDetailed=01316
http://bkhome.org/blog/?viewDetailed=02632
===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 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/sda2: %%# umount /dev/sda2
# ntfsfix /dev/sda2
Mounting volume... OK
Processing of $MFT and $MFTMirr completed successfully.
NTFS volume version is 3.1.
NTFS partition /dev/sda2 was processed successfully.
# mount /dev/sda2%%
If all went well, the partition will now be writable.
http://www.murga-linux.com/puppy/viewtopic.php?p=558210#558210
https://wiki.archlinux.org/index.php/NTFS-3G
http://puppylinux.org/wikka/software
===See Also===
[[e2fsprogs]] & [[dosfstools]]
----
==Categories==
CategoryRecovery
CategorySoftware