Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to open a iso file in linux

// If you decide to put the mount directory in a root directory, then use sudo on mkdir.
mkdir /mount/point
sudo mount -o loop /some/iso/file.iso /mount/point
 
PREVIOUS NEXT
Tagged: #open #iso #file #linux
ADD COMMENT
Topic
Name
2+5 =