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.
阅读(1164) | 评论(0) | 转发(0) |