View previous topic :: View next topic |
Author |
Message |
registered99 Guest
|
Posted: Thu Aug 11, 2005 10:03 pm Post subject: Partitions |
|
|
Hi, after reading the Documentation, I was a little bit unclear what the basic requirements for partitions are. I have a 12 gig drive with 7 gigs left. Is it possible to install on that? If so, please provide the minumum for each partition and how it should work.
Thanks,
registered99@gmail.com |
|
Back to top |
|
 |
Jasper
Joined: 10 Aug 2005 Posts: 1 Location: NL
|
Posted: Fri Aug 12, 2005 8:03 am Post subject: |
|
|
That very much depends on what you want to use it for. 7G should certainly be enough to install Lunar.
As for partitions, again that depends on what you use it for. I have a desktop system with only root, swap and home partitions.
I don't really know about minimum requirements.
--
Jasper |
|
Back to top |
|
 |
registered99 Guest
|
Posted: Sat Aug 13, 2005 6:54 pm Post subject: |
|
|
Well, I just want to kind of see what I can use it for. It's a K6 with 484mb of SDRAM. I really just want it to be a lightweight desktop. Running ZNES, and playing music is all that's needed, really. |
|
Back to top |
|
 |
sofar

Joined: 11 Aug 2005 Posts: 172
|
Posted: Sat Aug 13, 2005 7:50 pm Post subject: Minimum partition size |
|
|
first of all the REAL minimum is about 900MB (yes, that's under one gigabyte). The problem is that that is not enough to RUN lunar as compiling a kernel already takes 350MB of disc space.
So, a realistic minimum is about 3.0 gigabyte. If you have less then you really need to be a tight nanny and clean out the bedpans on every shift, so to speak ;^).
A bit more relaxing is about 6gb. That will be enough for most people and it's plenty for installing one of the major desktops (GNOME, KDE, or Xfce) on. With 10gb or more, you have plenty of space. |
|
Back to top |
|
 |
lunar_mike
Joined: 06 Nov 2005 Posts: 30 Location: Toronto, Ontario
|
Posted: Sun Nov 06, 2005 1:18 am Post subject: |
|
|
df -Th
Filesystem Type Size Used Avail Use% Mounted on
rootfs rootfs 5.6G 1.5G 4.1G 27% /
/dev/root reiserfs 5.6G 1.5G 4.1G 27% /
/dev/hda1 ext2 60M 2.8M 54M 5% /boot
/dev/hda7 reiserfs 24G 33M 24G 1% /home
/dev/hda6 reiserfs 5.6G 105M 5.5G 2% /var
/dev/hda3 ext3 1.9G 33M 1.8G 2% /var/tmp
tmpfs tmpfs 4.0M 4.0K 4.0M 1% /var/lock
tmpfs tmpfs 4.0M 24K 4.0M 1% /var/run
tmpfs tmpfs 256M 1.6M 255M 1% /tmp
Here is how mine is set up =D hope it helps |
|
Back to top |
|
 |
withoutclass
Joined: 02 Feb 2006 Posts: 9 Location: USA
|
Posted: Thu Feb 02, 2006 10:15 pm Post subject: |
|
|
Jasper wrote: | That very much depends on what you want to use it for. 7G should certainly be enough to install Lunar.
As for partitions, again that depends on what you use it for. I have a desktop system with only root, swap and home partitions.
I don't really know about minimum requirements.
--
Jasper |
I would like to set up a simple system like this, and am going to be using a 10gb partition, any suggestions on the size of the root and home? I will most likely use a 1gb swap since the general rule is 2 times the amount of RAM the computer has. |
|
Back to top |
|
 |
sofar

Joined: 11 Aug 2005 Posts: 172
|
Posted: Sat Feb 04, 2006 6:34 am Post subject: |
|
|
when I setup normal machines I usually do either one of these:
Code: | /boot - 100mb
/ - 10gb
/home - the rest
|
or simpler:
Code: | / - 10gb
/home - the rest
|
anything more only is useful for servers and such where you want to protect against file system overflow - not useful for at home. |
|
Back to top |
|
 |
withoutclass
Joined: 02 Feb 2006 Posts: 9 Location: USA
|
Posted: Sat Feb 04, 2006 8:39 am Post subject: |
|
|
sofar wrote: | when I setup normal machines I usually do either one of these:
Code: | /boot - 100mb
/ - 10gb
/home - the rest
|
or simpler:
Code: | / - 10gb
/home - the rest
|
anything more only is useful for servers and such where you want to protect against file system overflow - not useful for at home. |
thanks |
|
Back to top |
|
 |
|