In the Linux world, people usually just mount their ISO images by typing as root :
$ mkdir /mnt/isotmp
$ mount isofile.iso /mnt/isotmp -o loop
And once they're done, unmount the virtual disk :
$ umount /mnt/isotmp
This can be very annoying.
阅读(1175) | 评论(0) | 转发(0) |