You know me, I don't give up that easy! and if it was someone else I did this for other then me, then I would have fought it a bit more.
I gave up because it was easier to use virtualbox!
Didnt try to boot a live-cd because I figure that if a installed opensuse system didnt manage to mount the clicfs image then no other opensuse system would,
and it sounds more complicated to mount a iso from a live-cd, then you need to mess with accessing network-drives or usb-drives.
Looked it up a bit more and I think this is what happen to me:
http://lists.opensuse.org/opensuse/2010 ... 01128.htmlmkdir cmnt fmnt
clicfs the_clicfs_file cmnt
mount -o loop cmnt/fsdata.ext3 fmnt
The clicfs command works. So, the file cmnt/fsdata.ext3 exists. The
'file' says:
fsdata.ext3: Linux rev 1.0 ext3 filesystem data (large files)
The final mount hangs. When peeking at the clicfs process it in a futex
waiting for something. If I kill the clicfs process, the mount exits.
Otherwise. it just waits...
Think I tried this too:
http://seife.kernalert.de/blog/2009/12/ ... usb-stick/(Don’t just leave off the “-c …” without adding “-m”, this got me a hanging mount later when I was trying the loop mount. I was able to resolve it with a brave “umount -f /mnt/clic” and then “killall -9 clicfs” though).
not sure though, dont have time testing it right now