Thanks for your analysis. However, I can mkdir in ctrl1/volc1/, through NFS or when logged in locally/through ssh. In fact, I performed some actions to be sure there's no any other problem with this disk (ext3fs formatted), like mkdir, chmoding 777, verifying dir chowning and so on
I can't create directories only with Samba. Here's my df -h for this disk : Sys. de fich. Tail. Occ. Disp. %Occ. Monté sur /dev/sdc1 8,1T 7,1G 7,7T 1% /store/ctrl1 That's why I thought it was a samba related issue. Antoine -----Message d'origine----- De : Jeremy Allison [mailto:[EMAIL PROTECTED] Envoyé : vendredi 16 février 2007 15:54 À : Antoine Rocher Cc : Jeremy Allison; [EMAIL PROTECTED] Objet : Re: [Samba] Problem with Share Size 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. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
