[Samba] Problem with Share Size
Jeremy Allison
jra at samba.org
Fri Feb 16 14:53:44 GMT 2007
On Fri, Feb 16, 2007 at 03:29:09PM +0100, Antoine Rocher wrote:
> Here is the strace.
>
> Thanks for your help
Not really :-). This is not a Samba bug. Look at your trace
at this line :
mkdir("ctrl1/volc1/Nouveau dossier", 0775) = -1 ENOSPC (No space left on
device)
The OS *is* returning ENOSPC on the mkdir call, which means
you need to look at the problem without Samba in the way :-).
Run bash, cd to that directory (ctrl1/volc1/) and type
"mkidr test" - you need to debug this first....
Jeremy.
More information about the samba
mailing list