Good evening,
I have Endeavour 2 months, there are
some little things, but overall i am satisfied.
But now I have observed, that in fstab no info for SWAP file.
lsblk shows - all is OK.
ARM is an architecture used in some computers like the Raspberry Pi. If you don’t know what it is, you probably don’t use it either. You could remove that tag from your question, probably.
Did you set up a swap partition? What is the output of free -h?
ARM ist eine Architektur, die in einigen Computern wie dem Raspberry Pi verwendet wird. Wenn Sie nicht wissen, was es ist, benutzen Sie es wahrscheinlich auch nicht. Sie könnten diese Kennzeichnung aus Ihrer Frage entfernen, wahrscheinlich.
Haben Sie eine Swap-Partition eingerichtet? Was ist die Ausgabe von free -h?
(Translated with deepl, probably not understandable )
Swap partition gets handled by systemd. So I guess that is why it doesn’t need an entry in fstab.
systemd-gpt-auto-generator inspects the root disk to generate units. It operates on GPT disks only, and can identify swap partitions by their type GUID
First of all, thanks.
Foto of free -h - 12G. And ?
deepl - don’t know what is it.
I use simple dictionary, it is pity, english succsesfull forgotten .
But - must I fstab add?
Actually, I’d like to thank @chucha for taking the time to translate to English, so more people may be helped when having the same question and stumbling upon this thread.
edit: hmm, this was a reply to @jonathon. Why doesn’t it show as such?
Because the post you replied to was the last one before you, so the reply to jonathon doesn’t show up separately. If you reply to a post that is not the last one in the thread, then the relpy indicator will show up.
Like I replied to you, but there is no indicator
oder Sie gehen durch die Delcaration in /etc/fstab , mit einer UUID und Haken & Boot-Kernel-Modifikation
oder wir verwenden systemd-swap , ( GPT), das Dateien endlicher Länge verwaltet, wenn es den Swap füllt und das in der Root/Partition
es gibt eine eigene conf-Datei
/etc/systemd/swap.conf
either one passes by the delcaration in /etc/fstab, with a UUID and modification hook & boot kernel
or we use systemd-swap , ( GPT) which will manage files of finite length if filling the swap and that in the root / partition
there is a dedicated conf file
/etc/systemd/swap.conf
Update: I did a fresh install of EnOS on another machine and immediately did without including the swap partion in fstab. I only activated the swap with sudo swapon.
=> Status query: swapon --show :
NAME TYPE SIZE USED PRIO
/dev/sda3 partition 8,5G 2,5M -2
Quite often editing fstab will mess up stuff, but deleting it will not - maybe lose a few extra mounts…
When I set up systemd mounts, I first used gnome-disks, then used the temporary systemd files to edit and create permanent ones - then deleted fstab and rebooted. fstab gets regenerated and everything’s smooth.