という名前の Windows 共有フォルダーが\\mymachine\sf
あり、それを ubuntu デバイスとしてマップしたいと考えています。以下のように smbmount コマンドを使用します。
smbmount //mymachine/sf /mnt/sf -o <username>
出力は次のようになります
retrying with upper case share name
mount error(6): No such device or address
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
デバイスが存在し、mymachine
ping が通っていることは確かです。
何か案が?