
VMware
大白守护进程
这个作者很懒,什么都没留下…
展开
-
Failed to open /sysroot/etc/fstab:Input/output error
现象:该报错的前面会有 /dev/dm-0的标识, 有就操作/dev/dm-0,其他标识待处理。背景:虚拟机centos7.6系统,所在服务器断电重启,偶发。原创 2024-07-25 21:01:13 · 389 阅读 · 0 评论 -
VMware虚拟机挂载宿主机共享目录
1.在VMware中设置共享文件夹:2.在Linux中安装vm-tools:yum install -y open-vm-tools open-vm-tools-desktop或者是3.挂载:查看共享的目录# vmware-hgfsclientdata1执行命令挂载目录mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other,nonempty修改数据令系统启动时自动挂载vim /etc/fstab#在末尾另起一行原创 2022-02-25 11:21:44 · 6092 阅读 · 0 评论