# df -H /mnt/tmp
Filesystem
Size Used Avail Use% Mounted on
/dev/md0
282G 0.0G 282G 0% /mnt/tmp
# df -h /mnt/tmp
Filesystem
Size Used Avail Use% Mounted on
/dev/md0
263G 0.0G 263G 0% /mnt/tmp
controller | channel | disk | Ultra66
BIOS |
/dev/ |
Intel
UDMA33 |
0 | 1- slave | hdb | |
1 | 0 - master | hdc | ||
Ultra66
0 |
0 | 0 - master | D0 | hde |
1 | 0 - master | D2 | hdg | |
Ultra66
1 |
0 | 0 - master | D4 | hdi |
1 | 0 - master | D6 | hdk | |
Utra66
2 |
0 | 0 - master | hdm | |
1 | 0 - master | hdo |
# hdparm -A1 -a8 -c1 -d1 -m16 /dev/hda # add hd parameters to /etc/rc.d/rc.sysinit if necessary
# umask 002
# mkdir /usr/src/linux-2.2.14-ide
# rm /usr/src/linux
# ln -s /usr/src/linux-2.2.14-ide /usr/src/linux
# cd /usr/src/linux-2.2.14
# find . -print | cpio -pdumv ../linux-2.2.14-ide
# cd ../linux-2.2.14-ide
download and uncompress ide.2.2.14.20000124.patch
# patch -p1 < ide.2.2.14.20000124.patch > patch.out
IMPORTANT - edit the FAILED hunks by hand
# make mrproper
# make xconfig
make xconfig
block devices
y Generic PCI bus-master DMA support
y Use DMA by default when available
y PROMISE PCD PDC20246/PDC20262
support
y Special
UDMA Feature
# make dep clean bzImage modules modules_install
# sh scripts/MAKEDEV.ide
# cp arch/i386/boot/bzImage /boot/vmlinuz-2.2.14-ide
# cp System.map /boot/System.map-2.2.14-ide
# ed /etc/lilo.conf
image=/boot/vmlinuz-2.2.14-ide
label=linux-ide
initrd=/boot/initrd-2.2.14-5.0.img
read-only
root=/dev/hda5
# lilo # LILO
mini-HOWTO, BootPrompt-HowTo
# reboot
lilo: linux-ide