this post was submitted on 18 May 2024
257 points (98.9% liked)

linuxmemes

20909 readers
1852 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

write: fstab: no space left on device

you are viewing a single comment's thread
view the rest of the comments
[–] Max_P@lemmy.max-p.me 10 points 4 months ago (4 children)

You guys still use fstab? It's systemd/Linux, you use mount units.

[–] xia@lemmy.sdf.org 18 points 4 months ago (3 children)

I thought systemd read fstab to dynamically create the mount units? First i've heard of someone bespoke mount units... but sounds neat!

[–] Max_P@lemmy.max-p.me 5 points 4 months ago (2 children)

Yeah that's what it does, that was a shitpost if it wasn't obvious :p

Though I do use ZFS which you configure the mountpoints in the filesystem itself. But it also ultimately generates systemd mount units under the hood. So I really only need one unit, for /boot.

[–] MinFapper@lemmy.world 1 points 4 months ago* (last edited 4 months ago) (1 children)
[–] Max_P@lemmy.max-p.me 1 points 4 months ago

I forgot about that, I should try it on my new laptop.