From fec2f722c92f4b2a5ed90bc7a9ac705da5f361e1 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 18 Jul 2007 10:14:56 +0200 Subject: [PATCH] Added tip for cloop, thanks Rhonda --- debian/changelog | 4 ++-- grml_tips | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d832259..1ecb91f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 16 Jul 2007 21:16:13 +0200 diff --git a/grml_tips b/grml_tips index d53fa20..a355ac2 100644 --- 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 +-- -- 2.1.4