执行
sh ./VBoxLinuxAdditions.run          

   命令后报错
./VBoxLinuxAdditions.run: ./VBoxLinuxAdditions.run: Input/output error



解决方法:


 

mount /dev/sr0 -o loop,ro,exec /mnt

 

sh ./VBoxLinuxAdditions.run 


即可

相关文章:

  • 2022-12-23
  • 2021-11-08
  • 2021-09-28
  • 2021-12-08
  • 2021-04-14
  • 2022-01-17
  • 2021-04-29
  • 2022-02-08
猜你喜欢
  • 2021-09-28
  • 2022-12-23
  • 2021-08-21
  • 2021-08-27
  • 2021-05-22
  • 2021-12-16
  • 2021-11-18
相关资源
相似解决方案