Knoppix 3.8 at CeBIT w/ Kernel 2.6, FF, and More
clsc writes "The German tech news site Heise Online reports that Knoppix 3.8 is being presented at CeBIT (Hall 9, Stand C39). Knoppix 3.8 has kernel 2.6 as default, KDE 3.3.2, OpenOffice 1.1.4, as well as... Firefox 1.0 and Thunderbird 1.0. There's also a really neato new thing involving unionfs . It seems to imply that you can change most anything on the running system, even as it is running from CD - and changes can be stored too (even on NTFS)."
Nothing to see here... Only the best linux boot CD ever Knoppix has saved me thousands. They should win the Nobel Prize or something.
I like to take it with me to the computer store to try out on the various laptops I am considering buying. If Knoppix doesn't have any trouble with the device drivers, I feel comfortable buying the laptop. If it runs into some issues, I can scratch that laptop off my list. And since it doesn't have any longterm effect on the existing OS, it can be loaded on with impunity.
That's how I decided which fileservers to buy to run my distribution center.
Or maybe with multi-session CDs, assuming that there is enough room on the CD? Programs could be loaded with the changes you have made, say, to config files... Doesn't seem impossible, and probably more reliable than a CD-RW...
bash: rtfm: command not found
Or alternatively Gnomorrea?
... FluxPox maybe?
(\_/)
(O.o) This is Bunny. (> <)
Now with lots of machines with 512 Mb and greater RAM, a LiveCD doesn't sound that bad. This unionfs thing clinches it - but the catch is still that if you change your machine, all this is lost. All that said, LiveCDs are here to stay (I think LiveDVDs might be just around the corner ..)
Quidquid latine dictum sit, altum videtur
No need to reboot to demo linux, that could well be sweet.
How we know is more important than what we know.
There is one way of really supremely impressing people using Knoppix some people are not aware of: IF you have a gigabyte of RAM or more then you can actually load the whole Knoppix CD into memory so you can use the CD drive for all other kinds of things... But this has one obvious bi-effect that I have realized impresses so heavily: When programs are started from RAM, they obviously load faster than from a hard drive. Knoppix loaded into memory is the fastest Linux distribution I have seen so far, almost all programs start instantly. So if you have a machine with lots of ram and want to seriously impress: This is the way to do it! This is kind of cheating as no normal Linux system can perform like this, but it is ideal for demonstrating Linux. On a personal note, I would seriously be happy if something like this could be done with a normal distribution: Say if you have 3 GB RAM, then why not load everything into a portion of it at boot and run programs off memory .. even if you have Linux installed on your hard drive? Obviously this is 'waste of RAM', but hey, if you have lots of money and therefore RAM, why not??
9/11: Never forget it was a false-flag operation
I have finished downloading Knoppix 3.6 with my modem yesterday...
Is there a confederatefs located at the bottom of this stack that uses ioslaves to pick fields from a database?
Yes... just google for it... it comes up top with just a simple search... deity... kids these days want everything served up for them... too darn lazy, that's what it is... grrr... when I were a lad... we had to build our own clusters from scratch... none of these new fangled magic tools like ClusterKnoppix... aye... right tough we were...
Donald 'Duck' Dunn: We had a band powerful enough to turn goat piss into gasoline.
As the summary hints at writing to NTFS, will this version of Knoppix use Captive NTFS in some manner, or is it just going to write to a loopback file to get around the problems with using the native Linux driver for writing to NTFS?
Game! - Where the stick is mightier than the sword!
Plan 9 has a lot of good ideas in it, and I hope that many more of them make it into Linux.
However, unionfs did not originate with Plan 9--other UNIX systems have had it, too. I don't think it even came from Bell Labs.
It's a shame that novel OS's like Plan 9 are largely ignored, only for some of their features to be introduced later into mainstream OS's as "new" ideas.
Plan 9 was/is a research system; that's it's function in life. As long as the developers of other systems don't falsely claim that they invented it, and as long as they reference the inventors in publications, it's OK. Some large computer manufacturers are not quite honest about this sort of thing, though, and claim that they are constantly "innovating" when in reality, they are just copying.
The one last thing that could even more favorise live CD adoptions could be online settings and file storage.
Sure you can carry around a USB key and store your settings there. But imagine being able to boot a machine anywhere and beinga ble to retrieve your field from something ala Yahoo briefcase.
Solutions exist out there; think GMailFS
If they would include this on the KNOPPIX CD with automount and all..
I am drooling just thinking about the possibilities!
Artificial intelligence is no match for natural stupidity
The concept of LiveDVD has already been done: Suse LiveDVD This is probably not the first.
Actually, they should include kio_fuse. It's a fuse module enabling the kernel to mount any KDE kio_slave. This combined with the fish:// or webdavs:// kio_slaves...
You can get 1 GB of webdav accessible space at GMX.net for free if you know enough German to get around the freemail signup.
...but here's where to grab it once it is released:
http://torrent.unix-ag.uni-kl.de/
You should see how easy it was to install this damn thing - you can either use "sudo knoppix-installer" for a hand held new install or do this to literally get the live cd working on the PC with a persistent home directory -
/dev/hda1 used to boot the kernel with lilo (30 Meg) /dev/hda2 for the knoppix image (I used 10000 Meg, but 800 Meg should be enough) /dev/hda3 (I used 1024 Meg) /dev/hda4 for the persistent home (rest of drive /dev/hda4 and format) /boot to /mnt/hda1. Also copy the file "/mnt/cdrom/boot/isolinux/minirt24.gz" from the cd to /mnt/hda1.
/boot/* /mnt/hda1". Or, you can use su. I just found sudo was fine.
/etc/lilo.conf to /mnt/hda1 and make the following boot entries (do not forget to uncomment the line with "prompt", or else the lilo boot menu will not appear): (vi /mnt/hda1/lilo.conf)
t 24.gzx
/mnt/hda1 partition temporary as /boot so lilo writes its map-file to the right place (sudo mount /dev/hda1 /boot) /mnt/hda1/lilo.conf)
* Partition the harddisk to make room for knoppix:
o ext2 partition
o ext2 partition
o swap partition
o ext2 partition
* Boot the knoppix cd with the cheatcode "tohd=/dev/hda2". This will copy the knoppix image to disk
* Reboot the knoppix cd with the cheatcode "fromhd=/dev/hda2" and check if it runs without the cd.
* Make the persistent homedir via the knoppix menu (penguin icon->configuration->make persistent dir, use entire
* Do not save your KNOPPIX configuration via the menu, all changes to the environment will be saved automatically because of the persistent home.
* Copy the files from
Note, you will need to mount hda1 and make it read/write. The copying can only be done with sudo, thence the command to copy is "sudo cp
* Copy
Note, learn vi commands first
image=/mnt/hda1/vmlinuz
initrd=/mnt/hda1/minir
append="fromhd=/dev/hda2 home=/dev/hda4 lang=us myconfig=/mnt/hda4"
root=/dev/hda2
label=Knoppi
read-write
* Mount the
* Let lilo write the boot loader to the master boot record (sudo lilo -C
* Remove the knoppix cd-rom and reboot.
That's it. you can use lilo.conf to set up another OS that exists, like Windows 98. I chose to dedicate the disk, seems easier. 10 minutes and I'm working with a fully functional Knoppix bootable hdd based PC.
Now THAT fuckign rocks hard.
Just for your information, Mac OS X and other BSDs can mount anything over another directory without hiding its own content. For example, on Mac OS X you'd use the -o union mount option to merge two different filesystems.
lol, oh no, you're all on the wrong way.
In the german article it says:
Through unionfs it is possible to change every file on the knoppix-system. But this doesnt mean the cd,
unionfs just takes care of this, and if you, let's say, change ~/.xinitrx, it copies this file to the harddisk, which can be on NTFS (but this is called unstable..).
And through that you theoretically can change the whole knoppix, install software, whatever you like, because your changes are on the harddrive.
Hope, this helped you.
I built a custom system maintenance image for work in a couple of hours. Among the changes:
Unfortunately, DOSemu stripped out wholedisk access, so I have to restore the MBR with dd .
Pretty damn useful... it's the only system maintenance CD that boots on all of our hardware.
If only grub could be bootstrapped from CD, we would also use it to boot into existing systems and it'd be perfect!