this post was submitted on 06 Oct 2023
10 points (91.7% liked)

linux4noobs

1275 readers
25 users here now

linux4noobs


Noob Friendly, Expert Enabling

Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.


Seeking Support?

Community Rules

founded 1 year ago
MODERATORS
 

I have reinstalled my Fedora 38 on an old laptop with only 4gigs of RAM, problem is it allocated only 2gb of tmpfs, and so far it caused me a ton of problems, it runs out of space pretty quickly, especially when installing big size sw, I've read you can modify the size of it by changing the entry in fstab, but I couldn't find a tmpfs entry there, I've searched the Arch Wiki and found this:

Mounting tmpfs at /dev/shm is handled automatically by systemd and manual configuration in fstab is not necessary.

So I believe this is the case for me, would adding a new entry inside fstab work without any issue?

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 11 months ago

Not a Fedora user, but according to https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems/ adding a new fstab entry with the correct option should just work. They even give changing the size of /tmp as an example usecase :)