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

Updating to match new version of source page
(Updating to match new version of source page)
 
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
__TOC__
__TOC__
=A bug [https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/1008117]=  
=A bug [https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/1008117]=
has been filed about the Nautilus dialog you are seeing as it recommends a potentially dangerous option that could result in data loss. Please do not run the command in this dialog unless you want to delete your saved Windows session and potentially lose unsaved work.
has been filed about the Nautilus dialog you are seeing as it recommends a potentially dangerous option that could result in data loss. Please do not run the command in this dialog unless you want to delete your saved Windows session and potentially lose unsaved work.


Line 41: Line 41:
Check to see if you have a mount point (folder for mounting your partition in) for your Windows partition in the folder '''/media''' using this command:  
Check to see if you have a mount point (folder for mounting your partition in) for your Windows partition in the folder '''/media''' using this command:  


'''ls /media'''
{{UserCmd|command=ls /media}}


If you don't see a folder for your Windows partition, you should create one with the following command:  
If you don't see a folder for your Windows partition, you should create one with the following command:  


'''sudo mkdir /media/windows'''
{{UserCmd|command=sudo mkdir /media/windows}}


Next, mount the partition in read-only mode onto this folder with this command:  
Next, mount the partition in read-only mode onto this folder with this command:  


'''mount -t ntfs-3g -o ro /dev/sda3 /media/windows'''
{{UserCmd|command=mount -t ntfs-3g -o ro /dev/sda3 /media/windows}}


'''Note:''' that you should change '''/media/windows''' if your mountpoint is called something else.
'''Note:''' that you should change '''/media/windows''' if your mountpoint is called something else.
Line 73: Line 73:
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:


'''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.
{{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.}}


  '''1.''' Open Control Panel in the small icons view and click on '''Power Options'''.
  '''1.''' Open Control Panel in the small icons view and click on '''Power Options'''.
Line 84: Line 84:
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:


'''powercfg /h off'''
{{UserCmd|command=powercfg /h off}}


Source: Fast Startup - Turn On or Off in Windows. [http://www.eightforums.com/tutorials/6320-fast-startup-turn-off-windows-8-a.html]
Source: Fast Startup - Turn On or Off in Windows. [http://www.eightforums.com/tutorials/6320-fast-startup-turn-off-windows-8-a.html]
[[Category:Contents Page{{#translation:}}]]
[[Category:Contents Page{{#translation:}}]]
8,158

edits