antonio-petricca / buddy-linux

Do you remember "Wubi Ubuntu Installer"? This project is both a replacement and an improvement of Wubi. You will be able to install your Debian (or derived) distribution on a PC without repartitioning it, simply by using a secondary/external boot device (like a USB drive).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NTFS-3G not working after upgrading to Linux Mint 19.1

antonio-petricca opened this issue · comments

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 to lvm_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 to HOST_DEV_FSOPTIONS=noatime,rw.
  • Run sudo update-grub.
  • Reboot.

please sir can you make a detailed video tutorial on youtube? i am using wubi and it will be great to use your solution,