Because the two subsystems were developed without anyone talking to each other. It's a Linux Desktop thing.But I'm puzzled why Nautilus displays the NFS server in "Other Locations", as if I could click on it, if it can't follow through on that promise.
I can create an avahi service file on my server that looks like this:
I can see it automatically in Nautilus but when I click on it I get:tester@vub2004:~$ cat /etc/avahi/services/nfs.service
<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">%h (nfs)</name>
<service>
<type>_nfs._tcp</type>
<port>2049</port>
<txt-record>path=/data/shared/Music</txt-record>
</service>
</service-group>
Since I don't have nfs itself set up here I would have expected a different error message but ...
Bookmarks