Vista + Samba/AFS transfer issue

Eric Chris Garrison ecgarris at iupui.edu
Wed Aug 8 18:00:32 GMT 2007


Volker Lendecke wrote:
>> I would welcome any suggestions as to why Vista alone would always think
>> there's no space left on a Samba share.
> 
> Please send a debug level 10 log of smbd when it fails.
> 
> Thanks,
> 
> Volker

Thanks for the offer of help, Volker, but in trying to fix a problem on my
test server, I determined that it was the following that was the root of
the problem:

   dfree command = /usr/local/bin/afs_df

The afs_df command turns out to be a local script that was using the AFS
command "fs diskfree" to determine free space, but if you have Terabyte
sized quotas, the free column runs into the used column as one long
number, so the parsing broke, returning the percentage used as bytes free.

We have made a temporary fix to this by using "fs lisquota" instead, with
some hacking.

Chris
-- 
Eric Chris Garrison             | Principal Mass Storage Specialist
ecgarris at iupui.edu              | Indiana University - Research Storage
W: 317-278-1207 M: 317-250-8649 | Jabber IM: ecgarris at iupui.edu


More information about the samba-technical mailing list