problem bei nfs freigabe

Einrichten des lokalen Netzes, Verbindung zu anderen Computern und Diensten.
Antworten
Benutzeravatar
tarabaz
Beiträge: 100
Registriert: 23.03.2005 16:03:40

problem bei nfs freigabe

Beitrag von tarabaz » 27.10.2005 15:45:40

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

tobi_w
Beiträge: 73
Registriert: 04.03.2005 10:02:31

Re: problem bei nfs freigabe

Beitrag von tobi_w » 27.10.2005 16:22:00

tarabaz hat geschrieben: /etc/exports:
----------
/mnt/hdd5/ nfs 192.168.0.1 (rw,no_root_squash)
----------
Versuche mal:
/mnt/hdd5 192.168.0.2(rw,no_root_squash)

Benutzeravatar
tarabaz
Beiträge: 100
Registriert: 23.03.2005 16:03:40

Beitrag von tarabaz » 27.10.2005 16:36:54

hi,
vielen dank für den tip. funzt bestends. manchmal sieht man echt den wald vor lauter bäumen nicht ;)

mfg

tarabaz

Antworten