http://qa.mandrakesoft.com/show_bug.cgi?id=4321
------- Additional Comments From [EMAIL PROTECTED] 2003-10-28 19:54 -------
Inside "software" forum, bgmline has posted in the "9.2 changes the way df and
mount report mounted device names" a nice example of the problems created by
this bug. The simple script:
df |awk '{print $6}'
works in 9,1, but fails in 9.2, because long devfs-style names cause the
output to appear on two lines insterad of one.
--
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 ?