On Wednesday 13 Feb 2013 12:11:00 AL13N wrote: > > On 13/02/13 10:16, Anne Wilson wrote: > [...] > > >> I can't see any significant difference between my fstab settings > >> and David's. However, on David's the mounts are refused while mine > >> have no problems. > >> > >> mount -a mount: wrong fs type, bad option, bad superblock on > >> 192.168.0.200:/DataFromBorg2, missing codepage or helper program, > >> or other error (for several filesystems (e.g. nfs, cifs) you might > >> need a /sbin/mount.<type> helper program) In some cases useful info > >> is found in syslog - try dmesg | tail or so > >> > >> mount: wrong fs type, bad option, bad superblock on > >> 192.168.0.200:/David, missing codepage or helper program, or other > >> error (for several filesystems (e.g. nfs, cifs) you might need a > >> /sbin/mount.<type> helper program) In some cases useful info is > >> found in syslog - try dmesg | tail or so > > to me, it seems like mount.nfs might not be installed, but i imagine it > likely isn't something so simple...
Check if its present:- [derij@pip ~]$ ll /sbin/mount.nfs -r-sr-xr-x 1 root root 127624 Sep 30 2011 /sbin/mount.nfs* If it is not then install "nfs-utils-clients".
