You are not logged in.
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. Devuan 6 version also available for testing.
Please donate to support Devuan and init freedom! https://devuan.org/os/donate
Online
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
Offline
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
Still on bios and spinning rust here.
Ditto. And still winning, haven't had to buy a new machine since 2014.
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. Devuan 6 version also available for testing.
Please donate to support Devuan and init freedom! https://devuan.org/os/donate
Online
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
Hello:
... 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.
... start with creating the partitions with gparted.
Same here, since my very first Linux. iirc it was Ubuntu.
... 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.
Online
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
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.
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)
Offline
nvme drives are no different from spinning rust or SSDs. On some older mainboards the bios must be prepared to support nmve's.
Offline
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.
Offline
I'm using the partitioning tool of the installer (which under the hood is gparted anyway ) 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.
Online
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
I prefer to partition the drive manually using cfdisk and/or gparted. However, now that I am planning to start encrypting everything except /boot, I am not sure that partitioning everything manually will work anymore.
Offline