<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Minimum Linux File System Sizes in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016282#M75660</link>
    <description>Using Red Hat 9&lt;BR /&gt;&lt;BR /&gt;A) What are the O/S file systems?&lt;BR /&gt;B) ...their default types?&lt;BR /&gt;C) ...and their minimum sizes?&lt;BR /&gt;D) What are their recommended sizes?&lt;BR /&gt;E) What are their recommended types? (* Just accept Default or something else? *)&lt;BR /&gt;&lt;BR /&gt;For example,&lt;BR /&gt;&lt;BR /&gt;root = xxx mb&lt;BR /&gt;swap = xxx mb</description>
    <pubDate>Sun, 06 Jul 2003 20:39:03 GMT</pubDate>
    <dc:creator>AlienRoadShow</dc:creator>
    <dc:date>2003-07-06T20:39:03Z</dc:date>
    <item>
      <title>Minimum Linux File System Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016282#M75660</link>
      <description>Using Red Hat 9&lt;BR /&gt;&lt;BR /&gt;A) What are the O/S file systems?&lt;BR /&gt;B) ...their default types?&lt;BR /&gt;C) ...and their minimum sizes?&lt;BR /&gt;D) What are their recommended sizes?&lt;BR /&gt;E) What are their recommended types? (* Just accept Default or something else? *)&lt;BR /&gt;&lt;BR /&gt;For example,&lt;BR /&gt;&lt;BR /&gt;root = xxx mb&lt;BR /&gt;swap = xxx mb</description>
      <pubDate>Sun, 06 Jul 2003 20:39:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016282#M75660</guid>
      <dc:creator>AlienRoadShow</dc:creator>
      <dc:date>2003-07-06T20:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Linux File System Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016283#M75661</link>
      <description>a tough question. requires more info before this can be answered.&lt;BR /&gt;&lt;BR /&gt;what are you going to do with this.&lt;BR /&gt;&lt;BR /&gt;swap = 2 X RAM.&lt;BR /&gt;root = 3-4 GB&lt;BR /&gt;a separate /home partition.&lt;BR /&gt;&lt;BR /&gt;run as a mail server / proxy server, etc..&lt;BR /&gt;&lt;BR /&gt;here the main criteria will be /var. so have a huge /var file system.&lt;BR /&gt;&lt;BR /&gt;if you plan to compile from sources, u need to have lot of space in /usr/local. so plan accordingly.&lt;BR /&gt;&lt;BR /&gt;hmmm.. this is what comes to my mind now.&lt;BR /&gt;&lt;BR /&gt;but if u tell what are the services you are going to run, we can tell u more.&lt;BR /&gt;-balaji</description>
      <pubDate>Mon, 07 Jul 2003 02:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016283#M75661</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-07T02:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Linux File System Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016284#M75662</link>
      <description>Most of these questions depend upon how much space is available, and what kind of installation you are doing (workstation, server, custom).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/install-guide/s1-steps-type.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/install-guide/s1-steps-type.html&lt;/A&gt; might be helpful to you however.</description>
      <pubDate>Mon, 07 Jul 2003 02:52:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016284#M75662</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-07-07T02:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Linux File System Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016285#M75663</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;Adding to friends tips : when I set a machine up, I make several parititons, which will give you informations on some size : say you have 40 GB drive :&lt;BR /&gt; /boot : 100MB&lt;BR /&gt;swap : twice RAM, as you read on Stuart's link.&lt;BR /&gt;/home : 10 GB (why not !)&lt;BR /&gt;/tmp : 2 GB (making a partition for it will prevent anybody to flood my system with temp files)&lt;BR /&gt;/usr : 10 GB (there you'll install your programs, you can give more spece depending on what you intend to install).&lt;BR /&gt;If you install a server, you can also set up a parititon for var, same as /usr.&lt;BR /&gt;/ will contain the rest.&lt;BR /&gt;&lt;BR /&gt;Making partitions is intended to physically limit some strategic directory size.&lt;BR /&gt;&lt;BR /&gt;On a personnal standard install, RH9 will make swap partition (type swap, size 2xRAM), /boot partition (type ext2/ext3, 100 MB average), and / (type ext2/ext3, rest of disk), which is default choice and quite OK too.&lt;BR /&gt;&lt;BR /&gt;So, installing, eh ? Cool !&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Mon, 07 Jul 2003 04:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016285#M75663</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-07-07T04:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Linux File System Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016286#M75664</link>
      <description>Probably an answer you don't like, as there is not clear cut a-priori answer.&lt;BR /&gt;&lt;BR /&gt;It all boils downs to two factors, that only YOU van determine:&lt;BR /&gt;a) what do you have (hardware)&lt;BR /&gt;b) what do you need (deamons, user programs)&lt;BR /&gt;&lt;BR /&gt;First, let me elliminate one urban legend, like swap is amount of mem, or twice of it.&lt;BR /&gt;This is a relic from times where RAM was expensive and limmited.&lt;BR /&gt;swap-space is needed if you run more processes than the size of your physical ram. If you have enough RAM and/or limmited the amount of unneeded deamons, just use a tiny swap-space, like 64 MB. (for runaway processes)&lt;BR /&gt;&lt;BR /&gt;The idea of having swap twice the amount of mem, comes from the times when unix systems (HP, SUN) needed an area in which they could dump the contents of the memory in case of a core-dump. And they used the swap area, also to save disk-space. If i were to follow that rule, i would have to define a swapspace of 4GB, No way!!!!&lt;BR /&gt;Nowadays, swap-space is a means of last resource, as the system will be awwfull slow (busy swapping in and out). When system incidentily uses swap, no problem, when it constantlu uses swap, it is a sign to either do some tuning, or buy more mem.&lt;BR /&gt;Even on our multi gig servers (HP &amp;amp; sun) i only have 512MB swap.&lt;BR /&gt;&lt;BR /&gt;As for the rest, i would suggest the following:&lt;BR /&gt;Always make a seperate /boot, about 100MB&lt;BR /&gt;This partition should contain all you need to boot, and should in normal situation mounted as read-only, or not mounted at all, just to avoid accidents. If you need it (new kernel or so) mount it manually)&lt;BR /&gt;&lt;BR /&gt;Make a swap of about 128MB&lt;BR /&gt;Leave the rest of your disk for /&lt;BR /&gt;&lt;BR /&gt;Install everything YOU REALY NEED, and test your installation very wel.&lt;BR /&gt;Do a:&lt;BR /&gt;1) du -s /var&lt;BR /&gt;2) du -s /usr&lt;BR /&gt;3) du -s /home&lt;BR /&gt;4) du -s /opt&lt;BR /&gt;5) du -s /chroot&lt;BR /&gt;6) du -s /tmp&lt;BR /&gt;7) du -s /public etc etc etc&lt;BR /&gt;&lt;BR /&gt;If done correctly 2) 4) and 5) won't grow much afterwards, so round it up to the next 100MB, or 80% limmit&lt;BR /&gt;Divide the rest of disk space between /, /var, /tmp and /home&lt;BR /&gt;&lt;BR /&gt;With the top-command, you can easily check the use of the sawp-space (or xosview).&lt;BR /&gt;/var will grow fast when making a mail server, or logfiles&lt;BR /&gt;/home might be big when making a webserver, or for compilations (YES, even for the kernel!)&lt;BR /&gt;/tmp could grow big if you dont clear old files&lt;BR /&gt;/ should not grow, unless you have unqualified people, log in as root, and doing common mistakes like backing up to a file, instead of the tape-device ;-)), or polluting /root.&lt;BR /&gt;&lt;BR /&gt;If you got theses numbers, re-install the whole lot, using separate partitions.&lt;BR /&gt;Use reiserfs for partitions that change much.&lt;BR /&gt;&lt;BR /&gt;It takes some time, but in the end  you have a solid configuration....&lt;BR /&gt;&lt;BR /&gt;Hans</description>
      <pubDate>Mon, 07 Jul 2003 09:46:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016286#M75664</guid>
      <dc:creator>Hans_8</dc:creator>
      <dc:date>2003-07-07T09:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Linux File System Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016287#M75665</link>
      <description>well said Hans. and thanks for pointing out the swap=2XMem stuff. most of us come from the HP unix background and hence when we think of swap we always think it is swap+dump.&lt;BR /&gt;&lt;BR /&gt;a well worded reply with lots of info.&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
      <pubDate>Mon, 07 Jul 2003 10:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016287#M75665</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-07T10:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Linux File System Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016288#M75666</link>
      <description>Seeeeeee, youuuu guuuyyys.&lt;BR /&gt;&lt;BR /&gt;Quote "... Red Hat 9 will install on any old PC...".&lt;BR /&gt;&lt;BR /&gt;But you forgot to discuss limitations with IDE disk controllers which are typically limited to 512 mb disk sizes but will stretch all the way out to 1 gb.&lt;BR /&gt;&lt;BR /&gt;"...whoopsie daisie..."&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa2d4506d69a7d711abdc0090277a778c,00." target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa2d4506d69a7d711abdc0090277a778c,00.&lt;/A&gt;</description>
      <pubDate>Mon, 07 Jul 2003 10:16:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016288#M75666</guid>
      <dc:creator>AlienRoadShow</dc:creator>
      <dc:date>2003-07-07T10:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Linux File System Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016289#M75667</link>
      <description>All right, I can still proceed with my 8 gb disk on the AMD K6.  I'm just going to have to do some shuffling first since I currently use it for network backups.&lt;BR /&gt;&lt;BR /&gt;Question:&lt;BR /&gt;&lt;BR /&gt;1) du -s /var &lt;BR /&gt;2) du -s /usr &lt;BR /&gt;3) du -s /home &lt;BR /&gt;4) du -s /opt &lt;BR /&gt;5) du -s /chroot &lt;BR /&gt;6) du -s /tmp &lt;BR /&gt;7) du -s /public&lt;BR /&gt;&lt;BR /&gt;...these are sub directories mounted under root and not file systems?  Or are they file systems?&lt;BR /&gt;&lt;BR /&gt;Any comments on using the 8 gb disk?</description>
      <pubDate>Mon, 07 Jul 2003 10:24:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016289#M75667</guid>
      <dc:creator>AlienRoadShow</dc:creator>
      <dc:date>2003-07-07T10:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Linux File System Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016290#M75668</link>
      <description>I think 8 GB is a limit for old BIOSes. I remember an old Pentium 100Mhz that couldn't use more than 8 GB of a 20 GB harddisk.&lt;BR /&gt;Currently I use two 6 GB disks on a 486, and they work well.&lt;BR /&gt;So that 8 GB should be ok.&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio</description>
      <pubDate>Mon, 07 Jul 2003 10:36:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016290#M75668</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-07-07T10:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Linux File System Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016291#M75669</link>
      <description>Question: &lt;BR /&gt;&lt;BR /&gt;1) du -s /var &lt;BR /&gt;2) du -s /usr &lt;BR /&gt;3) du -s /home &lt;BR /&gt;4) du -s /opt &lt;BR /&gt;5) du -s /chroot &lt;BR /&gt;6) du -s /tmp &lt;BR /&gt;7) du -s /public &lt;BR /&gt;&lt;BR /&gt;...these are sub directories mounted under root and not file systems? Or are they file systems? &lt;BR /&gt;&lt;BR /&gt;Firstly, when trying to determine your need, just make all of them subdirectories under /.&lt;BR /&gt;&lt;BR /&gt;Secondly, if you know how much each of them needs, make them (the ones you need) files systems, mounted on these mount-points.&lt;BR /&gt;&lt;BR /&gt;Anyway, this is done automagically during the installation, at the point of partitioning the disk. (select manually, with disk-druid)&lt;BR /&gt;In the first case, just make /boot, swap and /.&lt;BR /&gt;In the second case, add all the partitions you need&lt;BR /&gt;&lt;BR /&gt;Hans</description>
      <pubDate>Mon, 07 Jul 2003 11:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016291#M75669</guid>
      <dc:creator>Hans_8</dc:creator>
      <dc:date>2003-07-07T11:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Linux File System Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016292#M75670</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;For swap = (2..4) * RAM&lt;BR /&gt;The limit of 8GB was in the old chipset bios with lilo (i think that if you use RH9 than you use grub and there no problem)&lt;BR /&gt;&lt;BR /&gt;For all the /var /tmp etc.&lt;BR /&gt;It depend how you like to made the system&lt;BR /&gt;because if /var or /tmp will be with / and /usr and /boot so if you will have to&lt;BR /&gt;much temporary files or logs and will take&lt;BR /&gt;the all space of disk then your system will down but if they all be difrent partitions that /tmp will be full but no much affect on the whole system.&lt;BR /&gt;So check how you will manage this.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Mon, 07 Jul 2003 19:04:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016292#M75670</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-07T19:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Linux File System Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016293#M75671</link>
      <description>Hi Bill, &lt;BR /&gt;&lt;BR /&gt;Your last post about 8 GB is a big pleaseure for me (don't know why, I'm in love with MBR stuff...). This limitations is in old BIOSes and linked to old Cylinder Head Sector adressing to find datas on HD. If you want me to detail more, it will be a (long) pleasure, just ask.&lt;BR /&gt;&lt;BR /&gt;Whatsoever, Linux can overpass this BIOS limitation on recent kernels, by itself of thru instruction in boot loader. RH9 does it by itself on most hard drives (guess what, m$98 can't of course, and Xp often complains !).&lt;BR /&gt;&lt;BR /&gt;More about file systems : as it says, the matter is all about how the system organises it files. In win9x, it's called FAT, and organises with A:, C: an all the stuff you know.&lt;BR /&gt;In Linux, it's called ext3 (extended, version 3), and the beginnining of all the system (the C:, in a way), is called /&lt;BR /&gt;The only thing that is not under / is the swap, a lot discussed here.&lt;BR /&gt;Everything else is under /, in the form of directories ! Even your diskette, your mouse and so on...&lt;BR /&gt;What is strange in Unix and Linux, is that everything is a file, even your mouse position : it's stocked in a file, which contents changes all the time. Ext3 file organisation is very interesting to learn (links if required), but notice tha ext 1 was the first attempt, ext 2 the full ehenced working system, and ext3 the same with a journal, remembering datas in case of power shutdown... which makes this system very strong...&lt;BR /&gt;&lt;BR /&gt;J&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jul 2003 20:19:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016293#M75671</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-07-07T20:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Linux File System Sizes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016294#M75672</link>
      <description>Please refer to the new thread questioning the sleek efficient O/S that is LINUX.  (* spoken with a sarcastic tone *)</description>
      <pubDate>Tue, 08 Jul 2003 15:58:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/minimum-linux-file-system-sizes/m-p/3016294#M75672</guid>
      <dc:creator>AlienRoadShow</dc:creator>
      <dc:date>2003-07-08T15:58:20Z</dc:date>
    </item>
  </channel>
</rss>

