Slackware - Installation This forum is for the discussion of installation issues with Slackware. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
02-28-2022, 07:54 AM
|
#1
|
Senior Member
Registered: Aug 2011
Posts: 1,199
Rep:
|
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.
|
|
|
02-28-2022, 08:44 AM
|
#2
|
LQ 5k Club
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,380
|
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.
|
|
1 members found this post helpful.
|
02-28-2022, 02:35 PM
|
#3
|
Senior Member
Registered: Sep 2004
Distribution: slackware
Posts: 4,833
|
How much disk space do I need for full Slackware 15 installation?
It's around 16Gb. The installer tells you.
|
|
1 members found this post helpful.
|
02-28-2022, 03:40 PM
|
#4
|
LQ Veteran
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,845
|
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
Last edited by colorpurple21859; 02-28-2022 at 03:42 PM.
|
|
1 members found this post helpful.
|
02-28-2022, 09:08 PM
|
#5
|
LQ Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,943
|
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.
|
|
1 members found this post helpful.
|
02-28-2022, 10:38 PM
|
#6
|
Senior Member
Registered: Aug 2011
Posts: 1,199
Original Poster
Rep:
|
Thanks @camorri, @rkelsen, @colorpurple21859, @frankbell.
|
|
|
05-10-2022, 09:37 AM
|
#7
|
Member
Registered: Mar 2021
Posts: 209
Rep: 
|
You can also use BTRFS with subvolumes and don't care about multiple partitions and their sizes.
|
|
|
05-10-2022, 10:44 AM
|
#8
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,623
|
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.
|
|
|
05-10-2022, 04:40 PM
|
#9
|
Senior Member
Registered: Sep 2004
Distribution: slackware
Posts: 4,833
|
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.
Last edited by rkelsen; 05-10-2022 at 04:43 PM.
|
|
|
05-11-2022, 02:52 AM
|
#10
|
Member
Registered: Mar 2021
Posts: 209
Rep: 
|
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
|
|
|
05-11-2022, 03:13 AM
|
#11
|
Senior Member
Registered: Sep 2004
Distribution: slackware
Posts: 4,833
|
Quote:
Originally Posted by opty
logrotate takes care of your logs if you keep your machine up overnight.
|
You don't???
Quote:
Originally Posted by opty
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
|
|
|
05-11-2022, 03:32 AM
|
#12
|
Senior Member
Registered: Dec 2011
Distribution: Slackware
Posts: 1,834
|
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
|
|
|
06-29-2022, 05:16 AM
|
#13
|
Member
Registered: Dec 2005
Location: Mid-West-Wales
Distribution: Slackware 14.2_64_multilib - Salix 14.2 - devuan
Posts: 200
Rep:
|
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.
|
|
|
06-29-2022, 06:07 AM
|
#14
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,623
|
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.
|
|
|
06-29-2022, 03:06 PM
|
#15
|
Senior Member
Registered: Mar 2010
Posts: 4,782
|
Quote:
Originally Posted by frankbell
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.
Last edited by LuckyCyborg; 06-29-2022 at 03:08 PM.
|
|
2 members found this post helpful.
|
All times are GMT -5. The time now is 08:00 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|