[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


talk:howtos:slackware_admin:swapfile_hibernation [2018/08/02 06:16 (UTC)] (current) – created aaditya
Line 1: Line 1:
 +The resume offset computed by the command in the article is incorrect for me and does not work.
  
 +  sudo /sbin/filefrag -v /swapfile | head -n -3 | tail -n 1 | awk ' {print $3 }'
 +  # ^ This is incorrect
 +
 +The correct offset is found in the following article: https://wiki.archlinux.org/index.php/Power_management/Suspend_and_hibernate#Hibernation_into_swap_file
 +
 + --- //[[wiki:user:aaditya|Aaditya Bagga]] 2018/08/02 06:12 (UTC)//
 talk:howtos:slackware_admin:swapfile_hibernation ()