This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
btrfs [2022/05/16 19:53] 65.108.0.71 old revision restored (2022/02/22 14:29) |
btrfs [2022/05/16 19:54] (current) 65.108.0.71 old revision restored (2022/02/23 14:49) |
||
---|---|---|---|
Line 2: | Line 2: | ||
[[https:// | [[https:// | ||
+ | |||
+ | How to balance a btrfs (when running out of free space even when there is really free space) | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ===== finding out resume offset for swap hibernation in 32bit machine (i386) ===== | ||
+ | |||
+ | The code " | ||
+ | |||
+ | Change: | ||
+ | |||
+ | fd = open(argv[optind], | ||
+ | |||
+ | For: | ||
+ | |||
+ | fd = open(argv[optind], | ||
+ | |||
+ | and compile using the following command line: | ||
+ | |||
+ | gcc -O2 -o btrfs_map_physical -D_FILE_OFFSET_BITS=64 btrfs_map_physical.c | ||
+ | |||
+ | |||