123
submitted 11 months ago by wtry@lemm.ee to c/linux@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] M_Reimer@lemmy.world 30 points 11 months ago

One small /boot which is also my EFI system partition.

And a partition for / which covers all the rest of the drive.

Partitioning only limits flexibility. At some time you will regret your choice of partition sizes.

[-] UnfortunateShort@lemmy.world 13 points 11 months ago

Tbf, you can mitigate this problem by using lvm or btrfs with subvolumes.

[-] M_Reimer@lemmy.world 2 points 11 months ago* (last edited 11 months ago)

I did that years ago and then kept fiddling with the lfs subvolume sizes. I see absolutely no advantages to make things more complicated than needed.

[-] kristoff@infosec.pub 6 points 11 months ago* (last edited 11 months ago)

I dan't know if this is still valid but I used to be told to have different partitions for your system, logs and data (home directories) .. and have the swap-partition located in between them. This was to limit the distance the head has to move when reading from your system starts swapping.

But if you use a SSD drive, that is not valid anymore of course :-)

Kr.

[-] Molecular0079@lemmy.world 5 points 11 months ago

Nowadays you don't even need a /boot unless you're doing full disk encryption and I actually recommend keeping /boot on / if you're doing BTRFS root snapshots. Being able to include your kernel images in your snapshots makes rollbacks painlessly easy.

[-] mhz@lemm.ee 6 points 11 months ago

UEFI forum made it a requirement for motherboard constructors (hp, dell, msi...) to make their UEFI implementation to be able to at least read fat(12/16/32) filesystems. That is why you need a fat(12/16/32) partition flagged ESP (efi system partition) for holding your boot files.

So, I dont think you can do that unless you fall back to the old outdated BIOS or you have some *nix filesystem in your uefi implementation which I dont trust.

[-] Molecular0079@lemmy.world 1 points 11 months ago

You're only partially correct. /boot doesn't have to also be your EFI partition. In fact, most distros by default will separate the two, with the EFI partition mounted at /boot/efi and /boot being a separate ext4 based partition. My suggestion is that, if you're running BTRFS, you should merge /boot and / as one partition. You're still free to have a FAT32-based EFI mounted at /boot/efi or better yet /efi.

[-] yum13241@lemm.ee 1 points 10 months ago

I use systemd-boot and my mount point is /efi. /efi/EFI/ is where my bootloaders live.

If I rollback to an old enough snapshot, I have to reinstall my kernels from a chroot. It'd be cool if I could get around that.

[-] Molecular0079@lemmy.world 1 points 10 months ago
[-] yum13241@lemm.ee 1 points 10 months ago

Separate FAT32 part.

[-] skullgiver@popplesburger.hilciferous.nl 1 points 11 months ago* (last edited 7 months ago)

[This comment has been deleted by an automated system]

[-] Molecular0079@lemmy.world 1 points 10 months ago

I've heard that you have to put in your encryption pw twice if you do it that way no?

Out of curiosity, what's stopping you from shrinking the partition and adding a swap partition?

[-] skullgiver@popplesburger.hilciferous.nl 2 points 10 months ago* (last edited 7 months ago)

[This comment has been deleted by an automated system]

[-] mhz@lemm.ee 0 points 11 months ago

That is why one small (512Mib) ESP and one BTRFS partition occupying the rest of my drive is my go, I can isolate the root (/), var and home partitions using subvolumes.

Users who distro hope may need a separate /home partition.

this post was submitted on 11 Aug 2023
123 points (96.9% liked)

Linux

45574 readers
669 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS