In my dual boot laptop, I am unable to save or copy files to windows partitions.
Unable to Save or Copy files to Windows partitions (solved)
Moderators: 666philb, Forum moderators
-
- Posts: 139
- Joined: Wed Apr 07, 2021 12:11 pm
- Has thanked: 84 times
- Been thanked: 4 times
Unable to Save or Copy files to Windows partitions (solved)
Re: Save and copy file between partitions
Widows has been at war with Linux from day 1 . Copy the file to a usb stick first and save yourself a lot of mucking about.
The Australian State Governments have all enacted laws to steal your assets on your death. All legal paperwork is binned and all assets seized on one disgruntled child's complaint.Move them well before you die or go into a home.
-
- Posts: 409
- Joined: Sun Oct 18, 2020 8:48 am
- Location: cze
- Has thanked: 57 times
- Been thanked: 91 times
Re: Save and copy file between partitions
If your situation is that you cannot access the drives at all:
in your Windows should be done the complete shutdown (not just hibernation, because hibernated windows will lock the drives) and probably also the quick start should be disabled.
Maybe I'm wrong and somebody will correct me.
Re: Save and copy file between partitions
In addition to what @Feek advises, it would be a good idea to run a file system check within Windows to ensure any errors are corrected. Writing to Windows partitions are generally only blocked if the prttiton is locked or something is flagged, which prevents writing to the partition.
New Laptop - ASUS ZenBook Ryzen 7 5800H Vega 7 iGPU / 16 GB RAM
-
- Posts: 4323
- Joined: Fri Jul 24, 2020 10:59 pm
- Has thanked: 1876 times
- Been thanked: 581 times
Re: Unable to Save or Copy files to Windows partitions
Hello @Ramachandra Iyer
Couple checks:
In a Terminal
issue the mount command
On the NTFS partition where you cannot 'write' data to, look for either 'rw' or 'ro'
If its 'ro', umount the partition, then remount it for example
Code: Select all
mount /dev/sda2 /mnt/sda2
If the 'ro' problem remains, you must start a windows allowing windows to repair
Open Gparted from PUP's Menu
Allow GParted to dismount the NTFS partition
On the NTFS partition where you cannot 'write' data to, look for the yellow/red flag on its line
Use GParted Menu as well as its line options for a description of what it shows as the problem
Hope this helps
-
- Posts: 139
- Joined: Wed Apr 07, 2021 12:11 pm
- Has thanked: 84 times
- Been thanked: 4 times
Re: Unable to Save or Copy files to Windows partitions
After update Windows 10 and disabling fastboot through command line ( got idea from googling), now able to write and copy between partitions!!!!. Thank you very much.