LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   FreeBSD disk space allocation help. (https://www.linuxquestions.org/questions/%2Absd-17/freebsd-disk-space-allocation-help-631499/)

LinuxNewbie999 03-29-2008 09:25 AM

FreeBSD disk space allocation help.
 
I have 25G free space for installing freeBSD. But I have no idea how should i allocate the space. I would like to make it as a node Master for my coming cluster.

vermaden 03-31-2008 02:08 AM

this schema should do:

Code:

/    256-512m
SWAP 1-2g
/tmp 256-512m [as tmpfs mounted on SWAP]
/var 4g
/usr [REST]

/home is symlink to /usr/home by default


All times are GMT -5. The time now is 06:24 AM.