Load filesystem in a read-write modeForum: DSL Embedded Topic: Load filesystem in a read-write mode started by: Giacomo Posted by Giacomo on April 19 2006,15:02
Hi everybody, is it possible to load main filesystem in a read-write mode instead of read-only?
Posted by cbagger01 on April 20 2006,16:46
Try booting with this command:dsl write Posted by Giacomo on April 20 2006,17:50
Where exactly? In the "append" parameter of the qemu file batch? Posted by roberts on April 20 2006,23:59
dsl-windows.bat
Posted by desnotes on April 21 2006,02:47
Using the write cheatcode won't make the KNOPPIX virtual disk rw, will it?
Posted by roberts on April 21 2006,03:53
The write cheatcode will setup the massive sym links to allow most of the filesystem to be writeable on ramdisk. The write boot option is calling the mkwriteable script. The same script is called whenever a .dsl type extension is loaded. We also offer the frugal boot code which among other things remounts the read-only mount point of the cdrom to be writeable. This allows for extensions to be copied as root to /cdrom for later automatic boot time loading. Posted by Giacomo on April 21 2006,13:47
I'm really sorry but I didn't understand well.How can I do that? I tried with this: START qemu\qemu.exe -L qemu/ -enable-audio -localtime -kernel linux24 -initrd minirt24.gz -hda KNOPPIX/knoppix -hdb qemu/harddisk -append "qemu sb=0x220,5,1,1 frugal quiet modules=hdb dsl write" but I guess it doesn't work... Is it right? |