Re: os-prober and libfuse3.so.3 problem (os-prober cannot detect win10 partitions)
Reply #1 –
I'd assume you should use the in-kernel paragon's ntfs3 module, just mount the drive directly in fstab as such:
UUID="PARTITIONID" /mnt/ntfs/WIN_E ntfs3 defaults,exec,uid=1000,gid=1000,iocharset=utf8 0 0
You can check the partiton uuid with gparted or something.