Hallo Zoltan Bogdan,

you wrote:

> can I assume that the problem with win2K/XP displaying wrong free
> space of a samba share is fixed in Samba 2.2.5. ?

try

dfree command = /usr/local/samba/bin/dfree

where /usr/local/samba/bin/dfree looks like this:

#!/bin/sh
set -f
set -- `/bin/df $1 | sed -n '$p'`
echo "$2 $4"

or

#!/bin/sh
df $1 | tail -1 | awk '{print $2" "$4}'

tom
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to