how to mount the usb drive read-writeForum: USB booting Topic: how to mount the usb drive read-write started by: marianoitaliano Posted by marianoitaliano on April 11 2006,23:26
HiNormaly I can't create folders or copy file to main folders (such as /usr , /lib , etc ). Is there any way to mount the usb drive read-write ? I googled one way to do that:
but its old solution (DSL 0.9.2) and doesnt work with current version of dsl Can any one tell me how to modify the minirt24.gz file to make this work or mezbz there is another way Posted by desnotes on April 12 2006,23:35
Here is something I picked up regarding the editing of the minirt24.gz file:-Copy the minirt24.gz to /opt -Make a backup to minirt24.gz.old at /opt -Open a Root Shell Terminal and type the following: gunzip minirt24.gz mount -o loop minirt24 /mnt/test cd /mnt/test ...let me know how it worked desNotes -Now edit the linuxrc file (or other files as needed) -When modifications are complete cd /opt umount /ramdisk/opt/minirt24 gzip -9 minirt24 -Copy the new minirt24.gz back and overwrite the old minirt24.gz |