http://qa.mandrakesoft.com/show_bug.cgi?id=4321
------- Additional Comments From [EMAIL PROTECTED] 2003-02-09 04:42 -------
I was getting the same df weirdness.
Check your lilo.conf to see if the append line contains the boot option
devfs=mount. If so, then remove it. LM9.1 seems to require the devfs=mount
boot option while LM9.2x does not. It cleared up the df weirdness on my pc.
(The /var/messages log actually showed the devfs filesystem being mounted
twice when the boot option devfs=mount was present.)
Below is a part of the default lilo.conf from LM9.2rc1. Notice that the
devfs=mount boot option is not present.
image=/boot/vmlinuz
label="linux"
root=/dev/hdg1
initrd=/boot/initrd.img
append=" hdc=ide-scsi acpi=off resume=/dev/hdg3 splash=silent"
vga=788
read-only
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date:
description:
Running "df" shows:
Filesystem Size Used Avail Use% Mounted on
/dev/ide/host0/bus0/target1/lun0/part1
3.4G 706M 2.6G 22% /
/dev/ide/host0/bus0/target1/lun0/part6
34G 28G 5.5G 84% /home
Are these type of filesystems entries intended ? Should they not be /dev/hdb1
and /dev/hdb6 instead ?