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) 分区

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据