Code Sample |
mount -o loop myiso.iso /mnt/myiso |
Quote (^thehatsrule^ @ Feb. 18 2007,02:29) | ||
1. yes 2. what command did you do, and what errors did you get? (describe what you did in detail) Konsole is just the kde terminal afaik... If it's just "copy" you can do that with whatever file manager that comes with your distro. 3. yes, you can use
|
Quote |
If you could tell me where to copy the files I would also appreciate it (I know I edited again). You just said copy them to wherever. |
Code Sample |
mkdir /mnt/myiso mount -o loop myiso.iso /mnt/myiso cp -a /mnt/myiso/KNOPPIX/ /mnt/save/ cp -a /mnt/myiso/*24* /mnt/save/ |