next up previous
Next: Sound Configuration Up: Linux on the Compaq Previous: General summary, concluding remarks


Partitioning and LILO Information

Partition table:


Disk /dev/hda: 240 heads, 63 sectors, 556 cylinders
Units = cylinders of 15120 * 512 bytes

   Device Boot   Start      End   Blocks   Id  System
/dev/hda1            3       70   514080    b  Win95 FAT32
/dev/hda2   *       71      544  3583440   83  Linux native
/dev/hda3            1        2    15088+  12  Unknown
/dev/hda4          545      556    90720   82  Linux swap

/etc/lilo.conf:


boot = /dev/hda2
root = /dev/hda2
install = /boot/boot.b
map = /boot/map
vga = 771
append = "parport=0x378,7"
delay = 50
image = /boot/vmlinuz-2.2
	label = linux
	read-only

image = /boot/vmlinuz-2.0.36
	label = oldlin
	read-only

other = /dev/hda1
	table = /dev/hda
	label = win

/etc/fstab:


# /etc/fstab: static file system information.
#
#<file system>	<mount point>	<type>	<options>			<dump>	<pass>
/dev/hda2	/		ext2	noatime,errors=remount-ro	0	1
/dev/hda4	none		swap	sw				0	0
/dev/hda3	/bios		vfat	ro,noatime				0	0
/dev/hda1	/win95		vfat	noatime				0	0
/dev/fd0	/floppy		auto	user,noauto			0	0
/dev/hdb	/cdrom		iso9660	ro,user,noauto			0	0
proc		/proc		proc	defaults			0	0



Daniel Robert Franklin
1999-12-20