I sm trying to mount a share on my nas with the following line in /etc/fstab
//192.168.1.250/openshare /mnt/openshare cifs guest,uid=1000,gid=100,rw,noauto 0 0
But it is not mounted, during boot up, if I try to manually mount it I get
mount: wrong fs type, bad option, bad superblock on //192.168.1.250/openshare,
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
If I check syslog I see the following error
Mar 29 17:17:16 Penguin1 kernel: [ 456.374082] CIFS VFS: No username specified
Mar 29 17:17:16 Penguin1 kernel: [ 456.374091] CIFS VFS: cifs_mount failed w/return code = -22
I use the same line on my other distro to mount the share with out a problem, any suggestion why it won't mount??
Tim
Comment