ich habe in einem LAN Probleme mit dem Mounten von einer dbox2 zum NFS-Server.
Im Logfile des NFS-Servers kann ich allerdings folgenden Eintrag finden:
Code: Alles auswählen
Nov 9 19:39:33 homer mountd[10358]: authenticated mount request from bdbox2:834 for /mirror/nfsd (/mirror/nfsd)
Code: Alles auswählen
# /etc/exports: the access control list for filesystems which may be exported
# to NFS clients. See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes hostname1(rw,sync) hostname2(ro,sync)
#
# Example for NFSv4:
# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt)
# /srv/nfs4/homes gss/krb5i(rw,sync)
#
#/mirror/dbox2 192.168.1.123(rw,async,subtree_check)
#/mirror/nfsd 192.168.1.0/255.255.255.0(rw,async,subtree_check)
/mirror/nfsd 192.168.1.10(rw,async,subtree_check)
/mirror/nfsd 192.168.2.0/255.255.255.0(rw,async,subtree_check)
Code: Alles auswählen
root@dbox:~# mount
/dev/root on / type jffs2 (rw)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
tmpfs on /tmp type ramfs (rw)
automount(pid42) on /autofs type autofs (rw)
root@dbox:~# mount -t nfs 192.168.1.99:/mirror/nfsd /mnt/filme/
Mir fällt kein Fehler mehr auf.