LINUX.ORG.RU

После badblocks исчез ntfs-раздел


0

0

В общем, проблема такая
выполнил следующее:
sudo badblocks -s -v -w -o ~/sda1.log /dev/sda1

/dev/sda1 - раздел с виндой 
log-файл пуст

При попытке выполнить sudo mount -t ntfs-3g /dev/sda1 ~/1
Выводится следующее:
NTFS signature is missing.
Failed to mount '/dev/sda1': Invalid argument
The device '/dev/sda1' doesn't have a valid NTFS.
Maybe you selected the wrong device? Or the whole disk instead of a
partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?

-w Use write-mode test. With this option, badblocks scans for bad blocks by writing some patterns (0xaa, 0x55, 0xff, 0x00) on every block of the device, reading every block and comparing the contents. This option may not be combined with the -n option, as they are mutually exclusive.

man badblocks

sin_a ★★★★★
()
Ответ на: комментарий от sin_a

WARNING Never use the -w option on a device containing an existing file system. This option erases data! If you want to do write-mode testing on an existing file system, use the -n option instead. It is slower, but it will preserve your data.

sin_a ★★★★★
()

в общем песец разделу
фиг с ним, документы все равно на другом

edgar_cherkasov
() автор топика

интересно, что эффективнее, shred или badblocks -w ? :)

Adjkru ★★★★★
()

>В общем, проблема такая выполнил следующее: sudo badblocks -s -v -w -o ~/sda1.log /dev/sda1

И вот эти люди говорят, что маны читать не нужно? Я в шоке.

dikiy ★★☆☆☆
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.