Disk is 8 to 16 times slower under 4.02
Using the CD version of Knoppix 4.02, hdparm -t /dev/hda shows that my
drive is only working at 4 MB per second. Under Knoppix 3.6 and Fedora Linux,
hdparm reports 60 to 62 MB/second.
hdparm -t /dev/sda shows that my USB memory key is 1 MB/second, but
it runs at 8 MB/second under Knoppix 3.6 or Fedora.
hdparm -I /dev/hda reports exactly the same information under Knoppix 4.02,
Knoppix 3.6, and Fedora. Specifically, they both show that my ATA 100 drive is
definitely using the UDMA5 mode.
The slowdown is real, not a quirk of hdparm. I use this dd command to back up my system.
dd if=/dev/hda1 of=/dev/hdc1 bs=2M
Under Knoppix 4.02, the backup takes unbearably long. Under Knoppix 3.6 the drive to drive
copying is done at more than 50 megabytes per second.
My hard drives are identical ATA 100 Seagate Barracudas. My motherboard is a GA=7N400,
which has the nForce2 chipset.
How to install the patch?
Hello Gilles, can you please tell me how you installed the patch?
I downloaded minirt_usb2.gz, mounted the CD image .iso file, copied in
the new minirt_usb2, and burned an new CD. The new CD doesn't boot.
Do I have to do the entire "remastering" procedure to apply the patch?
Is there a checksum that I must update before burning a CD?
Re: How to install the patch?
Quote:
Originally Posted by JeffBonn
Hello Gilles, can you please tell me how you installed the patch?
I downloaded minirt_usb2.gz, mounted the CD image .iso file, copied in
the new minirt_usb2, and burned an new CD. The new CD doesn't boot.
Do I have to do the entire "remastering" procedure to apply the patch?
Is there a checksum that I must update before burning a CD?
The patch for the linuxrc boot script file (included in the minirt.gz) is described in here:
http://lists.debian.org/debian-knopp.../msg00031.html
I always boot from the ISO files stored on the hdd and use the minirt_usb4.gz
(which includes the USB2 patch + other nice features) instead of the minirt.gz off the cd.
(read how to make it work from the forum or wiki: http://www.knoppix.net/wiki/Win_Partition)
I never tried to make a new iso after having replaced the minirt.gz by the minirt_usb4.gz ... it may work...
Get the minirt_usb4.gz file from here: http://www.knoppix.net/forum/viewtop...?p=98940#98940
and in order to make a new bootable Knoppix CD, you will need to follow this FAQ:
http://www.knoppix.net/wiki/Knoppix_...to#Live_CD_ISO
and use this command from Linux (or cygwin):
mkisofs -pad -l -r -J -v -V "KNOPPIX" -no-emul-boot -boot-load-size 4 \
-boot-info-table -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat \
-hide-rr-moved -o /mnt/hda1/knx/knoppix.iso /mnt/hda1/knx/master
Hope this helps,
Gilles
PS: If I have time, I will try to make that ISO...