http://qa.mandrakesoft.com/show_bug.cgi?id=4918
Product: coreutils
Component: program
Summary: The df output is not standard, some scripts will not
work
Product: coreutils
Version: 5.0-6mdk
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
The command df output is no more using the links like /dev/hda1 but the real
special file like /dev/ide/host0/bus0/target0/lun0/part1
This line is so long that each output take 2 lines, so some sciptes like the MythII
(The loki game) setup will not works:
Here is the command used in the script:
free_kb=`df $install_path|grep /dev|awk '{print $4}'` where
$install_path=/usr/local/games/myth2 by default.
It was working in 9.1.
Old output exemple:
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 5.3G 2.6G 2.5G 51% /
/dev/hda6 13G 9.9G 3.1G 77% /home
mdk9.2 output exemple:
Filesystem Size Used Avail Use% Mounted on
/dev/ide/host0/bus0/target1/lun0/part1
16G 1.3G 14G 9% /
/dev/ide/host0/bus0/target1/lun0/part6
131G 684M 131G 1% /home
--
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.