This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
btrfs [2022/05/16 01:42] 95.217.195.123 old revision restored (2022/01/31 01:46) |
btrfs [2022/06/30 00:20] 154.54.249.206 old revision restored (2022/02/17 05:44) |
||
---|---|---|---|
Line 6: | Line 6: | ||
https:// | 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 | ||
- | |||
- | |||
- | |||
- |