Поврежденный жесткий диск - Как полностью закрыть Windows 10, чтобы загрузить UBUNTU USB? [дубликат]

Здесь новый пользователь LINUX.

Я создал загрузочный USB-накопитель UBUNTU с 16.04, чтобы я мог загружаться на ПК с поврежденным загрузочным жестким диском (Windows 10), но не загружался, чтобы посмотреть, какие файлы можно восстановить.

Я успешно загрузился с USB-накопителя UBUNTU, и когда я добрался до окна, которое очень похоже на проводник, которое я видел, 1 ТБ Ext Bay1 (который содержит внешний работающий жесткий диск), Компьютер и шлюз (это моя машина) .

Похоже, что Windows 10 находится в режиме гибернации, и мне нужно вывести ее из этого режима и полностью выключить. Кажется, я не могу этого сделать.

Я хотел проверить, доступны ли все еще файлы на диске C. Когда я нажимаю на шлюз или 1 ТБ Ext Bay1, я получаю сообщение «Невозможно получить доступ». Шлюз

Error mounting /dev/sda3 at /media/ubuntu/Gateway: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=999,gid=999" "/dev/sda3" "/media/ubuntu/Gateway"' exited with non-zero exit status 14: Windows is hibernated, refused to mount.
Failed to mount '/dev/sda3': 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."

Это то же самое сообщение, когда я пробую это с 1 ТБ Ext Bay1, за исключением того, что там написано 1TB Ext Bay1.

Я попытался щелкнуть правой кнопкой мыши и выбрать «Смонтировать», но появилось то же сообщение.

Есть ли способ выйти из режима гибернации, чтобы полностью выключить его?

Спасибо

Стив


Последующие действия после того, как попробовали предложения Судодуса:

Спасибо за ваш отзыв.

Я попробовал sudo mount / dev / sda3 -o ro rw, users, umask = 000 / mnt, зашел в файловый менеджер, на компьютер -> / mnt, но там ничего не было. Затем я ввел следующее, но не уверен, что дальше (в / mnt по-прежнему ничего не отображается).

ubuntu@ubuntu:~$ sudo mount /dev/sda3 -o ro rw,users,umask=000 /mnt

Usage:
 mount [-lhV]
 mount -a [options]
 mount [options] [--source] <source> | [--target] <directory>
 mount [options] <source> <directory>
 mount <operation> <mountpoint> [<target>]

Mount a filesystem.

Options:
 -a, --all               mount all filesystems mentioned in fstab
 -c, --no-canonicalize   don't canonicalize paths
 -f, --fake              dry run; skip the mount(2) syscall
 -F, --fork              fork off for each device (use with -a)
 -T, --fstab <path>      alternative file to /etc/fstab
 -i, --internal-only     don't call the mount.<type> helpers
 -l, --show-labels       show also filesystem labels
 -n, --no-mtab           don't write to /etc/mtab
 -o, --options <list>    comma-separated list of mount options
 -O, --test-opts <list>  limit the set of filesystems (use with -a)
 -r, --read-only         mount the filesystem read-only (same as -o ro)
 -t, --types <list>      limit the set of filesystem types
     --source <src>      explicitly specifies source (path, label, uuid)
     --target <target>   explicitly specifies mountpoint
 -v, --verbose           say what is being done
 -w, --rw, --read-write  mount the filesystem read-write (default)

 -h, --help     display this help and exit
 -V, --version  output version information and exit

Source:
 -L, --label <label>     synonym for LABEL=<label>
 -U, --uuid <uuid>       synonym for UUID=<uuid>
 LABEL=<label>           specifies device by filesystem label
 UUID=<uuid>             specifies device by filesystem UUID
 PARTLABEL=<label>       specifies device by partition label
 PARTUUID=<uuid>         specifies device by partition UUID
 <device>                specifies device by path
 <directory>             mountpoint for bind mounts (see --bind/rbind)
 <file>                  regular file for loopdev setup

Operations:
 -B, --bind              mount a subtree somewhere else (same as -o bind)
 -M, --move              move a subtree to some other place
 -R, --rbind             mount a subtree and all submounts somewhere else
 --make-shared           mark a subtree as shared
 --make-slave            mark a subtree as slave
 --make-private          mark a subtree as private
 --make-unbindable       mark a subtree as unbindable
 --make-rshared          recursively mark a whole subtree as shared
 --make-rslave           recursively mark a whole subtree as slave
 --make-rprivate         recursively mark a whole subtree as private
 --make-runbindable      recursively mark a whole subtree as unbindable

For more details see mount(8).
ubuntu@ubuntu:~$ sudo parted -ls
Model: ATA ST31500341AS (scsi)
Disk /dev/sda: 1500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system  Flags
 1      1049kB  17.2GB  17.2GB  primary  ntfs         diag
 2      17.2GB  17.3GB  105MB   primary  ntfs         boot
 3      17.3GB  1500GB  1483GB  primary  ntfs


Model:  USB FLASH DRIVE (scsi)
Disk /dev/sdb: 4010MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system  Flags
 1      16.4kB  4010MB  4010MB  primary  fat32        boot


Model: ATA SAMSUNG HD103UJ (scsi)
Disk /dev/sdc: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system  Flags
 1      32.3kB  1000GB  1000GB  primary  ntfs


ubuntu@ubuntu:~$ sudo umount /mnt
umount: /mnt: not mounted
ubuntu@ubuntu:~$ sudo mount /dev/sda3 -o ro rw,users,umask=000 /mnt

Usage:
 mount [-lhV]
 mount -a [options]
 mount [options] [--source] <source> | [--target] <directory>
 mount [options] <source> <directory>
 mount <operation> <mountpoint> [<target>]

Mount a filesystem.

Options:
 -a, --all               mount all filesystems mentioned in fstab
 -c, --no-canonicalize   don't canonicalize paths
 -f, --fake              dry run; skip the mount(2) syscall
 -F, --fork              fork off for each device (use with -a)
 -T, --fstab <path>      alternative file to /etc/fstab
 -i, --internal-only     don't call the mount.<type> helpers
 -l, --show-labels       show also filesystem labels
 -n, --no-mtab           don't write to /etc/mtab
 -o, --options <list>    comma-separated list of mount options
 -O, --test-opts <list>  limit the set of filesystems (use with -a)
 -r, --read-only         mount the filesystem read-only (same as -o ro)
 -t, --types <list>      limit the set of filesystem types
     --source <src>      explicitly specifies source (path, label, uuid)
     --target <target>   explicitly specifies mountpoint
 -v, --verbose           say what is being done
 -w, --rw, --read-write  mount the filesystem read-write (default)

 -h, --help     display this help and exit
 -V, --version  output version information and exit

Source:
 -L, --label <label>     synonym for LABEL=<label>
 -U, --uuid <uuid>       synonym for UUID=<uuid>
 LABEL=<label>           specifies device by filesystem label
 UUID=<uuid>             specifies device by filesystem UUID
 PARTLABEL=<label>       specifies device by partition label
 PARTUUID=<uuid>         specifies device by partition UUID
 <device>                specifies device by path
 <directory>             mountpoint for bind mounts (see --bind/rbind)
 <file>                  regular file for loopdev setup

Operations:
 -B, --bind              mount a subtree somewhere else (same as -o bind)
 -M, --move              move a subtree to some other place
 -R, --rbind             mount a subtree and all submounts somewhere else
 --make-shared           mark a subtree as shared
 --make-slave            mark a subtree as slave
 --make-private          mark a subtree as private
 --make-unbindable       mark a subtree as unbindable
 --make-rshared          recursively mark a whole subtree as shared
 --make-rslave           recursively mark a whole subtree as slave
 --make-rprivate         recursively mark a whole subtree as private
 --make-runbindable      recursively mark a whole subtree as unbindable

For more details see mount(8).
0
задан 3 January 2017 в 11:29

1 ответ

Сделайте то, что предлагает автоматическая подсказка: смонтируйте, что раздел/dev/sda3 только для чтения с 'ro' монтирует опцию. Запустите окно терминала с комбинации горячей клавиши

ctrl + alt + t

, можно использовать стандартную точку монтирования /mnt согласно этой командной строке в окне терминала.

sudo mount /dev/sda3 -o ro,users,umask=000 /mnt

После этого необходимо смочь считать и скопировать файлы в/dev/sda3 с инструментами командной строки или с файловым менеджером, 'окно, которое много походит на Файловый менеджер'. Выберите 'Компьютер' в левой панели, затем просмотрите к каталогу, '/mnt', и там необходимо зарегистрировать файлы Windows.

-o-

, Если/dev/sda3 не является каталогом главных окон, можно получить справку от вывода следующей команды (в окне терминала)

sudo parted -ls

, где Вы видите числа раздела и какой раздел они.

sudo umount /mnt

sudo mount /dev/sdxn -o ro,users,umask=000 /mnt

, где x является буквой диска и , n является количеством раздела, например, 1, 2 или 3, что Вы думаете, корректный, раздел главных окон C:

0
ответ дан 3 January 2017 в 11:29
  • 1
    OP мог бы хотеть xclip -o -selection clipboard, поскольку значение по умолчанию является буфером обмена щелчка средней кнопкой. – pLumo 24 October 2018 в 02:39

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

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