I have a complex setup with two systems running on two computers with shared space.
One of the systems downloads large files and creates symlinks in the shared space. The other system (a windows system) thinks that there is not space left.
What I would like to do is to limit the size of files in one folder in linux. In other words, the directory (and sub-directories) will only contain files up to say 1MB. Anything larger than that will be disregarded. Can that be done?
thanks.