>>> On 2/23/2012 at 10:43 AM, Mark Workman <mwork...@shelterinsurance.com> 
>>> wrote: 
> What are recommended LVM mount points for a Linux guest?  I currently use
> /opt for my WebSphere installations, but occasionally fill up /.

I usually build systems that look like this:
# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/dasda1           388M  234M  134M  64% /
/dev/mapper/vg01-home  97M  5.5M   87M   6% /home
/dev/mapper/vg01-opt  792M  516M  236M  69% /opt
/dev/mapper/vg01-tmp  388M  103M  270M  28% /tmp
/dev/mapper/vg01-usr  3.0G  2.1G  942M  69% /usr
/dev/mapper/vg01-var  1.5G  390M  1.1G  27% /var

If it's going to be a web or ftp server, I also break out /srv.  Essentially, 
anything that can be broken out of the root file system, I do.  The particular 
sizes you want are going to vary according to your particular mix of packages, 
etc., but this illustrates the general concept.


Mark Post

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

Reply via email to