You are not logged in.

#1 2021-07-26 21:32:22

Tiene10
Member
Registered: 2021-04-15
Posts: 16

Partition shared with windows

Hi,

I use a partition between windows and arch to share my files between the two OS.

I have the impression that windows is appropriating the partition because fdisk -l tells me that the type is Microsoft basic data and blocks access to Linux. So from linux, the files on the partition are read only.

Do you have a solution?

Thanks in advance.

Offline

#2 2021-07-26 23:28:56

mpan
Member
Registered: 2012-08-01
Posts: 1,637
Website

Re: Partition shared with windows

Windows is not running, so it can’t block access to anything.

What is the file system on the partition?

If NTFS, have you followed the instructions?

If yes, are you using fast-boot option in firmware? If yes, disable it, run Windows, shut down Windows, then try mounting the file system under Linux.

Offline

#3 2021-07-27 01:33:40

sethsource
Member
Registered: 2021-07-25
Posts: 26

Re: Partition shared with windows

Tiene10 wrote:

Hi,

I use a partition between windows and arch to share my files between the two OS.

I have the impression that windows is appropriating the partition because fdisk -l tells me that the type is Microsoft basic data and blocks access to Linux. So from linux, the files on the partition are read only.

Do you have a solution?

Thanks in advance.


turn off hibernation in windows, that fixed it for me and also make sure ntfs-3g is installed. and just mount normally and should allow write access.

Run command prompt as admin, then

powercfg.exe /hibernate off

then restart few times and try it. Go into windows after restart, then restart and go into arch

Last edited by sethsource (2021-07-27 01:36:58)

Offline

#4 2021-07-27 02:11:42

mpan
Member
Registered: 2012-08-01
Posts: 1,637
Website

Re: Partition shared with windows

sethsource:
If changing hibernation settings affects you, it’s probably because you have the fast boot feature enabled for your firmware — mentioned above.

Offline

#5 2021-07-27 02:43:25

sethsource
Member
Registered: 2021-07-25
Posts: 26

Re: Partition shared with windows

mpan wrote:

sethsource:
If changing hibernation settings affects you, it’s probably because you have the fast boot feature enabled for your firmware — mentioned above.

Oh yes Im sure. I prefer fast boot though and disabling hibernation is no inconvenience to me.

Offline

#6 2021-07-27 06:03:40

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,378

Re: Partition shared with windows

windows fast boot *is* hibernation and not compatible with dual boot systems.

Offline

#7 2021-07-27 16:08:19

leo95
Member
Registered: 2021-07-27
Posts: 2

Re: Partition shared with windows

You need to disable FastStartup, not FastBoot

FastBoot just delays devices startup

FastStartup, kinda suspends windows everytime it shutdowns, only reboot option makes a true shutdown. As it suspends, the partition was never unmounted in the first place.

https://www.tenforums.com/tutorials/418 … -10-a.html

Last edited by leo95 (2021-07-27 16:12:54)

Offline

#8 2021-07-30 19:36:00

Tiene10
Member
Registered: 2021-04-15
Posts: 16

Re: Partition shared with windows

Thank you for your answers.

Yes, I have installed and mounted my partition of shared files with ntfs-3g.

I think the problem is with windows.

When I start linux after using windows, windows boot manager takes priority in the boot order. So maybe the two problems are related. However, fast boot is disabled on windows and in the bios.

Do you have a new solution please?

Last edited by Tiene10 (2021-07-30 19:41:46)

Offline

#9 2021-07-30 19:37:10

sethsource
Member
Registered: 2021-07-25
Posts: 26

Re: Partition shared with windows

Tiene10 wrote:

Thank you for your answers.

I think the problem is with windows.

When I start linux after using windows, windows boot manager takes priority in the boot order. So maybe the two problems are related. However, fast boot is disabled on windows and in the bios.

Do you have a new solution please?

Are the boot loaders on the same efi partition?

Offline

#10 2021-07-30 20:43:36

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,378

Re: Partition shared with windows

Please post the system journal (sudo journalctl -b) and output of "mount" after mounting the ntfs drive.

Offline

Board footer

Powered by FluxBB