LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - Installation (https://www.linuxquestions.org/questions/slackware-installation-40/)
-   -   How much disk space do I need for full Slackware 15 installation? (https://www.linuxquestions.org/questions/slackware-installation-40/how-much-disk-space-do-i-need-for-full-slackware-15-installation-4175708705/)

rng 02-28-2022 07:54 AM

How much disk space do I need for full Slackware 15 installation?
 
Its a basic question but at official site, only minimum requirements are mentioned, not space for full installation.

According to a similar question for version 14.2, it seemed to need 10-20 GB.

camorri 02-28-2022 08:44 AM

On a full clean install, with nothing added, I show just under 17g used on the root partition. Most of my systems are 23 + gig with the usual things I add after install. YMMV.

rkelsen 02-28-2022 02:35 PM

How much disk space do I need for full Slackware 15 installation?
 
It's around 16Gb. The installer tells you.

colorpurple21859 02-28-2022 03:40 PM

A complete install of version 15 is about 17G, recommend at the minimum 20G, 80G or more would be better to allow room for personal files

frankbell 02-28-2022 09:08 PM

I get the same as colorpurple21859.

I usually set up separate and root partitions and allocate 25G-30G for / and the remainder for /home. I've found 25G for root to be adequate with every distro I've used.

rng 02-28-2022 10:38 PM

Thanks @camorri, @rkelsen, @colorpurple21859, @frankbell.

opty 05-10-2022 09:37 AM

You can also use BTRFS with subvolumes and don't care about multiple partitions and their sizes.

business_kid 05-10-2022 10:44 AM

Yes, you'll get the installation into 20G with room to spare.

I enlarged my / from 25G to 40G because there are (to me) essential packages that get grabbed from Alien's repo - Multilib, wine, libreoffice, etc. And that's before you install any third party software. And logs, caches, things like pdfs photos and configs build up over time.

I have 50G for /home.

rkelsen 05-10-2022 04:40 PM

logrotate takes care of your logs. In a default installation, it will run every day at 4:40.

I've recently been experimenting with minimal installations for VMs as network appliances, and have found that you can get a decently usable system in well under 1 gb.

opty 05-11-2022 02:52 AM

logrotate takes care of your logs if you keep your machine up overnight.

Ugly one gives MiBs:

Code:

opty@zeryk:~$ echo $(($(($(echo $(grep -r UNCOMPRESSED /var/log/packages | awk '{ print $4 }' | sed -r 's/^([0-9]+[KM]*)$/\1*10/; s/\.//; s/M/KK/; s/K/*1024/g') | sed 's/ /+/g'))) / 10 / 1024 / 1024))
621


rkelsen 05-11-2022 03:13 AM

Quote:

Originally Posted by opty (Post 6352218)
logrotate takes care of your logs if you keep your machine up overnight.

You don't???
Quote:

Originally Posted by opty (Post 6352218)
Ugly one gives MiBs:
Code:

opty@zeryk:~$ echo $(($(($(echo $(grep -r UNCOMPRESSED /var/log/packages | awk '{ print $4 }' | sed -r 's/^([0-9]+[KM]*)$/\1*10/; s/\.//; s/M/KK/; s/K/*1024/g') | sed 's/ /+/g'))) / 10 / 1024 / 1024))
621


Or:
Code:

$ df -h
Filesystem      Size  Used Avail Use% Mounted on
tmpfs            32M  1.7M  31M  6% /run
devtmpfs        16G    0  16G  0% /dev
/dev/nvme0n1p3  47G  19G  27G  41% /
tmpfs            16G    0  16G  0% /dev/shm
cgroup_root    8.0M    0  8.0M  0% /sys/fs/cgroup
tmpfs          3.2G  16K  3.2G  1% /run/user/1000


zeebra 05-11-2022 03:32 AM

I make 40GB for my / and I have /home elsewhere and a seperate /opt with a bunch of things.

40GB is sufficient for most cases, unless you plan to add alot of software to /usr. Some people make a partition for /usr and can then keep / smaller.
I also have an "experimental" Slackware installation on another partition. For this I use 30GB and I have no other mounts for it, and 30GB is more than sufficient for the purpose.

Anyways, with a separate /home, it will take alot to fill up 40GB on /, presuming you put VM.images and such on /home instead of /var

slackbat 06-29-2022 05:16 AM

Hi

I went through the upgrade path, found that roughly 18.5 gig was used of a twenty gig partion - not enough space left to compile larger SBo scripts so removed kde.

business_kid 06-29-2022 06:07 AM

20G definitely isn't enough, as most users end up adding software outside the main distribution. If you have anything that comes with it's own database, it's easy to have an extra ≅15G added on.

LuckyCyborg 06-29-2022 03:06 PM

Quote:

Originally Posted by frankbell (Post 6334008)
I get the same as colorpurple21859.

I usually set up separate and root partitions and allocate 25G-30G for / and the remainder for /home. I've found 25G for root to be adequate with every distro I've used.

I tend to agree with you. BUT, if you do the mistake to grab a kernel config from -current to build your shiny custom kernel, you may have a big surprise: your 25GB root partition may end filled fully and locked out of your system. I heard that people bitten this.

SO, be gentle to not make recommendations like this 25GB anymore. ;)

Slackware needs at least 50GB for its root, if not 100GB just in case. At least this say the life experiences. Because every Slacker is a Kernel Hacker.


All times are GMT -5. The time now is 08:23 AM.