我试图在Ubuntu上挂载SMB共享,但是这个安装是在Android应用程序Linux部署中。sudo mount.cifs //192.168.1.105/share /mnt/share -o user=my_user,pass=my_passmount error: cifs filesystem not supported by the system
mount e
查看Linux手册页面,我注意到没有像MS_RDWRITE这样的标志,所以我的问题是,有没有人知道网上有一个例子,演示了使用mount with remount标志来设置一个允许读写的只读路径?对于运行嵌入式Linux的设备,这将在C++中完成。/* Here's the declared function for Mount a filesystem. */
extern int mount (__const char *__special_file