Re: SweetHome3d Not Seeing My Data Partition in Linux

by UbuntuBirdy » Mon Apr 13, 2020 2:22 pm

I'm using Linux (Ubuntu) only since 12 years, so you guys are the pros. But I solved this problem with "systemd":

systemd man page.
I put it in the fstab so a mount point looks like this:

Code: Select all

/home/"user"/music nfs nfsvers=4,noauto,x-systemd.automount,x-systemd.idle-timeout=900,users,rw 0 0
This is for a NAS via nfs, but it works also for partitions.

The mount point is not mounted (this saves you booting time) until you access it, but all the programs can do that.

Perhaps this could be a solution for you...