two partitions of swap: one active and one not active

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
vittorio

two partitions of swap: one active and one not active

Post by vittorio »

hello to all
yestarday i installed linux mint 19 on my dell 2-1 2017 notebook. all it works. it's fine and speedy.
a question:
i have seen that mint have created 3 partitions autmatically ( i used first option installation and erase all disk ). 2 partitions are of swap.
why are they 2? one is active the second is not active.

i have seen also that on monitor resource programm the swap dimension is always 0.
i have 4 gbyte ram.

thanks for helps
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
kukamuumuka

Re: two partitions of swap: one active and one not active

Post by kukamuumuka »

You need to add an another swap partition to the /etc/fstab file. sudo blkid tells the UUID
vittorio

Re: two partitions of swap: one active and one not active

Post by vittorio »

sorry i am a newbie
i don't understand ...........what must i do? why must i have to mount another swap partition?
gm10

Re: two partitions of swap: one active and one not active

Post by gm10 »

vittorio wrote: Fri Aug 17, 2018 8:47 am sorry i am a newbie
i don't understand ...........what must i do? why must i have to mount another swap partition?
You don't need 2 swaps. Run these commands from a terminal, mark their output, copy & paste into your next post, ideally within code tags (</> button)

Code: Select all

lsblk -o +FSTYPE,UUID
and

Code: Select all

swapon
and, for good measure,

Code: Select all

inxi -Fxz
Locked

Return to “Installation & Boot”