Ubuntuでcifsでマウントしようとして以下のようなエラーがでる。
$ sudo mount -t cifs ...
mount: /Volumes/home/taro: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program.
このときにはcifs-utilsを入れておく。
$ sudo apt install cifs-utils
Challange IT For Future
Ubuntuでcifsでマウントしようとして以下のようなエラーがでる。
$ sudo mount -t cifs ...
mount: /Volumes/home/taro: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program.
このときにはcifs-utilsを入れておく。
$ sudo apt install cifs-utils