Kontrola disku NTFS pod Linuxem
//kontrola disku ntfsfix /dev/hda1 //odstranění hyberfile mount -t ntfs-3g -o remove_hiberfile /dev/hda1 /mnt/win mount -t ntfs-3g -o debug,remove_hiberfile /dev/hda1 /mnt/win //nápověda k příkazu ntfsfix -b, --clear-bad-sectors Clear the bad sector list -d, --clear-dirty Clear the volume dirty flag -h, --help Display this help -n, --no-action Do not write anything -V, --version Display version information