F5F Stay Refreshed Software Operating Systems Issue with Debian swap partition functionality.

Issue with Debian swap partition functionality.

Issue with Debian swap partition functionality.

S
Surplefosh
Member
57
04-26-2016, 01:24 AM
#1
Hello, I see you're dealing with a tricky setup on your Debian servers. It sounds like you moved SSDs between machines, but the swap partition isn't activating on one of them. You mentioned checking with tools like fdisk, blkid, and fstab, but everything seems fine. Could there be a compatibility issue with the new server or a misconfiguration during the swap setup? It might help to verify the partition table and ensure the correct device is being used. Let me know if you'd like further guidance.
S
Surplefosh
04-26-2016, 01:24 AM #1

Hello, I see you're dealing with a tricky setup on your Debian servers. It sounds like you moved SSDs between machines, but the swap partition isn't activating on one of them. You mentioned checking with tools like fdisk, blkid, and fstab, but everything seems fine. Could there be a compatibility issue with the new server or a misconfiguration during the swap setup? It might help to verify the partition table and ensure the correct device is being used. Let me know if you'd like further guidance.

K
KlayDog1
Senior Member
685
04-27-2016, 05:03 PM
#2
Have you considered removing it entirely and starting over? It seems like a simple swap, so there shouldn't be any issues. It should take only a short time to test.
K
KlayDog1
04-27-2016, 05:03 PM #2

Have you considered removing it entirely and starting over? It seems like a simple swap, so there shouldn't be any issues. It should take only a short time to test.

F
173
05-04-2016, 03:24 AM
#3
Certainly, here are some alternative options to consider if the initial approach doesn't yield results.
F
firebuckler123
05-04-2016, 03:24 AM #3

Certainly, here are some alternative options to consider if the initial approach doesn't yield results.

T
Theomanduff
Member
197
05-04-2016, 04:01 AM
#4
Unable to relate personally as I haven't faced this before, but perhaps some helpful points are shared here.
T
Theomanduff
05-04-2016, 04:01 AM #4

Unable to relate personally as I haven't faced this before, but perhaps some helpful points are shared here.

Q
Q121
Junior Member
36
05-12-2016, 12:24 AM
#5
I understand you're new to swap partitions and don't have much experience with them.
Q
Q121
05-12-2016, 12:24 AM #5

I understand you're new to swap partitions and don't have much experience with them.

J
JordiLPS
Junior Member
32
05-12-2016, 01:13 AM
#6
Have you explored mkswap? It might be that the partition isn't set up properly. mkswap /dev/sda5
J
JordiLPS
05-12-2016, 01:13 AM #6

Have you explored mkswap? It might be that the partition isn't set up properly. mkswap /dev/sda5

M
MrBrosco
Member
64
05-12-2016, 01:51 AM
#7
Also verify with parted/fdisk to confirm the swap partition carries the right label. It’s likely it won’t function without the correct label.
M
MrBrosco
05-12-2016, 01:51 AM #7

Also verify with parted/fdisk to confirm the swap partition carries the right label. It’s likely it won’t function without the correct label.

S
SparrowMech
Junior Member
3
05-12-2016, 02:59 AM
#8
Thank you for your feedback. The changes worked after updating the UUID in fstab. Appreciate your help!
S
SparrowMech
05-12-2016, 02:59 AM #8

Thank you for your feedback. The changes worked after updating the UUID in fstab. Appreciate your help!