You are not logged in.
Pages: 1
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
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
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 offthen 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
sethsource:
If changing hibernation settings affects you, it’s probably because you have the fast boot feature enabled for your firmware — mentioned above.
Offline
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
windows fast boot *is* hibernation and not compatible with dual boot systems.
Offline
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
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
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
Please post the system journal (sudo journalctl -b) and output of "mount" after mounting the ntfs drive.
Offline
Pages: 1