0
点赞
收藏
分享

微信扫一扫

sbin/mount.vboxsf: mounting failed with the error: Invalid argument

黎轩的闲暇时光 2022-03-26 阅读 183
linux

参考:https://blog.csdn.net/kongxx/article/details/6734468

https://blog.csdn.net/gladyoucame/article/details/84010176

https://www.gavindong.com/1194.html

virtual box
对应的快捷键:
全屏模式: Host+F
无缝模式: Host+L
自动缩放模式: Host+C
其中,Host(默认的)是键盘上右边的那个Ctrl键

对应的模式,可以通过上面对应的快捷键去切换过去,

再次按对应的快捷键,就从该模式正常退出到窗口模式。

“设备”所在的菜单在这几种状态下是隐藏的。


分别试试:

Host+F (即右Ctrl+F),

Host+L (即右Ctrl+L),

Host+C (即右Ctrl+C)

会有一个键,可以退出到正常的模式。


1、最后使用挂载命令将本机上的共享文件夹目录挂载到新建的目录(study)中来
$ sudo mount -t vboxsf ushare /home/study

wrong fs type, bad option, bad superblock on study, missing codepage 
or helper program, or other error.

2、nfs-common 没有可安装候选
1)、点击软件和更新
2)、找到下载自这个下拉框
3)、选择其他站点

sudo apt install nfs-common

3、进入桌面文件夹后,点击右键,在终端中打开

4、sbin/mount.vboxsf: mounting failed with the error: Invalid argument
需要对系统进行升级

cd /sbin
sudo mount.vboxsf ushare /home/study
sudo mount -t vboxsf ushare /home/study

sudo mount -t vboxsf -o "uid=kongxx,gid=kongxx,dmode=0755,fmode=0755" share /home/kongxx/share

--VMware:
在 Linux 客户机中,共享文件夹位于 /mnt/hgfs 下

举报

相关推荐

0 条评论