doubt reg Minfree.


 
Thread Tools Search this Thread
Operating Systems Solaris doubt reg Minfree.
# 1  
Old 05-05-2009
doubt reg Minfree.

Hi
When setting minfree to a certain percentage using the tunefs command, does this actually prevent users from accesing the partition when the limit is reached or not?.. It is a separate file system or not
More clarification regarding minfree will be useful for me .
rogerben
# 2  
Old 05-05-2009
Yes, that the purpose: Preventing the regular users to write new data on the filesystem. They still can access data and remove existing files to make room for new ones.

Root isn't subject to the minfree setting.
# 3  
Old 05-05-2009
Quote:
Originally Posted by jlliagre
Yes, that the purpose: Preventing the regular users to write new data on the filesystem. They still can access data and remove existing files to make room for new ones.

Root isn't subject to the minfree setting.

Is the regular users can able to create minfree space. Is there any restriction or we can create to any filesystem..
rogerben
# 4  
Old 05-05-2009
Quote:
Originally Posted by rogerben
Is the regular users can able to create minfree space.
Please rephrase that. I don't get what the question is.
Quote:
Is there any restriction or we can create to any filesystem..
You can use tunefs to set minfree on any UFS filesystem.
# 5  
Old 05-05-2009
[Actually my question is normal users hav access to create minfree .Also can we create on root file system.
rogerben
# 6  
Old 05-05-2009
If you are asking if non privileged users are allowed to set minfree with tunefs, the answer is no.

Root filesystem can be tuned.
# 7  
Old 05-05-2009
Quote:
Originally Posted by jlliagre
If you are asking if non privileged users are allowed to set minfree with tunefs, the answer is no.

Root filesystem can be tuned.

Thanks for your gud reply.
rogerben
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

doubt reg EEPROM

Hi , Am new to solaris can anyone tell me what is the use of setting the eeprom variable to true or false ... (5 Replies)
Discussion started by: rogerben
5 Replies

2. Solaris

doubt reg mailx command

Hi, Am trying to send mail from solaris host to my mailbox, but while executing mailx command am getting the follow error.Is this syntax corect? #mailx -s "subject" <myid> The flags you gave are used only when sending mail. (1 Reply)
Discussion started by: rogerben
1 Replies

3. Solaris

doubt reg Netprobe

Can anyone explains me what is the basic functionality of Netprobe service. How to find the netprobe status whether it is running or stopped.. Only start|stop|restart option is there. (5 Replies)
Discussion started by: rogerben
5 Replies

4. UNIX for Dummies Questions & Answers

doubt reg SCP

Hi , I have a doubt reg SCP . For eg.. FileA is in host1 .Is it possible to receive fileA by logging to host2 using SCP.. Please let me know what is the major difference between scp and sftp.. We can use both for file transfer(correct me if am wrong) (4 Replies)
Discussion started by: rogerben
4 Replies

5. Solaris

doubt reg prstat command

Hi, Can anyone explain me what is RSS time in the prstat output. In the below example 93M is total process size(correct me if am wrong ) what abt 58M? 1693 root 93M 58M cpu1 0 10 4:11:02 0.8% java/35 (2 Replies)
Discussion started by: rogerben
2 Replies

6. Solaris

doubt reg crontab

Hi, I have a doubt reg crontab entries. If the user name is there in /etc/cron.d/cron.allow and also in cron.deny file will he able to execute. if the user is not in both the file means wt will do? (2 Replies)
Discussion started by: rogerben
2 Replies

7. Solaris

doubt reg gzip,gunzip

Hi, Can anyone let me explain the difference between tar , uncompress,gzip and gunzip commands. both gzip and gunzip are same i think correct me if am wrong. (1 Reply)
Discussion started by: rogerben
1 Replies

8. Solaris

doubt reg time stamp in files.

I copied a file from one host to another using sftp. But after copying the time stamp is not updating . Even though I checked the permission, it looks good. I copied the same file to some temporary location, there it updating the time stamp. Anyone have any idea on this (6 Replies)
Discussion started by: rogerben
6 Replies

9. Solaris

doubt reg syslogd daemon

can anyone explain what is syslogd daemon in solaris. What is the use and how to start and stop the syslogd. (3 Replies)
Discussion started by: rogerben
3 Replies

10. Solaris

small doubt reg uname command

Am new to solaris can anyone explain the fields in the below command. Also let me know the difference between nodename and hostname. Here osnask2 is the hostname and type SUNOS. What abt the remaining fields.? #uname -a SunOS osnska2 5.8 Generic_117350-47 sun4u sparc SUNW,Sun-Fire-480R (1 Reply)
Discussion started by: rogerben
1 Replies
Login or Register to Ask a Question