Manually mount the filesystem in read only mode.
- Check to see if you have a mount point (folder for mounting your partition in) for your Windows partition in the folder
/media
using this command:ls /media
- If you don’t see a folder for your Windows partition, you should create one with the following command:
sudo mkdir /media/windows
- Next, mount the partition in read-only mode onto this folder with this command:
mount -t ntfs-3g -o ro /dev/sda3 /media/windows
Note that you should change
/media/windows
if your mountpoint is called something else. - Now you will be able to view/open files on your Windows partition using any program in Ubuntu. However you will
reference: Unable to mount Windows (NTFS) filesystem due to hibernation
win 8或win10无法加载Windows (NTFS) 分区