<br><br><div><span class="gmail_quote">On 9/6/05, <b class="gmail_sendername">Matt Morgan</b> <<a href="mailto:minxmertzmomo@gmail.com">minxmertzmomo@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<span class="q">On 9/6/05, <b class="gmail_sendername">Mark Sargent</b> <<a href="mailto:powderkeg@snow.email.ne.jp" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">powderkeg@snow.email.ne.jp</a>
> wrote:</span><div><span class="q"><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi All,<br><br>am wondering, how best to manage a 40GB drive with LVM. System has 192MB<br>of RAM. At present, I see Hard Drives /dev/hda Free equalling 32254.<br>This' my 1st time to do things manually(only way to learn). I have a
<br>basic understanding of LVM, but was wondering how others set their<br>systems up. What's the minimum PV for the swap and boot volumes.? Should<br>I break the drive up into smaller, easier managed volumes.? Cheers.</blockquote>

</span><div><br>
I'm not going to be the best person to answer your question ultimately,
but I know that the answer will depend upon what the machine is meant
to do. Is this a desktop/web server/file server/etc?<br>
<br>
For what it's worth, I think swap should equal RAM, and boot should be about 100Mb. For the rest, I just guess.<br>
</div><br></div><br>

<br>--<br>fedora-list mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">
http://www.redhat.com/mailman/listinfo/fedora-list</a><br><br></blockquote></div>I setup my workstations typically as follows;<br>
<br>
/boot                 100MB<br>
/                       1GB<br>
/usr                   2GB<br>
/var                   2GB<br>
/var/spool/mail   300MB<br>swap                
equal to RAM (192MB in your case)<br clear="all">/home               2GB<br>
/data                 5-10GB<br>
<br>
And leave whatever is remaining free in case I ever need to expand a
partition for whatever reason.  The /data partition is where I
store rpms, packages, source tar-balls, project data, anything
really.  It is the location of the data the comprises the purpose
of the workstation, if that makes any sense.<br>
<br>
The /var/spool/mail partition is seperate in case something bad happens
with mail delivery to my workstation.  If that partition fills up
it won't hinder anything else on the host, but incoming mail.<br>
<br>
As a side note I have found that seperating partitions gives me a very
easy upgrade path with fedora.  When installing the next version I
setup the partitions exactly as they were before, but I opt to not
format /data or /home and everything that I care about doesn't get
touched.  And, so far, all of my personal config files have
migrated from one version of Fedora to the next...<br>
<br>
Hope this helps!<br>
<br>-- <br>--<br>Evan