NFS: mount.nfs: No such device

Serverdienste ohne eigene Kategorie
amiga1200
Posts: 213
Joined: 2007-01-13 19:58
 

NFS: mount.nfs: No such device

Post by amiga1200 »

Ich habe 2 Server 192.168.0.1 (S1) (Suse 11) und 192.168.0.10 (S10) (Suse 10.2)
Unter S10 habe ich ein Verzeichnis frei gegeben.
in /etc/exports:
/home/hamburg 192.168.0.0/255.255.255.0(ro,no_root_squash,async)
rcnfsserver restart
Firewall ist Down

Nun der Test auf den gleichen Server
mount -t nfs 192.168.0.10:/home/hamburg /mtest # ich mounte ein Verzeichnis auf dem gleichen Server
TEST OK
umount /mtest # wieder frei geben

Natürlich will ich von anderen Server (S1) auf das Verzeichnis rauf.
dort im Shell
mount -t nfs 192.168.0.10:/home/hamburg /mtest
dann erhalte ich aber:
mount.nfs: No such device

weil ich das Verzeichnis auf dem gleichen Server (S10) Mounten kann, gehe
ich mal davon aus, das der Fehler unter S1 (Suse11) zu suchen ist.

Google spuckt auch nichts vernünftiges aus.
Hat hier jemand ein Typ?

Nachtrag:
sehe ich unter vi Suse 10.2 /proc/filesystems u.a.
nodev rpc_pipefs
nodev nfsd
nodev nfs
nodev nfs4

Unter suse 11

Code: Select all

nodev   sysfs
nodev   rootfs
nodev   bdev
nodev   proc
nodev   debugfs
nodev   securityfs
nodev   sockfs
nodev   pipefs
nodev   anon_inodefs
nodev   futexfs
nodev   tmpfs
nodev   inotifyfs
nodev   devpts
nodev   ramfs
nodev   hugetlbfs
        minix
        iso9660
nodev   mqueue
        reiserfs
nodev   usbfs
nodev   fuse
        fuseblk
nodev   fusectl
nodev   binfmt_misc
also nichts von NFS, aber das kann doch nicht sein, das Die einfach unter Suse 11 die NFS unterstützung entfernen
habe es eben noch mal auf einen 2. Suse 11 Server überprüft, auch ohne NFS
amiga1200
Posts: 213
Joined: 2007-01-13 19:58
 

Re: NFS: mount.nfs: No such device

Post by amiga1200 »

Das habe ich natürlich überprüft, ich habe beim Installieren, alles was Netzwerk betriff ausgewählt
muß rcnfs start auch gestartet werden?
dann bekomme ich

Starting NFS client services: sm-notify idmapdmount: unknown filesystem type 'rpc_pipefs'
startproc: exit status of parent of /usr/sbin/rpc.idmapd: 1


Unter Yast ist alles was mit NFS zu tun hat gestartet

Code: Select all

i  xlimal-nfs-server      xLiMaL--NFS Server Library                     x1.4.6       x
   xlimal-nfs-server-develxLiMaL--NFS Server Library Development Files   x1.4.6       x
i  xlimal-nfs-server-perl xLiMaL--NFS Server Library Perl Bindings       x1.4.6       x
   xlinux_pcnfsd2         xRPC Server That Supports ONC Clients          x1.6         x
i  xnfs-client            xSupport Utilities for NFS                     x1.1.2       x
   xnfs-doc               xSupport Utilities for NFS                     x1.1.2       x
i  xnfs-kernel-server     xSupport Utilities for Kernel nfsd             x1.1.2       x
   xnfs-server            xUser Space NFS Server Daemons                 x2.2beta51   x
i  xnfsidmap              xNFSv4 ID Mapping Library                      x0.20        x
   xnfsidmap-devel        xNFSv4 ID Mapping Library development librariesx0.20        x
   xquota-nfs             xDisk Quota System on NFS                      x3.16        x
   xsblim-cmpi-nfsv3      xSBLIM CMPI NFSv3 Instrumentation              x1.0.14      x
   xsblim-cmpi-nfsv4      xSBLIM CMPI NFSv4 Instrumentation              x1.0.12      x
   xtexlive-nfs           xFor NFS clients mounting the TeX/LaTeX system x2007        x
i  xyast2-nfs-client      xYaST2 - NFS Configuration                     x2.16.1      x
i  xyast2-nfs-common      xYaST2 - NFS Configuration, common parts       x2.16.1      x
i  xyast2-nfs-server      xYaST2 - NFS Server Configuration              x2.16.1     
I= installiert
User avatar
Joe User
Project Manager
Project Manager
Posts: 11190
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: NFS: mount.nfs: No such device

Post by Joe User »

Code: Select all

i  xlimal-nfs-server      xLiMaL--NFS Server Library                     x1.4.6       x
i  xlimal-nfs-server-perl xLiMaL--NFS Server Library Perl Bindings       x1.4.6       x
i  xnfs-kernel-server     xSupport Utilities for Kernel nfsd             x1.1.2       x
i  xnfsidmap              xNFSv4 ID Mapping Library                      x0.20        x
i  xyast2-nfs-server      xYaST2 - NFS Server Configuration              x2.16.1     x
Obige bitte entsorgen und nochmals versuchen, notfalls per YaST konfigurieren...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
amiga1200
Posts: 213
Joined: 2007-01-13 19:58
 

Re: NFS: mount.nfs: No such device

Post by amiga1200 »

Obige bitte entsorgen und nochmals versuchen, notfalls per YaST konfigurieren...

meint Du Deine Zeilen deinstallieren?
oder meine Zeilen, so das nur noch die von Dir vorhanden sind
User avatar
Joe User
Project Manager
Project Manager
Posts: 11190
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: NFS: mount.nfs: No such device

Post by Joe User »

amiga1200 wrote:meint Du Deine Zeilen deinstallieren?
Ja.
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.