1179
Help (lemmy.world)
submitted 1 year ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] sorrybookbroke 5 points 1 year ago* (last edited 1 year ago)

That'll be useful for a swap partition, but if you're using a swap file instead of a partition it won't work.

To clarify, a swap file is just a file on your hard drive the size you'd like your swap to be. Filled, at the start, with zeros. You still put it in your fstab to mount it but instead of a full partition, it's just a file.

This makes it more flexible, and easy to change the size of or turn it off or on during operation, safer to change the size (less steps, less ramifications, lower chance of data loss), or have it expand as needed, but is more restrictive in other features while being a bit slower and less secure.

Windows has a similar system for swap called a pagefile.

On linux, while there is a gui to change a swap partitions size, changing the swap files size has no gui. Even though it is, theoretically, a simpler operation. Simply run swapoff, delete the old file, create the new file, run swapon. No partition managment needed, essentially no chance of data loss

[-] [email protected] 5 points 1 year ago

Thanks for the clarification.

this post was submitted on 17 Jul 2023
1179 points (95.4% liked)

linuxmemes

19849 readers
568 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS