PDA

View Full Version : Uncompressed Knoppix for fast and easy customizing



probono
03-15-2003, 06:35 PM
The most time, power and space consuming process in remastering (frequently) Knoppix seems to be creating the compressed filesystem. But for many specialized applications, we do not really need the compression. A basic Knoppix with KDE would fit on a uncompressed CD. Any way to do this (easily)? I would *love* to have a Knoppix where all the files are "normal" files on the CD (so that I can change them easily, let's say using multisession). Of course, I still want the hardware detection from Knoppix. How can this be achieved?

god
03-15-2003, 11:17 PM
run a standard remaster, and omit the compression portion? just a guess...

aay
03-16-2003, 01:20 AM
One downside to this is that if knoppix is uncompressed it will be signicantly slower. It may seem odd to say that compression=faster, but a big bottleneck in the live cd model is the time it takes to read data from your cdrom. Compression actually helps aleviate this problem. Ever try Demo Linux? It was nice but one gripe I had about it was that it was much slower than knoppix. I think part of this was due to the fact that it is not compressed.

Entropy42
04-10-2003, 06:27 PM
One downside to this is that if knoppix is uncompressed it will be signicantly slower. It may seem odd to say that compression=faster, but a big bottleneck in the live cd model is the time it takes to read data from your cdrom. Compression actually helps aleviate this problem. Ever try Demo Linux? It was nice but one gripe I had about it was that it was much slower than knoppix. I think part of this was due to the fact that it is not compressed.
Yup, if you have a slow CPU, then uncompressed might be better. But for any moderately fast CPU, compressed should do better.

Uncompressed might be useful though for "experimental" masters where you're tweaking things heavily before recompression. Also, if you burn Knoppix to a DVD instead of a CD, then the higher transfer rate of DVDs will increase the minimum speed of a CPU where compression will help instead of hinder.

Speaking of compression - Would it be possible to use bzip instead of gzip for cloop? That would allow for more files to be fit onto a CD and also speed up access times.

aay
04-10-2003, 07:36 PM
What will be really cool is when we get blue laser dvd writers that use the forthcoming Mt. Rainier standard of writing. This will you to have a 20-30 GB disk that is seen by Linux as just another drive. Mt. Rainier will allow native OS writing to the disk. This should allow us to add anything we want to the CD without remastering. It will allow for a truly portable OS.

infoMafia
04-11-2003, 04:19 AM
As the subject says I've recently been learning/working for UDF packet writing CD-RW and/or DVD-RAM for Knoppix.
I really wish to boot Knoppix in UDF CD-RW so that I can write, say persistent home, save config etc etc.

Cloop allows read only then above boot in UDF can't be done on compressed file system.

The latest news says Sony started to sell Blue Ray disk with a digital broadcast tuner included with the cost of about $4000!
I'm afraid we must wait for another few years till it gets more cheaper.

Are there anyone interrested in such project - "Boot Knoppix in UDF"?
Here is some interesting URLs:
http://archive.linuxfromscratch.org/mail-archives/hints/2002/08/att-0069/01-cdrw-hint.txt
http://lists.suse.com/archives/packet-writing/2003-Jan/0087.html
http://lists.suse.com/archives/packet-writing/2003-Jan/0090.html

I'm still in puzzling status:-(

aay
04-11-2003, 04:45 AM
As I understand it, Mt. Rainier became available as of the 2.4.19 kernel. Unfortunately, I don't think there are any CD writers that support it yet. I have read that some current ones will be able to use the Mt Rainier standard but will require a firmware upgrade that isn't yet available. I suspect that these companies have been asked to wait by MS before they release this stuff. MS would not like it known that linux is way ahead of the curve on this cool technology. Anyway, once this goes into effect we won't need UDF.

infoMafia
04-11-2003, 05:51 AM
Yes, I have found the patches for linux kernel here;
http://www.ussg.iu.edu/hypermail/linux/kernel/0203.3/0362.html
ftp.kernel.org/pub/linux/kernel/people/axboe/
I will try to read more carefully.

In regard to Mt.Rainier, I did download demo version WriteCD-RW! from;
http://www.softarch.com/index.html
It didn' work due to unsupported drive error for Mt.Rainier even though the drive's property says it supports.
I just gave up :-)

I must learn more and more, thanks for the input!