Open iso files with Linux
时间:2007-04-03 来源:g_hk
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.
$ 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.
相关阅读 更多 +
排行榜 更多 +