Luca Montecchiani
1999-Jul-15 16:09 UTC
Sorta of "quota" needed -> "max file size = nnn ( bytes )"
Hi all I need sorta of "quota" feature to set the maximum file size allowed for a shared resource. Looking into samba 2.0.4 documentation I don't find anything that match with my needed. thanks in advance, luca ( I'm ready to code/test/anything else if this feature isn't a dream ;) -- Home Page: http://i.am/m.luca Home Email: m.luca@iname.com
Luca Montecchiani
1999-Jul-16 08:24 UTC
R: Sorta of "quota" needed -> "max file size = nnn ( bytes )"
Of course it work and solve my problem, thanks ! Anyway what about a real "max file size = nnn" params ? ciao, luca -- Home Page: http://i.am/m.luca Home Email: m.luca@iname.com ----- Original Message ----- From: Jan Kratochvil <short@ucw.cz> To: <luca.montecchiani@teamfab.it> Sent: Thursday, July 15, 1999 10:41 PM Subject: Re: Sorta of "quota" needed -> "max file size = nnn ( bytes )"> Try unix "ulimit -f" command - you should set it before smbd run, like: > (ulimit -f 100;smbd -D) > But beware - this limit applies to EVERYTHING including Samba log filesetc.