I am having a dual boot system. I can read files from the Windows partition in Linux but can't write to it. It's showing
destination is read only
How can I solve this?
I am having a dual boot system. I can read files from the Windows partition in Linux but can't write to it. It's showing
destination is read only
How can I solve this?
In Windows 10 if fast boot is activated this the problem could arise
Solution 1:
You can fully shutdown your Windows 10 operating system then boot to Ubuntu.
To fully shutdown your Windows 10 Press and Hold Shift Key and Click on Shutdown menu
Solution 2:
Your can turn off Windows 10's fast boot or Hibernation by following below steps
cmd
in search boxpowercfg.exe /hibernate off
and press Enter.You can find your answer here.
Ubuntu mounts external ntfs drive as read-only?
Ensure you have fastboot disabled
Ensure you have ntfs-3g installed
sudo apt-get install ntfs-3g
Remount the windows partition
Find Windows partition
lsblk -f
Mount Windows partition
sudo mount -t ntfs /dev/sda# /mnt/windows