NTFS-3G not working after upgrading to Linux Mint 19.1
antonio-petricca opened this issue · 1 comments
antonio-petricca commented
I don't know why, but after upgrading to Linux Mint 19.1 the host device is mounted as read-only.
Workaround:
- Reboot.
- Select the GRUB entry you want (the ntfs-3g one).
- Enter edit mode by pressing E.
- Change
lvm_loops_host_fsoptions=noatime
tolvm_loops_host_fsoptions=noatime,rw
- Boot by pressing F10.
After booting:
- Edit file
/etc/default/grub.d/buddy-linux.cfg
. - Change
HOST_DEV_FSOPTIONS=noatime
toHOST_DEV_FSOPTIONS=noatime,rw
. - Run
sudo update-grub
. - Reboot.
nakhla commented
please sir can you make a detailed video tutorial on youtube? i am using wubi and it will be great to use your solution,