Sameer Shinde spewed into the ether: <snip>
Don't ask me to read how-tos. I want to discusses this point with you as I found variation in the suggestion in various ppls.
No HOWTOs. http://www.pathname.com/fhs/ Lots of reasoning there (and its a standard too).
<snip>
During the installation, once linux dispelled a message that, your /(root) partition should not be less than 250MB.
I have / with 100 MB and I can still install deadrat on that. Its a matter of what you install and stuff.
I personally use /,/boot,/usr,/var,/usr/local,/home,/tmp, swap (and maybe /opt). Mount /usr, / and /boot as readonly, maybe /usr/local too (unless you keep installing software like I do.
But then what about other partitions, like /home, /var, /dev /tmp & other. What they are used for?
See that URL I mentioned.
One more....... & in which order they should be mounted? which is the 1st & which one is last?
/ first, then the others, in any order you wish. /bin/mount *MUST* be present in /, /usr need not be mounted for lots of reasons.
Devdas Bhagat
------------------------------------------------------------ NEW - FREE Nettaxi 56kbs Dial-up INTERNET ACCESS with NO ADS or Ad Bars! http://www.nettaxi.com/isp/
On Wed, 17 Jul 2002, dodobh@nettaxi.com wrote:
I personally use /,/boot,/usr,/var,/usr/local,/home,/tmp, swap (and maybe /opt). Mount /usr, / and /boot as readonly, maybe /usr/local too
you may want to add /var/spool/mail as well if you use that for mail. makes it easier to set a quota for mail files.
PS: If you mount / ro, how do you update /etc/mtab?
On Wed, 2002-07-17 at 16:53, Philip S Tellis wrote:
I personally use /,/boot,/usr,/var,/usr/local,/home,/tmp, swap (and maybe /opt). Mount /usr, / and /boot as readonly, maybe /usr/local too
you may want to add /var/spool/mail as well if you use that for mail. makes it easier to set a quota for mail files.
Also isolate /var/log ... there are times when apache error_log actually takes up the entire partition, and the server literally stops dead!
Sameer.