Results 1 to 2 of 2
I have basic samba share set up with a suse 10 box. I would like to set a limit of 20 GB on the folder. This is my smb.conf file-
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-08-2007 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 26
Limit size of samba folder
I have basic samba share set up with a suse 10 box. I would like to set a limit of 20 GB on the folder. This is my smb.conf file-
[global]
workgroup = MSHOME
server string = Samba
security = SHARE
[share]
writeable = yes
public = yes
path = /smb/share
- 07-09-2007 #2
You can use the filesystem quota support to do this - it can limit disk use per user. You'll probably need to search here or through google for linux quota config examples, but it's a pretty well discussed topic.
Linux user #126863 - see http://linuxcounter.net/


Reply With Quote
