mount.cifs の構文:
mount.cifs {service} {mount-point} [-o options]
「-o」の後にオプションを渡す必要があります。たとえば、与えられたオプションを使用すると、コマンドは次のようになります:
mount.cifs //myserverhere.com/cifs_share /mnt/cifs_share \
-o user,uid=65001,rw,workgroup=DEV,credentials=/root/.cifs
(私はあなたが与えたオプションをテストしませんでした.)