From: W. Trevor King Date: Fri, 6 May 2011 13:23:42 +0000 (-0400) Subject: Add ISO mounting hint to cdrtools post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fc742531a7eefed66db370c3b5848fd940dcd494;p=blog.git Add ISO mounting hint to cdrtools post. --- diff --git a/posts/cdrtools.mdwn b/posts/cdrtools.mdwn index acaa8f7..8eddf50 100644 --- a/posts/cdrtools.mdwn +++ b/posts/cdrtools.mdwn @@ -14,6 +14,10 @@ To rip an ISO from a CD, you can use $ sudo readcd dev=/dev/cdrom f=/tmp/image.iso +You can mount an ISO using the `loop` option + + $ mount -o loop image.iso /mnt/image + If you don't like cdrtools, there is also the fork [cdrkit][] which dates back to a 2006 license dispute between cdrtools author Jörg Schilling and the folks at Debian.