Ubuntu 18.04 GUI File Manager Weirdness

Little Girl littlergirl at gmail.com
Wed Jul 3 19:11:10 UTC 2019


Hey there,

Robert Heller wrote:

>What is happening is that users cannot open folders on their
>desktop.  Either left clicking on the folder icon or right-click and
>Open.  Nothing happens. They can open up their files if they
>explicitly launch the GUI File Manager from the launcher (file
>cabinate icon).

To mount shares manually (which is what it sounds like you want to
do), it recently became necessary to specify "users" in the NFS line
in your /etc/fstab file.

For example, you would change this:

192.168.1.200:/foo /bar nfs rw,hard,intr,noauto,noexec 0 0

To this:

192.168.1.200:/foo /bar nfs users,rw,hard,intr,noauto,noexec 0 0

Then you'd export your share again and restart the network:

sudo exportfs -ar
sudo service nfs-kernel-server restart

I've got an updated NFS guide online if you're interested.

-- 
Little Girl

There is no spoon.




More information about the ubuntu-users mailing list