ccc
05-31-2007, 01:09 PM
hi
I cannot mount nfs from Dreambox DM 500-C:
root@dreambox:~> uname -a
Linux dreambox 2.6.9 #1 Sun Apr 8 00:58:35 CEST 2007 ppc unknown
root@dreambox:~>to nfs server (DS106j from synology):
storage> uname -a
Linux storage 2.4.22-uc0 #458 Tue Apr 3 01:09:49 CST 2007 ppc unknown
due to these errors:
root@dreambox:~> mount -t nfs 192.168.200.12:/volume1/box /var/mnt/nfs
mount: Mounting 192.168.200.12:/volume1/box on /var/mnt/nfs failed: Input/outp
ut error
root@dreambox:~> mount -t nfs 192.168.200.12:/volume1/box /hdd
mount: Mounting 192.168.200.12:/volume1/box on /hdd failed: Input/output error
root@dreambox:~> mount -t nfs -o rw,nolock 192.168.200.12:/volume1/box /var/mnt/
nfs
mount: Mounting 192.168.200.12:/volume1/box on /var/mnt/nfs failed: Input/output
error
root@dreambox:~> mount -t nfs -o rw,nolock,rsize=4096,wsize=4096 192.168.200.12:/volume1/box /var/mnt/hdd
mount: Mounting 192.168.200.12:/volume1/box on /var/mnt/hdd failed: Input/output error
my exports file:
/volume1/box 192.168.200.0/255.255.255.0(rw,sync,no_root_squash)
in /var/log/messages from client I have this error message:
May 31 16:12:34 192.168.200.11 kernel: nfs warning: mount version older than kernel
to mount nfs from any other linux machine in LAN works perfectly.
on nfs server:
storage> lsmod
Module Size Used by Tainted: P
nfsd 71168 0
hid 18164 0 (unused)
printer 8048 0 (unused)
usb-storage 29828 0 (unused)
usb-ohci 19972 0 (unused)
ehci-hcd 19700 0 (unused)
synobios 7416 2
sk98lin 148944 1
quota_v2 8160 2
usbcore 68896 1 [hid printer usb-storage usb-ohci ehci-hcd]
sg 33804 0 (unused)
sd_mod 16212 0 [printer usb-storage]
scsi_mod 90016 2 [usb-storage sg sd_mod]
ntfs 94080 0 (unused)
vfat 11308 0 (unused)
reiserfs 243776 0 (unused)
netlink_dev 2016 0 (unused)
fat 40176 0 [vfat]
appletalk 23440 12
storage> ps aux | grep portmap
580 1 420 S /opt/sbin/portmap
888 root 224 S grep portmap
storage> ps aux | grep nfs
890 root 224 S grep nfs
maybe I cannot mount because of different kernel or nfs versions ?
knows someone howto solve this problem ?
kind regards
ccc
I cannot mount nfs from Dreambox DM 500-C:
root@dreambox:~> uname -a
Linux dreambox 2.6.9 #1 Sun Apr 8 00:58:35 CEST 2007 ppc unknown
root@dreambox:~>to nfs server (DS106j from synology):
storage> uname -a
Linux storage 2.4.22-uc0 #458 Tue Apr 3 01:09:49 CST 2007 ppc unknown
due to these errors:
root@dreambox:~> mount -t nfs 192.168.200.12:/volume1/box /var/mnt/nfs
mount: Mounting 192.168.200.12:/volume1/box on /var/mnt/nfs failed: Input/outp
ut error
root@dreambox:~> mount -t nfs 192.168.200.12:/volume1/box /hdd
mount: Mounting 192.168.200.12:/volume1/box on /hdd failed: Input/output error
root@dreambox:~> mount -t nfs -o rw,nolock 192.168.200.12:/volume1/box /var/mnt/
nfs
mount: Mounting 192.168.200.12:/volume1/box on /var/mnt/nfs failed: Input/output
error
root@dreambox:~> mount -t nfs -o rw,nolock,rsize=4096,wsize=4096 192.168.200.12:/volume1/box /var/mnt/hdd
mount: Mounting 192.168.200.12:/volume1/box on /var/mnt/hdd failed: Input/output error
my exports file:
/volume1/box 192.168.200.0/255.255.255.0(rw,sync,no_root_squash)
in /var/log/messages from client I have this error message:
May 31 16:12:34 192.168.200.11 kernel: nfs warning: mount version older than kernel
to mount nfs from any other linux machine in LAN works perfectly.
on nfs server:
storage> lsmod
Module Size Used by Tainted: P
nfsd 71168 0
hid 18164 0 (unused)
printer 8048 0 (unused)
usb-storage 29828 0 (unused)
usb-ohci 19972 0 (unused)
ehci-hcd 19700 0 (unused)
synobios 7416 2
sk98lin 148944 1
quota_v2 8160 2
usbcore 68896 1 [hid printer usb-storage usb-ohci ehci-hcd]
sg 33804 0 (unused)
sd_mod 16212 0 [printer usb-storage]
scsi_mod 90016 2 [usb-storage sg sd_mod]
ntfs 94080 0 (unused)
vfat 11308 0 (unused)
reiserfs 243776 0 (unused)
netlink_dev 2016 0 (unused)
fat 40176 0 [vfat]
appletalk 23440 12
storage> ps aux | grep portmap
580 1 420 S /opt/sbin/portmap
888 root 224 S grep portmap
storage> ps aux | grep nfs
890 root 224 S grep nfs
maybe I cannot mount because of different kernel or nfs versions ?
knows someone howto solve this problem ?
kind regards
ccc