Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-01-2005, 01:25 PM
|
#1
|
LQ Newbie
Registered: Jan 2004
Posts: 23
Rep:
|
Linux Filesystem access restriction
Hi,
I want to setup one of my local partitions such that it has access to users as well as root processes. I want to limit access to that filesystem such that if the filesystem is 80% full, then no user process can write to that file system, only root process can write to that file system. Is there any way to setup that? Any help is appreciated.
Thanks.
|
|
|
07-01-2005, 04:26 PM
|
#2
|
LQ Guru
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 11,073
|
Quotas?
What is the underlying problem that is giving rise to this request?
|
|
|
07-01-2005, 06:18 PM
|
#3
|
Member
Registered: Jun 2005
Distribution: Debian
Posts: 356
Rep:
|
You can setup a percentage of disk space to be reserved for root-only, but only at mkfs time.
Code:
-m reserved-blocks-percentage
Specify the percentage of the filesystem blocks reserved for the super-user. This avoids fragmentation, and allows root-owned daemons, such as syslogd(8), to continue to function correctly after non-priviā
leged processes are prevented from writing to the filesystem. The default percentage is 5%.
|
|
|
07-03-2005, 09:06 AM
|
#4
|
Member
Registered: Jun 2005
Location: Canada
Distribution: Debian Etch/Sid, Ubuntu
Posts: 529
Rep:
|
Quote:
You can setup a percentage of disk space to be reserved for root-only, but only at mkfs time.
|
Use tune2fs to change the value set at mkfs time.
|
|
|
07-03-2005, 03:25 PM
|
#5
|
Member
Registered: Jun 2005
Distribution: Debian
Posts: 356
Rep:
|
Quote:
Use tune2fs to change the value set at mkfs time.
|
Duh, can't believe I forgot about that.
|
|
|
07-07-2005, 12:34 PM
|
#6
|
LQ Newbie
Registered: Jan 2004
Posts: 23
Original Poster
Rep:
|
Thanks a lot for your help.
We have an environment in which root daemons write into tmp area and we continuously run into problems due to tmp full.
That's the reason to look into this option.
|
|
|
All times are GMT -5. The time now is 02:10 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|