NTFS или Windows проблема гибернации при установке образа диска [дубликат]

На этот вопрос уже есть ответ:

У меня есть образ диска с именем disk.img. Я не могу смонтировать это, потому что думаю, что это испортилось из Windows.

Вот несколько команд, которые я выполнил:

sudo mount -o loop,offset=135266304 ./disk.img /mnt/temp

The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/loop8': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume read-only with the 'ro' mount option.

sudo ntfs-3g -o remove_hibernation ./disk.img /mnt/temp

NTFS signature is missing.
Failed to mount './disk.img': Invalid argument
The device '*' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?

sudo ntfsfix ./disk.img 

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.

file ./disk.img

./disk.img: DOS/MBR boot sector MS-MBR Windows 7 english at offset 0x163 "Invalid partition table" at offset 0x17b "Error loading operating system" at offset 0x19a "Missing operating system"; partition 1 : ID=0xee, start-CHS (0x0,0,2), end-CHS (0x3ff,255,63), startsector 1, 4294967295 sectors

fdisk -l ./disk.img

Disk ./disk.img: 279.5 GiB, 300069052416 bytes, 586072368 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: gpt
Disk identifier: *

Device       Start       End   Sectors   Size Type
./disk.img1 264192 586072063 585807872 279.3G Microsoft basic data

Я действительно не знаю, что делать. У меня нет доступа к Windows.

У кого-нибудь есть идеи?

0
задан 21 March 2018 в 19:07

1 ответ

Не уверенный в этом конкретном вопросе, но стояли перед подобным прежде. Windows сохранит, это - часть диска в режиме спячки для более быстрой начальной загрузки, закрываясь. Для заканчивания этого необходимо удержать клавишу сдвига влево при закрытии Windows 10 (я обычно продолжаю удерживать его, пока это полностью не выключается).

0
ответ дан 30 October 2019 в 05:12

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

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