![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| doubt reg Minfree. | rogerben | SUN Solaris | 6 | 05-05-2009 04:03 AM |
| Resolve startup issues and perform disk maintenance with Disk Utility and fsck | iBot | OS X Support RSS | 0 | 11-07-2008 09:50 PM |
| TUNING: fre, minfree, and maxfree relationship | kah00na | AIX | 2 | 08-14-2007 04:13 PM |
| Creating file contents using contents of another file | ReV | Shell Programming and Scripting | 21 | 02-24-2006 10:25 AM |
| How to Copy Contents from CD to Hard disk | vr76413 | UNIX for Dummies Questions & Answers | 4 | 07-06-2003 12:20 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
When you do `newfs`, there's the -m switch, with which you specify the
procentage of the disk which will remain reserved ("minfree"). When the disk fills up to this threshold, any nonprivileged user that tries to write to the FS will be denied, getting a message that the disk is full. The reality of it is that the disk still has free space, but only root and processes can use that space to write to. |
|
||||
|
minfree is the percentage of a file system reserved for the superuser or privileged processes. The value is 10% by default on UFS file systems.
/usr/sbin/fstyp -v raw_device | grep minfree ex. # /usr/sbin/fstyp -v /dev/rdsk/c0t0d0s0 | grep minfree minfree 10% maxbpg 2048 optim time |
|
||||
|
vr_mari,
minfree may turn out useful, when your disk becomes full up to last byte. In that case you'd want to log in to system to kill/delete what caused the problem. But logging in to system triggers additional entries to utmpx, wtmpx and perhaps messages -> which require space. It's good to have some extra spare space in case something like the above hits your system. I can't recall it right know for sure - but besides what Incredible described minfree may have something to do with managing fs fragmentation. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|