Mountpoint on Desktop

Issues related to configuring your network
Post Reply
wp.rauchholz
Posts: 133
Joined: 2016/11/20 11:58:45

Mountpoint on Desktop

Post by wp.rauchholz » 2018/11/13 12:49:07

I setup nfs service on my server. Working ok. I setup nfs also on my client and I access the share on the server (CLI ot using Files).
(https://www.howtoforge.com/nfs-server-a ... n-centos-7)
Using Tweak Tool, I set the parameter that Shared Volumes should be shown on the Desktop.
But this does not happen.

df -kh lists:
[wp.rauchholz@localhost ~]$ df -kh
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/cl-root 50G 5.2G 45G 11% /
devtmpfs 3.8G 0 3.8G 0% /dev
tmpfs 3.8G 46M 3.8G 2% /dev/shm
tmpfs 3.8G 9.8M 3.8G 1% /run
tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup
tmpfs 3.8G 24K 3.8G 1% /tmp
/dev/mapper/cl-home 240G 183M 240G 1% /home
/dev/sda1 497M 195M 303M 40% /boot
10.5.2.1:/home/wp.rauchholz 1.9T 763G 1.2T 40% /mnt/nfs/wp.rauchholz
10.5.2.1:/home/media 1.9T 763G 1.2T 40% /mnt/nfs/media
tmpfs 771M 40K 771M 1% /run/user/1000


Any idea what I am missing?

Wolfgang

aks
Posts: 3073
Joined: 2014/09/20 11:22:14

Re: Mountpoint on Desktop

Post by aks » 2018/11/14 21:26:19

Uh, mount is at ~/Desktop (although why that would be a good thing, heaven knows).

User avatar
jlehtone
Posts: 4530
Joined: 2007/12/11 08:17:33
Location: Finland

Re: Mountpoint on Desktop

Post by jlehtone » 2018/11/15 14:24:37

wp.rauchholz wrote:
2018/11/13 12:49:07
the parameter that Shared Volumes should be shown on the Desktop.
No idea what those are. Perhaps something mounted via GUI?

@aks: at Desktop?
wp.rauchholz wrote:
2018/11/13 12:49:07

Code: Select all

10.5.2.1:/home/wp.rauchholz  1.9T  763G  1.2T  40% /mnt/nfs/wp.rauchholz
10.5.2.1:/home/media         1.9T  763G  1.2T  40% /mnt/nfs/media
This one tells other details than disk usage:

Code: Select all

findmnt -au
You have probably mounted by hand or by /etc/fstab under /mnt/nfs.
Not automounts, I presume?
(Personally, I prefer autofs, for it delays the actual mount to time of need and umounts unused volumes. Hard dependencies to network and servers can become restrictive.)

Since you have the mounts, you can create symlinks to them on your Desktop. (Perhaps the "show shared" automates that for some volumes?)

wp.rauchholz
Posts: 133
Joined: 2016/11/20 11:58:45

Re: Mountpoint on Desktop

Post by wp.rauchholz » 2018/11/17 12:29:13

Thank you jlehtone. I was not aware of autofs.
Using this now and works like a charm.

Thanks again, Wolfgang

Post Reply