Difference between revisions of "How to mount Windows (NTFS) filesystem due to hibernation/ru"

Updating to match new version of source page
(Created page with "Источник: Быстрый запуск - включение или выключение в Windows. [http://www.eightforums.com/tutorials/6320-fast-startup-turn-off-win...")
(Updating to match new version of source page)
Tags: Mobile web edit Mobile edit
Line 1: Line 1:
<languages/>
<languages/>
__TOC__
__TOC__
<div class="mw-translate-fuzzy">
=Ошибка [https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/1008117]=  
=Ошибка [https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/1008117]=  
было подано заявление о диалоге Nautilus, который вы видите, поскольку он рекомендует потенциально опасную опцию, которая может привести к потере данных. Пожалуйста, не выполняйте команду в этом диалоге, если вы не хотите удалить сохраненную сессию Windows и потерять несохраненную работу.
было подано заявление о диалоге Nautilus, который вы видите, поскольку он рекомендует потенциально опасную опцию, которая может привести к потере данных. Пожалуйста, не выполняйте команду в этом диалоге, если вы не хотите удалить сохраненную сессию Windows и потерять несохраненную работу.
</div>


==Объяснение: Почему Linux не может открыть спящие разделы Windows==
==Объяснение: Почему Linux не может открыть спящие разделы Windows==
Line 27: Line 29:
Проверьте, есть ли у вас точка монтирования (каталог для монтирования раздела) для раздела Windows в каталоге '''/media''', используя эту команду:  
Проверьте, есть ли у вас точка монтирования (каталог для монтирования раздела) для раздела Windows в каталоге '''/media''', используя эту команду:  


<div class="mw-translate-fuzzy">
'''ls /media'''
'''ls /media'''
</div>


Если вы не видите каталог для раздела Windows - создайте его с помощью следующей команды:  
Если вы не видите каталог для раздела Windows - создайте его с помощью следующей команды:  


<div class="mw-translate-fuzzy">
'''sudo mkdir /media/windows'''
'''sudo mkdir /media/windows'''
</div>


Затем смонтируйте раздел в режиме только для чтения в этот каталог с помощью этой команды:  
Затем смонтируйте раздел в режиме только для чтения в этот каталог с помощью этой команды:  


'''mount -t ntfs-3g -o ro /dev/sda3 /media/windows'''  
<div class="mw-translate-fuzzy">
'''mount -t ntfs-3g -o ro /dev/sda3 /media/windows'''
</div>


'''Примечание:''' Обратите внимание, что вам следует изменить '''/media/windows''', если ваша точка монтирования называется как-то иначе.
'''Примечание:''' Обратите внимание, что вам следует изменить '''/media/windows''', если ваша точка монтирования называется как-то иначе.
Line 44: Line 52:
==Третий вариант==
==Третий вариант==


<div lang="en" dir="ltr" class="mw-content-ltr">
If you need to mount the partition in read-write mode and are not able to or willing to boot into Windows and shut it down completely there is a third option. However, it is not included here because it completely deletes hiberfil.sys and will cause you to lose all unsaved information in the hibernated Windows programs. The following is a quotation from man ntfs-3g about the option that would be used to do this.
If you need to mount the partition in read-write mode and are not able to or willing to boot into Windows and shut it down completely there is a third option. However, it is not included here because it completely deletes hiberfil.sys and will cause you to lose all unsaved information in the hibernated Windows programs. The following is a quotation from man ntfs-3g about the option that would be used to do this.
</div>


  '''remove_hiberfile'''
  <div lang="en" dir="ltr" class="mw-content-ltr">
'''remove_hiberfile'''
   
   
  Unlike in case of  read-only  mount,  the  read-write  mount  is
  Unlike in case of  read-only  mount,  the  read-write  mount  is
Line 54: Line 65:
  this means that the saved Windows  session  will  be  completely
  this means that the saved Windows  session  will  be  completely
  lost. Use this option under your own responsibility.''
  lost. Use this option under your own responsibility.''
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
=Solution (only for Windows 8 and 10)=
=Solution (only for Windows 8 and 10)=
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
There is a new feature in '''Windows 8''' called '''Fast Startup''' [http://www.typicaltips.com/2013/02/disable-fast-startup-in-windows-8.html]. If this feature is enabled (which it is by default), Windows 8 does not actually completely shutdown when you choose shutdown. Instead, it does a "hybrid shutdown". This is something like hibernating; it makes booting Windows 8 back up faster. So, you need to disable this feature to be able to shut it down properly, and be able to mount the Windows partitions. To do this, boot into your Windows 8 and:
There is a new feature in '''Windows 8''' called '''Fast Startup''' [http://www.typicaltips.com/2013/02/disable-fast-startup-in-windows-8.html]. If this feature is enabled (which it is by default), Windows 8 does not actually completely shutdown when you choose shutdown. Instead, it does a "hybrid shutdown". This is something like hibernating; it makes booting Windows 8 back up faster. So, you need to disable this feature to be able to shut it down properly, and be able to mount the Windows partitions. To do this, boot into your Windows 8 and:
</div>


'''Note:''' disabling Fast Startup will most likely make your Windows 8 take a longer time to boot. There are no "exact" numbers, but let's say that if it took you 10 seconds to boot into Windows 8, it will now take you 50 seconds after disabling this feature.
<div lang="en" dir="ltr" class="mw-content-ltr">
{{BoxSuccess|Note|disabling Fast Startup will most likely make your Windows 8 take a longer time to boot. There are no "exact" numbers, but let's say that if it took you 10 seconds to boot into Windows 8, it will now take you 50 seconds after disabling this feature.}}
</div>


  '''1.''' Open Control Panel in the small icons view and click on '''Power Options'''.
  <div lang="en" dir="ltr" class="mw-content-ltr">
'''1.''' Open Control Panel in the small icons view and click on '''Power Options'''.
  '''2.''' Click on '''Choose what the power buttons do''' (look in the left hand column).
  '''2.''' Click on '''Choose what the power buttons do''' (look in the left hand column).
  '''3.''' Click on '''Change settings that are currently unavailable'''.
  '''3.''' Click on '''Change settings that are currently unavailable'''.
  '''4.''' '''Uncheck Turn on fast startup (recommended)'''.
  '''4.''' '''Uncheck Turn on fast startup (recommended)'''.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
Click on '''Save changes'''. Now, shutdown Windows 8 and boot back into Manjaro.
Click on '''Save changes'''. Now, shutdown Windows 8 and boot back into Manjaro.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
If you still aren't able to mount without getting errors, you may need to turn off hibernation completely. Open an elevated Command Prompt (right click on the shortcut, click on '''Run as Administrator'''), and input:
If you still aren't able to mount without getting errors, you may need to turn off hibernation completely. Open an elevated Command Prompt (right click on the shortcut, click on '''Run as Administrator'''), and input:
</div>


<div class="mw-translate-fuzzy">
'''powercfg /h off'''
'''powercfg /h off'''
</div>


Источник: Быстрый запуск - включение или выключение в Windows. [http://www.eightforums.com/tutorials/6320-fast-startup-turn-off-windows-8-a.html]
Источник: Быстрый запуск - включение или выключение в Windows. [http://www.eightforums.com/tutorials/6320-fast-startup-turn-off-windows-8-a.html]
[[Category:Contents Page{{#translation:}}]]
[[Category:Contents Page{{#translation:}}]]
8,146

edits