I downloaded a .iso image from one of the Knoppix mirrors and burned it onto a CDR. It booted on my Dell laptop without any problem. (The laptop is skimpy on RAM, and Knoppix recommended against trying to run KDE.) It creates a ramdisk while booting, and copies a minimal amount of stuff onto it.
will mount a Win98 disk read-only (I haven't had the nerve yet to remove the "-o ro"). Wandering around on a win98 disk from a Unix shell can feel kinda strange.mkdir /ramdisk/c mount -t vfat -o ro /dev/hda1 /ramdisk/c
It looks like a good way to get a taste of Linux, and may prove useful in rescue situations if a drive's master boot record gets hosed. No word yet on how it handles networking, though the pieces are there.
It didn't occur to me right away that this is also a way to test code that wants to fork() -- something win98 will never, ever do right.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Getting a taste of (Perl on) Linux
by theorbtwo (Prior) on Feb 07, 2003 at 03:17 UTC | |
Re: Getting a taste of (Perl on) Linux
by busunsl (Vicar) on Feb 07, 2003 at 08:11 UTC | |
Re: Getting a taste of (Perl on) Linux
by zengargoyle (Deacon) on Feb 07, 2003 at 02:44 UTC | |
Re: Getting a taste of (Perl on) Linux
by simon.proctor (Vicar) on Feb 07, 2003 at 01:46 UTC |