Demo box configuration: [root@build src]# dmesg Console: 16 point font, 400 scans Console: colour VGA+ 80x25, 1 virtual console (max 63) pcibios_init : BIOS32 Service Directory structure at 0x000faa00 pcibios_init : BIOS32 Service Directory entry at 0xfae80 pcibios_init : PCI BIOS revision 2.10 entry at 0xfaeb0 Probing PCI hardware. Calibrating delay loop.. ok - 66.76 BogoMIPS Memory: 14684k/16384k available (732k kernel code, 384k reserved, 584k data) Swansea University Computer Society NET3.035 for Linux 2.0 NET3: Unix domain sockets 0.13 for Linux NET3.035. Swansea University Computer Society TCP/IP for NET3.034 IP Protocols: IGMP, ICMP, UDP, TCP VFS: Diskquotas version dquot_5.6.0 initialized Checking 386/387 coupling... Ok, fpu using exception 16 error reporting. Checking 'hlt' instruction... Ok. Intel Pentium with F0 0F bug - workaround enabled. alias mapping IDT readonly ... ... done Linux version 2.0.34 (root@porky.redhat.com) (gcc version 2.7.2.3) #1 Fri May 8 16:05:57 EDT 1998 Starting kswapd v 1.4.2.2 Serial driver version 4.13 with no serial options enabled tty00 at 0x03f8 (irq = 4) is a 16550A tty01 at 0x02f8 (irq = 3) is a 16550A PS/2 auxiliary pointing device detected -- driver installed. Real Time Clock Driver v1.07 Ramdisk driver initialized : 16 ramdisks of 4096K size ide: i82371 PIIX (Triton) on PCI bus 0 function 57 ide0: BM-DMA at 0xf000-0xf007 ide1: BM-DMA at 0xf008-0xf00f hda: QUANTUM BIGFOOT_CY4320A, 4134MB w/67kB Cache, CHS=527/255/63, DMA ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Floppy drive(s): fd0 is 1.44M FDC 0 is a post-1991 82077 md driver 0.35 MAX_MD_DEV=4, MAX_REAL=8 scsi : 0 hosts. scsi : detected total. Partition check: hda: hda1 hda2 hda3 hda4 < hda5 hda6 hda7 hda8 > VFS: Mounted root (ext2 filesystem) readonly. Adding Swap: 48188k swap-space (priority -1) sysctl: ip forwarding off Swansea University Computer Society IPX 0.34 for NET3.035 IPX Portions Copyright (c) 1995 Caldera, Inc. Appletalk 0.17 for Linux NET3.035 loading device 'eth0'... eth0: Intel EtherExpress Pro/10 at 0x320, 00:aa:00:a7:87:a8, IRQ 11, 10BaseT. eepro.c: v0.10 7/31/96 Bao C. Ha (bao.ha@srs.gov) eth0: set Rx mode to 1 addresses. eth0: set Rx mode to 1 addresses. ARP: arp called for own IP address [root@build src]# df Filesystem 1024-blocks Used Available Capacity Mounted on /dev/hda2 54441 19236 32394 37% / /dev/hda7 54410 1970 49631 4% /home /dev/hda6 46632 30 44194 0% /tmp /dev/hda8 660890 306668 320086 49% /usr /dev/hda5 54410 8376 43225 16% /var [root@build src]# cat /etc/fstab /dev/hda2 / ext2 defaults 1 1 /dev/hda7 /home ext2 defaults 1 2 /dev/hda6 /tmp ext2 defaults 1 2 /dev/hda8 /usr ext2 defaults 1 2 /dev/hda5 /var ext2 defaults 1 2 /dev/hda3 swap swap defaults 0 0 /dev/fd0 /mnt/floppy ext2 noauto 0 0 none /proc proc defaults 0 0 [root@build src]# cat /etc/lilo.conf boot=/dev/hda map=/boot/map install=/boot/boot.b prompt timeout=50 image=/boot/vmlinuz-2.0.34-0.6 label=linux root=/dev/hda2 read-only other=/dev/hda1 label=dos table=/dev/hda [root@build src]# cat /etc/conf.modules alias eth0 eepro options eepro io=0x320 [root@build src]#