pr0f3550r
Group: Members
Posts: 378
Joined: Dec. 2005 |
|
Posted: May 21 2006,10:30 |
|
Desnotes,
I am using the iso rather than the KNOPPIX embedded, but I think the concept is similar.
In my case KNOPPIX is read only but root is rw:
Code Sample | dsl@box:~$ mount /dev/root on / type ext2 (rw) /dev/scd0 on /cdrom type iso9660 (rw) /dev/cloop on /KNOPPIX type iso9660 (ro) /ramdisk on /ramdisk type tmpfs (rw,size=98868k,size=94665k)
|
Most of what is in KNOPPIX is in / :
Code Sample | dsl@box:~$ diff /KNOPPIX/ / Only in /KNOPPIX/: .rr_moved Only in /: KNOPPIX Common subdirectories: /KNOPPIX/cdrom and /cdrom Common subdirectories: /KNOPPIX/dev and /dev Common subdirectories: /KNOPPIX/etc and /etc Only in /KNOPPIX/: floppy Common subdirectories: /KNOPPIX/home and /home Common subdirectories: /KNOPPIX/mnt and /mnt Only in /KNOPPIX/: none Common subdirectories: /KNOPPIX/opt and /opt Common subdirectories: /KNOPPIX/proc and /proc Only in /: ramdisk Common subdirectories: /KNOPPIX/root and /root Only in /: sys Common subdirectories: /KNOPPIX/var and /var
|
IMHO you could work on the root filesystem as a temporay sandbox, if this is what you want.
-------------- THE QEMU FORUM: http://qemu.dad-answers.com/index.php
QEMU ON WINDOWS: http://www.h7.dion.ne.jp/~qemu-win/
How to use floppy, CD-ROM and hard disk - http://www.h7.dion.ne.jp/~qemu-win/HowToFloppyCdrom-en.html
How to use network - http://www.h7.dion.ne.jp/~qemu-win/HowToNetwork-en.html
|