The officially official Devuan Forum!

You are not logged in.

#1 2025-10-06 17:09:36

greenjeans
Member
Registered: 2017-04-07
Posts: 1,205  
Website

When installing a system, do you manually partition first?

Curious as to what most folks do, wish we could add a poll on this forum.

So when installing a new system on your machine, do you let the installer program do the partitioning, or do you do it before firing up the installer using Gparted or some other method?

For myself, I always use Gparted first, so I know everything is done right before I attempt to install.


https://sourceforge.net/projects/vuu-do/ New Vuu-do isos uploaded October 2025!
Vuu-do GNU/Linux, minimal Devuan-based Openbox and Mate systems to build on. Also a max version for OB.
Devuan 5 mate-mini iso, pure Devuan, 100% no-vuu-do. wink Devuan 6 version also available for testing.
Please donate to support Devuan and init freedom! https://devuan.org/os/donate

Offline

#2 2025-10-06 17:19:40

Andre4freedom
Member
Registered: 2017-11-15
Posts: 218  

Re: When installing a system, do you manually partition first?

It's exactly what I do. Even using gparted or good old fdisk.
I don't want an installer that throws everything into root.
I need always:
1. a boot or efi partition
2. a system partition (/root)
3. a swap partition
4. a /home partition
5. some special partitions like /srv, or /av.
And mostly in ext4. excluding efi or swap. Sometimes xfs for very large files like video etc.
But not everybody sees it the same way.
Cheers smile

Offline

#3 2025-10-06 17:49:54

golinux
Administrator
Registered: 2016-11-25
Posts: 3,553  

Re: When installing a system, do you manually partition first?

I don't do an installation often but when I do I start with creating the partitions with gparted.  Still on bios and spinning rust here.

Online

#4 2025-10-06 18:05:20

greenjeans
Member
Registered: 2017-04-07
Posts: 1,205  
Website

Re: When installing a system, do you manually partition first?

Still on bios and spinning rust here.

Ditto. And still winning, haven't had to buy a new machine since 2014. wink


https://sourceforge.net/projects/vuu-do/ New Vuu-do isos uploaded October 2025!
Vuu-do GNU/Linux, minimal Devuan-based Openbox and Mate systems to build on. Also a max version for OB.
Devuan 5 mate-mini iso, pure Devuan, 100% no-vuu-do. wink Devuan 6 version also available for testing.
Please donate to support Devuan and init freedom! https://devuan.org/os/donate

Offline

#5 2025-10-06 18:53:30

rolfie
Member
Registered: 2017-11-25
Posts: 1,316  

Re: When installing a system, do you manually partition first?

I do my partitioning before installation with gparted live. In a VM I use the installer but manual partitioning. I do not like the automatisms build in, in my eyes they are outdated in terms to size allowed. Usually too little. I want to determine size, order etc. myself based on a long time experience.

I have done that since the first tools came up on DOS like Partition Magic.

Offline

#6 2025-10-06 19:09:44

Altoid
Member
Registered: 2017-05-07
Posts: 1,846  

Re: When installing a system, do you manually partition first?

Hello:

golinux wrote:

... don't do an installation often ...

My Devuan box started off as Jesse and is now Daedalus.
Only new installations I have done since are on VMs, a 1000HE and a RPi.

golinux wrote:

... start with creating the partitions with gparted.

Same here, since my very first Linux. iirc it was Ubuntu.

golinux wrote:

... on bios and spinning rust here.

That too, save for the small SSD I adopted a few years ago as a boot/system/home drive with everything backed up daily with BackInTime+Timeshift and Clonezilla drive images once a week.

Best,

A.

Offline

#7 Yesterday 08:44:03

PedroReina
Member
From: Madrid, Spain
Registered: 2019-01-13
Posts: 292  
Website

Re: When installing a system, do you manually partition first?

For me, it depends on the previous status of the target drive. If it is empty, like in a brand new one, I start the installer in expert mode and do a manual partitioning. But if the drive already have same content (for instance, an undesired operating system), I start a live system and use gparted to wipe out previous partitioning and maybe I do the desired one. In either case, sometimes a manual tweak could be necessary.

Offline

#8 Yesterday 09:31:11

Camtaf
Member
Registered: 2019-11-19
Posts: 494  

Re: When installing a system, do you manually partition first?

I manually set partition sizes myself, if the distro installer doesn't allow for this, I will partition disk before installing.

Root & Home usually enough for me. smile

Whilst talking installing, does Devuan install to NVME drives (?), because I couldn't get Daedalus to install to an HP Prodesk i5 fitted with one.

Last edited by Camtaf (Yesterday 09:32:05)

Online

#9 Yesterday 09:47:28

rolfie
Member
Registered: 2017-11-25
Posts: 1,316  

Re: When installing a system, do you manually partition first?

nvme drives are no different from spinning rust or SSDs. On some older mainboards the bios must be prepared to support nmve's.

Offline

#10 Yesterday 13:10:08

Camtaf
Member
Registered: 2019-11-19
Posts: 494  

Re: When installing a system, do you manually partition first?

That was my thinking. It must be something with the HP Prodesk then, some other O/S do install OK, but I was wanting Devuan, of course. wink

Online

#11 Yesterday 13:36:50

Dutch_Master
Member
Registered: 2018-05-31
Posts: 305  

Re: When installing a system, do you manually partition first?

I'm using the partitioning tool of the installer (which under the hood is gparted anyway tongue ) to manually set partitions for /, /boot, /usr, /etc, /var, /tmp and /home. By limiting the size of these directories any rogue process triggered to fill up as much space as possible cannot make the system unstable or even unbootable.

Offline

#12 Yesterday 23:26:37

GlennW
Member
From: Brisbane, Australia
Registered: 2019-07-18
Posts: 680  

Re: When installing a system, do you manually partition first?

Hi, I often partition drives myself with gparted.

I set a small bios (grub2 core.img) between 8 and 100Mb (non-EFI, unsigned kernel)
/(root), usr, var, tmp, swap & home.

Almost all of my personal(non-system) files/data are on a separate harddrive that I setup with links (ln -s) back to the /home/local directory.
Like... documents, music, video, bin (bash scripts) & build (directions and configs). Including a partiton for system backups, and home backup too on a separate partition.
This way I may access those files from any OS, most of the time.

I have tried the installer "automatically set up partitions" to give me an idea of the minimum sizes currently being used. But usually find it unsatisfactory.

My system is setup for daily-drive entertainment system, not a webserver or multi user.


pic from 1993, new guitar day.

Offline

Board footer