UbuntuにSMB共有をインストールしようとしていますが、インストールはAndroidアプリケーションのLinux Deploy内にあります。
このバージョンのUbuntuカーネルにはcifsモジュールがないようです。
$ find /lib/modules/ -name cifs.ko
find: '/lib/modules/': No such file or directory
この場合、SMBフォルダをマウントできますか?
マウントコマンド:
sudo mount.cifs //192.168.1.105/share /mnt/share -o user=my_user,pass=my_pass
このコマンドの後にエラーが発生しました。
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
カーネルバージョン:
$ uname -r
3.4.42-g3a1ecea-00026-g0a0ded4
答え1
Irfan Latifの提案に従ってカーネルを再構築する必要があったので、curftpfsを使用してFTPをマウントする別のオプションを見つけました。
感謝の言葉:
https://linuxconfig.org/mount-remote-ftp-directory-host-locally-into-linux-filesystem