NFS was working fine with my first M3B1 installation, but for some reason, I re-installed it and NFS is no more working.
I can see the shared partitions from the server in the MCC, if I select one and click on "Mount" the answer is " Mounting partition linux:/home/samageia/Documents in directory /mnt/documents failed"
In a konsole:
- Code: Select all
# mount -a -f nfs
mount.nfs: Failed to resolve server linux: system error
Firewall is totally disabled and network-auth is running.
- Code: Select all
[root@localhost ~]# journalctl -n
-- Logs begin at Sat, 2012-12-29 10:59:03 GMT, end at Mon, 2012-12-31 17:04:42 GMT. --
Jan 04 18:45:00 localhost.localdomain diskdrake[4549]: running: showmount --no-headers -e 192.168.0.1
Jan 04 18:45:04 localhost.localdomain diskdrake[4549]: running: showmount --no-headers -e 192.168.0.1
Jan 04 18:45:05 localhost.localdomain diskdrake[4549]: running: showmount --no-headers -e 192.168.0.1
Jan 04 18:45:05 localhost.localdomain diskdrake[4549]: running: showmount --no-headers -e 192.168.0.1
Jan 04 18:45:13 localhost.localdomain diskdrake[4549]: mount_part: device=linux:/home/samageia/Documents mntpoint=/mnt/documents isMounted=
Jan 04 18:45:13 localhost.localdomain diskdrake[4549]: mounting linux:/home/samageia/Documents on /mnt/documents as type nfs, options rsize
Jan 04 18:45:13 localhost.localdomain diskdrake[4549]: created directory /mnt/documents (and parents if necessary)
Jan 04 18:45:13 localhost.localdomain diskdrake[4549]: running: mount -t nfs linux:/home/samageia/Documents /mnt/documents -o rsize=8192,ws
Jan 04 18:45:13 localhost.localdomain diskdrake[4549]: error: mounting partition linux:/home/samageia/Documents in directory /mnt/documents
Jan 04 18:45:17 localhost.localdomain diskdrake[4549]: running: showmount --no-headers -e 192.168.0.1
Thanks