Hello.
Recently installed linuxmint 17 to a machine here, with an encrypted home folder (ecryptfs). The machine is to be used for gaming mostly, and has a second harddrive containing the contents of what would usually be located at ~/.local/share/Steam
I tried adding an fstab entry for the disk,
Code:
UUID=6f97f71e-94dd-4b67-a71c-aa95036c1e18 /home/user/.local/share/Steam jfs rw,noatime 0 0
Although it fails to mount, because the home folder is encrypted using ecryptfs. How can i automount this jfs disk at boot time?
I have it setup this way, as an encrypted disk can cause slower read time (And fast loading in games is important!)