Тема: Як відновити флешку або хоча б дані?
Усім привіт. Флешка відносно нова (2 роки, але користувався нею не часто, наприклад, є флешка 5+ років, яка пишеться/читається кілька разів на тиждень).
sudo fdisk -l /dev/sdb
Disk /dev/sdb: 7.5 GiB, 8055160832 bytes, 15732736 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x2e0cf05b
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 15732735 15730688 7.5G 7 HPFS/NTFS/exFAT
При монтуванні ось:
sudo mount -ouser,uid=1000,gid=1000,umask=0000 /dev/sdb1 /mnt/usb_drive/
ntfs_mst_post_read_fixup_warn: magic: 0x73391c8e size: 1024 usa_ofs: 52710 usa_count: 13978: Invalid argument
ntfs_mst_post_read_fixup_warn: magic: 0x73391c8e size: 1024 usa_ofs: 52710 usa_count: 13978: Invalid argument
ntfs_mst_post_read_fixup_warn: magic: 0x73391c8e size: 1024 usa_ofs: 52710 usa_count: 13978: Invalid argument
ntfs_mst_post_read_fixup_warn: magic: 0x73391c8e size: 1024 usa_ofs: 52710 usa_count: 13978: Invalid argument
$MFTMirr error: Invalid mft record for '$MFT'.
Failed to mount '/dev/sdb1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
Віндузятники теж нічим не допомогли. А Я ж навіть не пам'ятаю чи є на тій флешці щось важливе. Бажано рекомендувати лінуксові утиліти для роботи з флешками/контроллерами і т.д. і т.п. )