OpenBh 5.6 mount nfs share problem

urtigao

New member
Hi,
I've a VU+Ultimo4K as a NFS server and a VU+Zero4K as client and with previous OpenBh images it had no problems but, the autofs isn't working with this image version, i'll tried also do a simple mount and the error is the same: bad option.
After flashing i restore the config files as always do and both boxes have the same version of OpenBh, that is 5.6)
I've tested access from another enigma2 box (DM820HD with OpenATV 7.4 image) and works as expected.

Here are the output os autofs service of the client box:

root@vuzero4k:/media/hdd# automount -f -v -d auto.master
Starting automounter version 5.1.9, master map auto.master
using kernel protocol version 5.02
reading files master auto.master
do_init: parse(sun): init gathered global options: (null)
spawn_mount: mtab link detected, passing -n to mount
spawn_umount: mtab link detected, passing -n to mount
lookup_read_master: lookup(file): read entry /media/autofs
master_do_mount: mounting /media/autofs
lookup_nss_read_map: reading map file /etc/auto.network
do_init: parse(sun): init gathered global options: (null)
spawn_mount: mtab link detected, passing -n to mount
spawn_umount: mtab link detected, passing -n to mount
mounted indirect on /media/autofs with timeout 5, freq 2 seconds
st_ready: st_ready(): state = 0 path /media/autofs
ghosting enabled
handle_packet: type = 3
handle_packet_missing_indirect: token 5, name VU4K, request pid 1758
attempting to mount entry /media/autofs/VU4K
lookup_mount: lookup(file): looking up VU4K
lookup_mount: lookup(file): VU4K -> -fstype=nfs,rw,nolock,tcp,nfsvers=3,rsize=8192,wsize=8192,timeo=14,soft 192.168.2.6:/media/hdd/
parse_mount: parse(sun): expanded entry: -fstype=nfs,rw,nolock,tcp,nfsvers=3,rsize=8192,wsize=8192,timeo=14,soft 192.168.2.6:/media/hdd/
parse_mount: parse(sun): gathered options: fstype=nfs,rw,nolock,tcp,nfsvers=3,rsize=8192,wsize=8192,timeo=14,soft
parse_mount: parse(sun): dequote("192.168.2.6:/media/hdd/") -> 192.168.2.6:/media/hdd/
parse_mount: parse(sun): core of entry: options=fstype=nfs,rw,nolock,tcp,nfsvers=3,rsize=8192,wsize=8192,timeo=14,soft, loc=192.168.2.6:/media/hdd/
sun_mount: parse(sun): mounting root /media/autofs, mountpoint VU4K, what 192.168.2.6:/media/hdd/, fstype nfs, options rw,nolock,tcp,nfsvers=3,rsize=8192,wsize=8192,timeo=14,soft
mount(nfs): root=/media/autofs name=VU4K what=192.168.2.6:/media/hdd/, fstype=nfs, options=rw,nolock,tcp,nfsvers=3,rsize=8192,wsize=8192,timeo=14,soft
mount(nfs): nfs options="rw,nolock,tcp,nfsvers=3,rsize=8192,wsize=8192,timeo=14,soft", nobind=0, nosymlink=0, ro=0
mount_mount: mount(nfs): calling mkdir_path /media/autofs/VU4K
mount(nfs): calling mount -t nfs -s -o rw,nolock,tcp,nfsvers=3,rsize=8192,wsize=8192,timeo=14,soft 192.168.2.6:/media/hdd/ /media/autofs/VU4K
spawn_mount: mtab link detected, passing -n to mount
do_spawn: >> mount: /media/autofs/VU4K: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program.
do_spawn: >> dmesg(1) may have more information after failed mount system call.
mount(nfs): nfs: mount failure 192.168.2.6:/media/hdd/ on /media/autofs/VU4K
dev_ioctl_send_fail: token = 5
failed to mount /media/autofs/VU4K

Any help would be appreciated.
Thanks
 
Back
Top