So I have been following these steps (https://helpdeskgeek.com/how-to/how-to-create-a-shared-storage-drive-for-dual-boot-systems/) to create a shared storage between the Ubuntu system and Windows 11. Ubuntu DID recognise the partition but it CANNOT WRITE anything to it. It says it is a "read-only" system.
What I am asking is that how can I create a shared storage so that I can edit, add, delete files and share them between Windows and Ubuntu?
Thank you.
Asked
Active
Viewed 4,277 times
1

YueYue
- 11
-
1For the shared storage, what filesystem did you choose? Also, what version of Ubuntu are you using? – cocomac Mar 31 '22 at 03:16
-
How do you switch between Windows and Ubuntu? Do you do a full shutdown, count-to-ten, and boot? Or do you "Reboot into" Ubuntu? – matigo Mar 31 '22 at 03:21
-
3Did you disable fast startup in Windows? – Nmath Mar 31 '22 at 03:31
-
I restared into Ubuntu and its Ubuntu 20.04. Fast startup is disabled – YueYue Mar 31 '22 at 04:54
-
Search for how to change permissions. https://frameboxxindore.com/linux/how-do-i-change-permissions-on-a-usb-in-linux.html – Joepie Es Mar 31 '22 at 15:44
-
2Permissions on Windows format partitions are set at mount. Usually automount will work or fstab entry if wanting same settings when rebooting. Note that Windows turns fast startup back on with updates, so double check that it is still off. – oldfred Mar 31 '22 at 18:47
-
This link may be helpful in order to mount a partition with a Microsoft file system (FAT32, exFAT, NTFS). – sudodus Jan 25 '24 at 17:18
1 Answers
0
Here all you need. How to mount a NTFS partition in /etc/fstab? You probably need to create separate disk space for this task, it will be more secure for you.

Igor Gavelyuk
- 1
- 1
-
Hello. If you read the question as asked it clearly states it does not need to mount anything. It is a permissions issue on an already available disk. – David Mar 31 '22 at 10:21
-
@David check flags it can be read only - ro flag in the fstab It is usually happen if partition with NTFS was not properly unmount . – Igor Gavelyuk Apr 01 '22 at 21:00