multi-boot, HDD - NTFS - Wind 8.1 HDD doesn't run in Linux

Issues related to hardware problems
Post Reply
krchat
Posts: 39
Joined: 2014/05/06 20:02:31

multi-boot, HDD - NTFS - Wind 8.1 HDD doesn't run in Linux

Post by krchat » 2014/08/13 09:19:31

I want to use HDD with NTFS partition under Linux, but I can't use it without disable this disk in Windows device manager. Linux can't open it, until I disable it in Windows. Can I open this NTFS partition in Linux, without disable disk in Windows?

krchat
Posts: 39
Joined: 2014/05/06 20:02:31

Re: multi-boot, HDD - NTFS - Wind 8.1 HDD doesn't run in Lin

Post by krchat » 2014/08/26 20:30:54

Microsoft support said me, that I can turn setting in Linux, to enable this hdd in it.

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: multi-boot, HDD - NTFS - Wind 8.1 HDD doesn't run in Lin

Post by gerald_clark » 2014/08/26 20:35:43

To use NTFS volumes under linux you need to install ntfs-3g.
It is available from epel.

http://wiki.centos.org/TipsAndTricks/NTFS

krchat
Posts: 39
Joined: 2014/05/06 20:02:31

Re: multi-boot, HDD - NTFS - Wind 8.1 HDD doesn't run in Lin

Post by krchat » 2014/08/26 20:38:08

ntfs-3g is installed. There's a problem because Windows 8 make hdd own and busy and Linux can't open it.
NTFS partition isn't mounted.

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: multi-boot, HDD - NTFS - Wind 8.1 HDD doesn't run in Lin

Post by gerald_clark » 2014/08/26 20:39:50

How does Windows 8 make it busy? Is this a VM?

krchat
Posts: 39
Joined: 2014/05/06 20:02:31

Re: multi-boot, HDD - NTFS - Wind 8.1 HDD doesn't run in Lin

Post by krchat » 2014/08/26 20:41:54

no, this is independent OS. If I work in Windows, and didn't make hdd disable, I won't mount it in Linux OS

Greg_E
Posts: 143
Joined: 2014/04/04 18:53:45

Re: multi-boot, HDD - NTFS - Wind 8.1 HDD doesn't run in Lin

Post by Greg_E » 2014/09/04 20:59:07

Do you have drive encryption turned on in Windows 8? I haven't dual booted a win8 machine yet so I'm not sure.

maheshdrao
Posts: 4
Joined: 2014/08/27 09:39:25

Re: multi-boot, HDD - NTFS - Wind 8.1 HDD doesn't run in Lin

Post by maheshdrao » 2014/09/07 21:54:11

Double-booting Linux and Windows 8

When Windows 8 is restarted using its fast restarting feature, part of the metadata of all mounted partitions are restored to the state they were at the previous closing down. As a consequence, changes made on Linux may be lost. This can happen on any partition of an internal disk when leaving Windows 8 by selecting "Shut down" or "Hibernate". Leaving Windows 8 by selecting "Restart" is apparently safe.

To avoid any loss of data, be sure the fast restarting of Windows 8 is disabled. This can be achieved by issuing as an administrator the command :

powercfg /h off

You can check the current settings on :
Control Panel > Hardware and Sound > Power Options > System Setting > Choose what the power buttons do
The box "Turn on fast startup" should either be disabled or missing.

Post Reply