Có, nhưng không phải không có một số nỗ lực. Có 2 cách khác nhau để ngủ đông (đình chỉ đĩa) trên linux:
- swswap , được bao gồm trong kernel
- tuxonice (trước đây là đình chỉ2), không phải vậy.
Tuxonice có sẵn như là một bản vá cho kernel và sẽ cho phép bạn viết hình ảnh treo vào một tệp thông thường.
Từ Wikipedia :
TuxOnIce (formerly known as Suspend2) is an implementation of the suspend-to-disk (or hibernate) feature which is available as patches for the 2.6 Linux kernel. It was formerly known as 'swsusp'. During the 2.5 kernel era, Pavel Machek forked the original out-of-tree version of swsusp (then at approximately beta 10) and got it merged into the vanilla kernel, while development continued in the swsusp/Suspend2/TuxOnIce line. TuxOnIce includes support for SMP, highmem and preemption. Its major advantages over swsusp are:
* It has an extensible architecture that allows for arbitrary transformations on the image and arbitrary backends for writing the image;
* It prepares the image and allocates storage prior to doing any storage and accounts for memory and storage usage very carefully, thereby becoming more reliable;
* Its current modules for writing the image have been designed for speed, combining asynchronous I/O, multithreading and readahead with LZF compression in its default configuration to read and write the image as fast as hardware is able;
* It has an active community supporting it via a wiki, mailing lists and irc channel (see the TuxOnIce website);
* It is more flexible and configurable (via a /sys/power/tuxonice interface);
* Whereas the current swsusp (and uswsusp) implementations support writing the image to one swap device only, TuxOnIce supports multiple devices in any combination of swap files and swap partitions. It can also write the image to an ordinary file, thereby avoiding potential race issues in freeing memory when preparing to suspend.
* It supports encryption by various methods;
* It can store a full image of memory (resulting in a more responsive system post-resume), while uswsusp and swsusp write at most half the amount of RAM.
Vì nó không được bao gồm trong kernel mặc định, bạn không may phải lấy các bản vá kernel có sẵn cho Jaunty và tự biên dịch kernel.
Có một số hướng dẫn mở rộng ở đây , nhưng bạn có thể muốn thử đề xuất của Robert trước khi đi lang thang trên con đường này, trừ khi bạn là một tay già trong việc cuộn các hình ảnh hạt nhân của riêng bạn.