Redhat Linux で サンバマウントしようとして smbmount: command not found といわれたときに試してみる価値のあること

# smbmount //192.168.11.9/disk1 /mnt/smb -o lfs
bash: smbmount: command not found

# mount -t cifs //192.168.11.9/disk1 /mnt/smb -o lfs
↑ おk

# LANDISKをマウントしたときの例
# mount -t cifs //192.168.11.30/disk /mnt/smb -o lfs,uid=hoge,gid=hoge,file_mode=777