muellerr1
Group: Members
Posts: 18
Joined: April 2005 |
|
Posted: May 12 2005,15:20 |
|
I don't think there is a way to open it from windows. I've seen an app that will let you access an ext2 filesystem on a partition, but not a compressed iso9660 file.
This will let you mount the KNOPPIX file from DSL:
Code Sample | mount -t iso9660 -o ro,loop=/dev/cloop2 KNOPPIX /mnt/test |
But, you can only mount this file as read-only. Anyone know a way to mount it read-write? Or is the only way to modify it to copy all the files off, modify them, then create a new KNOPPIX file?
The reason I'm asking is, I think it would be cool to have a dynamically-modifyable system so I can add libraries to DSL and not have to worry about mydsl-load for everything.
|