1. 目标虚拟机, 右键 设置

2. 选中 CD/DVD, 浏览 选中本地的 centOS 镜像

linux挂载 持有系统镜像 光驱(方法一)( you must specify the filesystem type 错误解决方法)

3. 创建目录 mkdir -p /mnt/cdrom

4. 挂载镜像文件 mount /dev/sr0 /mnt/cdrom

linux挂载 持有系统镜像 光驱(方法一)( you must specify the filesystem type 错误解决方法)

如出现: you must specify the filesystem type,说明未连接。

linux挂载 持有系统镜像 光驱(方法一)( you must specify the filesystem type 错误解决方法)

挂载成功:mount: block device /dev/sr0 is write-protected, mounting read-only

linux挂载 持有系统镜像 光驱(方法一)( you must specify the filesystem type 错误解决方法)

5. 进入挂载目录, 找到 安照包

# 切换到安装包目录中

cd /mnt/cdrom/Packages/

# 搜索tree安装包

ls | grep tree

linux挂载 持有系统镜像 光驱(方法一)( you must specify the filesystem type 错误解决方法)

相关文章:

  • 2021-11-12
  • 2022-02-21
  • 2021-11-23
  • 2021-08-01
  • 2021-08-06
  • 2021-10-18
  • 2021-06-13
猜你喜欢
  • 2022-02-03
  • 2021-09-27
  • 2021-05-23
  • 2021-07-13
  • 2022-12-23
相关资源
相似解决方案