X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml_tips;h=a355ac2fe3feea97c2a265aa2c1f3e0f2b7bf529;hb=fec2f722c92f4b2a5ed90bc7a9ac705da5f361e1;hp=d53fa20d0b78a7e0dd3fc5bf230e0c237fe58129;hpb=17bd99efa9c1586bf6cb4048753ee32598ff72e2;p=grml-tips.git 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 +--