Disk images

Create a LiveUSB

To write the Live Install image to your USB, run the following command:

sudo dd bs=4M if=/path/to/antergos-x86_64.iso of=/dev/sdX && sync

Mount an ISO image

To mount an ISO image on a virtual disk, run the following command:

udisksctl loop-setup -r -f image.iso
Previous