paul- wrote: 
> Yes, The online help describes mount option.
> 
> > 
Code:
--------------------
  >   > 
  > <Options> are a comma delimited list of mount options. Ref mount man pages.
  > CIFS
  > vers=2.0 - The linux kernel now defaults to SMB version 3.0, versions must 
be specified.
  > uid=1001 - mounts the drive with user "tc". Useful if using ssh sessions to 
write data to share.
  > gid=50 - mounts the drive with group "staff". Useful if using ssh sessions 
to write data to share.
  > 
--------------------
> > 
> 
> You likely need to add to you mount options vers=1.0, or vers=2.0 or
> vers=3.0

i forgot to say that i already tried different combinations of options
in the shell and allways the same error


Code:
--------------------
    tc@SqueezeWork:~$ sudo mount -v -t cifs -o uid=1001,gid=50,vers=1.0 
//192.168.1.125/"Public" /mnt/mybookliven
  mount: /mnt/mybookliven: bad option; for several filesystems (e.g. nfs, cifs) 
you might need a /sbin/mount.<type> helper program.
  tc@SqueezeWork:~$ sudo mount -v -t cifs -o uid=1001,gid=50,vers=2.0 
//192.168.1.125/"Public" /mnt/mybookliven
  mount: /mnt/mybookliven: bad option; for several filesystems (e.g. nfs, cifs) 
you might need a /sbin/mount.<type> helper program.
  tc@SqueezeWork:~$ sudo mount -v -t cifs -o uid=1001,gid=50,vers=3.0 
//192.168.1.125/"Public" /mnt/mybookliven
  mount: /mnt/mybookliven: bad option; for several filesystems (e.g. nfs, cifs) 
you might need a /sbin/mount.<type> helper program.
--------------------


if i search for the error ,message it says that i have to install
cifs-utils. but this should be already available with the installed
support for the filesystems. but i didnt find the tool /sbin/mount.cifs
(or any other location sudo find / -name "mount.cifs")
https://askubuntu.com/questions/525243/why-do-i-get-wrong-fs-type-bad-option-bad-superblock-error

in earlier versions of picoreplayer, i didnt have any problems with
mounting shares.


------------------------------------------------------------------------
olivaar's Profile: http://forums.slimdevices.com/member.php?userid=64848
View this thread: http://forums.slimdevices.com/showthread.php?t=111787

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to