Added tip for cloop, thanks Rhonda
authorMichael Prokop <mika@grml.org>
Wed, 18 Jul 2007 08:14:56 +0000 (10:14 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 18 Jul 2007 08:14:56 +0000 (10:14 +0200)
debian/changelog
grml_tips

index d832259..1ecb91f 100644 (file)
@@ -1,7 +1,7 @@
 grml-tips (0.4.3) unstable; urgency=low
 
-  * Added tips for LinuxBIOS, usenet, ipv6, NFS and shadow passwords
-    as requested by keywords database. :)
+  * Added tips for LinuxBIOS, usenet, ipv6, NFS, shadow passwords
+    and cloop (thanks Rhonda) as requested by keywords database. :)
 
  -- Michael Prokop <mika@grml.org>  Mon, 16 Jul 2007 21:16:13 +0200
 
index d53fa20..a355ac2 100644 (file)
--- a/grml_tips
+++ b/grml_tips
@@ -2771,3 +2771,11 @@ On the client side you can use something like the following in /etc/fstab:
 
 192.168.1.101:/backups /mnt/nfs nfs defaults,users,wsize=8192,rsize=8192 0 0
 -- 
+Mount a cloop file:
+
+# aptitude install cloop-src
+# m-a a-i cloop-src
+
+# modprobe cloop file=/path/to/cloop/file
+# mount -r -t iso9660 /dev/cloop /mnt/test
+--