http://qemu.dad-answers.com/viewtopic.php?t=990Thanks A LOT for all your answers. Now I'm starting to understand how DSL and QEMU really works. Sorry if I posted too many questions on such a short span of time, but I'm really excited about DSL.
I'll check the links right now, pr0f3550r, thank you.FYI,
you can "mount" your virtual hard drive using most other Linux distributions.
You would mount it like DSL does, as a loop image file. Something like this:
mkdir /mnt/loopdrive mount -o loop -t ext2 harddisk /mnt/loopdrive
Then you go to /mnt/loopdrive and your files should be there.
You will most likely need to be the "root" user account in order to do this.
original here.