diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index c5d9bcef332..c3204a325bf 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -188,7 +188,7 @@ } } ], - "currentTab": 10 + "currentTab": 11 } ], "direction": "vertical" @@ -360,10 +360,10 @@ "webpage-html-export:Export Vault to HTML": false } }, - "active": "3841a277243a2d6b", + "active": "c90198ed84ad3534", "lastOpenFiles": [ - "🗃️ Unorganized/General Notes/GNU System Building - Set Up Hibernation.md", "🗃️ Unorganized/General Notes/GNU System Workarounds - BTRFS - Increase Metadata.md", + "🗃️ Unorganized/General Notes/GNU System Building - Set Up Hibernation.md", "🗃️ Unorganized/General Notes/Branding of Operating Systems.md", "🗃️ Unorganized/General Notes/The Inheritance of Sin.md", "🗃️ Unorganized/General Notes/Faster Typing.md", diff --git "a/\360\237\227\203\357\270\217 Unorganized/General Notes/GNU System Building - Set Up Hibernation.md" "b/\360\237\227\203\357\270\217 Unorganized/General Notes/GNU System Building - Set Up Hibernation.md" index e69de29bb2d..e12b01c88f1 100644 --- "a/\360\237\227\203\357\270\217 Unorganized/General Notes/GNU System Building - Set Up Hibernation.md" +++ "b/\360\237\227\203\357\270\217 Unorganized/General Notes/GNU System Building - Set Up Hibernation.md" @@ -0,0 +1,14 @@ +# Questions + +## BTRFS + +1] How to create swap file for hibernation in BTRFS? + +--- +# Answers +## BTRFS + +1] How to create swap file for hibernation in BTRFS? + +- From docs: https://btrfs.readthedocs.io/en/latest/ch-swapfile.html +- From web: https://forums.fedoraforum.org/showthread.php?331199-Create-a-swap-file-on-btrfs-for-hibernation \ No newline at end of file diff --git "a/\360\237\227\203\357\270\217 Unorganized/General Notes/GNU System Workarounds - BTRFS - Increase Metadata.md" "b/\360\237\227\203\357\270\217 Unorganized/General Notes/GNU System Workarounds - BTRFS - Increase Metadata.md" index 09b7764aa1d..c170b033b4b 100644 --- "a/\360\237\227\203\357\270\217 Unorganized/General Notes/GNU System Workarounds - BTRFS - Increase Metadata.md" +++ "b/\360\237\227\203\357\270\217 Unorganized/General Notes/GNU System Workarounds - BTRFS - Increase Metadata.md" @@ -1,3 +1,5 @@ +Guide from: https://unix.stackexchange.com/questions/347487/how-do-i-expand-btrfs-metadata + - Basically, you add a new device to the filesystem - a virtual device - a loop device. - Then you start balance (you could start with empty chunks, slowly increasing chunk sizes, or do it all the way) - Then you remove the device from the filesystem and delete the loop device