Жесткий диск объемом 8 ТБ распознается в Ubuntu, не монтируется

У меня проблемы с монтированием диска NTFS в Ubuntu. Подключенный к системе Mac OS 10.14.6, он работает нормально и все данные доступны. Я получил следующее от fdisk на Ubuntu:

Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 33553920 bytes
Disklabel type: gpt
Disk identifier: B6143FEE-D307-471A-A86C-078891B51E81

Device      Start         End     Sectors  Size Type
/dev/sdb1      34      262177      262144  128M Microsoft reserved
/dev/sdb2  264192 15628052479 15627788288  7.3T Microsoft basic data

Partition 1 does not start on physical sector boundary.

Затем я запустил fdsk:

$ sudo fsck /dev/sdb
fsck from util-linux 2.31.1
e2fsck 1.44.1 (24-Mar-2018)
ext2fs_open2: Bad magic number in super-block
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sdb

The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem.  If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
 or
    e2fsck -b 32768 <device>

Found a gpt partition table in /dev/sdb

Не повезло:


$ sudo e2fsck -b 8193  /dev/sdb
e2fsck 1.44.1 (24-Mar-2018)
e2fsck: Bad magic number in super-block while trying to open /dev/sdb

The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem.  If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
 or
    e2fsck -b 32768 <device>

Found a gpt partition table in /dev/sdb

Не повезло снова:

$ sudo e2fsck -b 32768  /dev/sdb
e2fsck 1.44.1 (24-Mar-2018)
e2fsck: Bad magic number in super-block while trying to open /dev/sdb

The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem.  If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
 or
    e2fsck -b 32768 <device>

Found a gpt partition table in /dev/sdb

Попытка исправить NTFS:

$ ntfsfix /dev/sdb
Mounting volume... Error opening '/dev/sdb': Permission denied
FAILED
Attempting to correct errors... Error opening '/dev/sdb': Permission denied
FAILED
Failed to startup volume: Permission denied
Error opening '/dev/sdb': Permission denied
Volume is corrupt. You should run chkdsk.

Дополнительные сведения по устранению неполадок:

~$ sudo ntfsfix -b -d /dev/sdb
Mounting volume... NTFS signature is missing.
FAILED
Attempting to correct errors... NTFS signature is missing.
FAILED
Failed to startup volume: Invalid argument
NTFS signature is missing.
Trying the alternate boot sector
Unrecoverable error
Volume is corrupt. You should run chkdsk.

Есть идеи, как это исправить? Нужно ли найти установку Windows, чтобы вернуть этот диск? У меня есть все данные, но для резервного копирования всего диска мне нужно купить другой, которого я надеюсь избежать ...

Приветствия

////////

РЕДАКТИРОВАТЬ: Спасибо за помощь всем. Запуск ntfsfix на sdb2 (в отличие от sdb) немедленно решил проблему.

0
задан 11 September 2019 в 19:39

0 ответов

Другие вопросы по тегам:

Похожие вопросы: