色々調べるとkernelのconfigがCONFIG_CIFS_WEAK_PW_HASH=yになっていれば
# uname -a Linux qdeb 2.6.26-1-686 #1 SMP Mon Dec 15 18:15:07 UTC 2008 i686 GNU/Linux # echo 0x37 > /proc/fs/cifs/SecurityFlags # mount -t cifs //サーバ/ディレクトリ /mnt/hoge -o user=ユーザ名でmountできるらしいんですが、ウチの環境だと通りません。
# mount -t cifs //サーバ/ディレクトリ /mnt/hoge -o user=ユーザ名 mount error 13 = Permission denied Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) # dmesg --snip-- [ 1734.518721] CIFS VFS: cifs_mount failed w/return code = -13-13って何が原因なんでしょう。。。