User Tools

Site Tools


linux:ntfs-fix
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


—linux:ntfs-fix [2015/02/04 04:05] (current) – created percy
Line 1: Line 1:
 +======Fix NTFS partition without Windows======
  
 +<code Bash>
 +emerge ntfs3g ntfsprogs testdisk
 +ln -s /usr/bin/ntfsfix /usr/sbin/fsck.ntfs
 +ln -s /usr/bin/ntfsfix /usr/sbin/fsck.ntfs-3g
 +</code>