piwik

Es mostren els missatges amb l'etiqueta de comentaris mount. Mostrar tots els missatges
Es mostren els missatges amb l'etiqueta de comentaris mount. Mostrar tots els missatges

dijous, 17 de gener del 2013

How to mount ISO image into GNU/Linux filesystem

You must be logged as a root and execute the following command, assuming that you have a mount point directory (/mnt/disk1) already created.

mount -o loop disk1.iso /mnt/disk

Source: http://www.cyberciti.biz/tips/how-to-mount-iso-image-under-linux.html