hi,
hab mal wieder ein netzwerkproblem. 2 rechner mit crossoverkabel
auf server knoppix 4.0, ip=192.168.0.1
auf clienten sarge stabe, ip=192.168.0.2
netzwerkverbindung funzt, ping ok, nfs-kernel-server und nfs-common sind auf server installiert. mein laufwerk hdd5 auf dem server ist freigegeben.
/etc/exports:
----------
/mnt/hdd5/ nfs 192.168.0.1 (rw,no_root_squash)
----------
/etc/hosts.allow:
----------
portmap: 192.168.0.2 192.168.0.1
----------
"/etc/init.d/portmap start" (auf server):
----------
Starting portmap daemon: portmap.
----------
/etc/init.d/nfs-kernel-server start:
----------
/etc/init.d/nfs-kernel-server: line 46: mountpoint: command not found
Exporting directories for NFS kernel daemon...exportfs: No options for /mnt/hdd5/ nfs: su ggest nfs(sync) to avoid warning
exportfs: /etc/exports [1]: No 'sync' or 'async' option specified for export "nfs:/mnt/hd d5/".
Assuming default behaviour ('sync').
NOTE: this default has changed from previous versions
exportfs: nfs has non-inet addr
exportfs: nfs has non-inet addr
exportfs: No options for /mnt/hdd5 192.168.0.1: suggest 192.168.0.1(sync) to avoid warnin g
exportfs: /etc/exports [1]: No 'sync' or 'async' option specified for export "192.168.0.1 :/mnt/hdd5".
Assuming default behaviour ('sync').
NOTE: this default has changed from previous versions
exportfs: No host name given with /mnt/hdd5 (rw,no_root_squash), suggest *(rw,no_root_squ ash) to avoid warning
exportfs: /etc/exports [1]: No 'sync' or 'async' option specified for export ":/mnt/hdd5" .
Assuming default behaviour ('sync').
NOTE: this default has changed from previous versions
done.
Starting NFS kernel daemon: nfsd mountd.
----------
wo muß ich die offenbar fehlenden sync oder async einstellungen reinschreiben? und wie sieht muß das aussehen?
der client sagt, wenn ich das laufwerk einbinden will, das ich keine berechtigung habe.
mfg
tarabaz
problem bei nfs freigabe
Re: problem bei nfs freigabe
Versuche mal:tarabaz hat geschrieben: /etc/exports:
----------
/mnt/hdd5/ nfs 192.168.0.1 (rw,no_root_squash)
----------
/mnt/hdd5 192.168.0.2(rw,no_root_squash)