You are not logged in.

#1 2009-06-16 00:56:21

MarianoC
Member
Registered: 2008-10-16
Posts: 20

Dolphin, avahi, nfs

Hi, i have a little problem trying to access NFS shared folders from Dolphin...The config files are:

/etc/exports:
/media/sda6/Musica/ 192.168.1.100/24(rw,insecure,no_root_squash,subtree_check)
/media/sda6/Videos/ 192.168.1.100/24(rw,insecure,no_root_squash,subtree_check)
/etc/avahi/nfs.service
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">

<!-- $Id$ -->

<service-group>
  <name replace-wildcards="yes">%h-Musica</name>
  <service>
    <type>_nfs._tcp</type>
    <port>2049</port>
    <txt-record>path=/media/sda6/Musica</txt-record>
  </service>
</service-group>

If I write: avahi-browse -a, I get:
+ eth0 IPv4 arch-Musica                                   Network File System  local

I can mount the folder easily with:
# mount myhost.local:/media/sda6/Musica /media/nfs
or
# mount 192.168.1.101:/media/sda6/Musica /media/nfs

When I try using dolphin, the message is:
the file or folder nfs://myhost.local:2049/media/sda6/Musica does not exist

Well, i think it's all...What am I doing wrong??

Bye.

Offline

Board footer

Powered by FluxBB