Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Zitat
XX5198 andreas # modprobe nfs
XX5198 andreas # /etc/init.d/nfsmount start
* Starting portmap ... [ ok ]
* Starting NFS statd ... [ ok ]
* Starting NFS sm-notify ...
Backgrounding to notify hosts... [ ok ]
* Mounting NFS filesystems ... [ ok ]
XX5198 andreas # mount -t nfs 192.168.2.25:/home /mnt/home
mount.nfs: internal error
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »X_X5198« (26.04.2009, 14:43)
Quellcode |
|
1 |
# mount.nfs 192.168.2.25:/home /mnt/home -v |
Zitat
XX5198 andreas # mount -t nfs 192.168.2.25:/home /mnt/home -v
mount.nfs: timeout set for Sun Jun 1 18:52:49 2008
mount.nfs: text-based options: 'addr=192.168.2.25'
mount.nfs: access denied by server while mounting 192.168.2.25:/home
XX5198 andreas # mount -t nfs4 192.168.2.25:/home /mnt/home -v
mount.nfs4: timeout set for Sun Jun 1 18:52:55 2008
mount.nfs4: text-based options: 'addr=192.168.2.25,clientaddr=192.168.2.102'
mount.nfs4: Protocol not supported
XX5198 andreas #
Quellcode |
|
1 2 3 |
mount.nfs nicht von mount |
Quellcode |
|
1 2 3 4 5 6 |
Mount options for nfs and nfs4 See the options section of the nfs(5) man page (nfs-utils package must be installed). The nfs and nfs4 implementation expects a binary argument (a struct nfs_mount_data) to the mount system call. This argument is constructed by mount.nfs(8) and the current version of mount (2.13) does not know anything about nfs and nfs4. |
Zitat
XX5198 andreas # mount.nfs 192.168.2.25:/home /mnt/home -v
mount.nfs: timeout set for Sun Jun 1 19:53:06 2008
mount.nfs: text-based options: 'addr=192.168.2.25'
mount.nfs: access denied by server while mounting 192.168.2.25:/home
XX5198 andreas # mount -t nfs 192.168.2.25:/home /mnt/home -v
mount.nfs: timeout set for Sun Jun 1 19:53:13 2008
mount.nfs: text-based options: 'addr=192.168.2.25'
mount.nfs: access denied by server while mounting 192.168.2.25:/home
XX5198 andreas #
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »X_X5198« (02.06.2008, 20:26)
Zitat
mount <host>:/shares/<poolname>/<sharename> mountpoint
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »X_X5198« (07.06.2008, 14:20)