What is Nostr?
Tyler /
npub10lp…q90w
2024-09-10 07:39:39
in reply to nevent1q…77f5

Tyler on Nostr: if you want to make it where it's not a swap partition, but just an empty file on ...

if you want to make it where it's not a swap partition, but just an empty file on your disk, you can use the mkswap, swapon, swapoff, dd, and mount commands (read their man pages) and then write it in fstab. (read the man page on fstab as well)

first create a new swap file wherever you want with dd, whatever size you want (it must be contiguous sectors)
then mkswap it
then swapon it
then swapoff your partition
then change your fstab to point to the swapfile

here's mine:

`/swap.img none swap sw 0 0`
Author Public Key
npub10lpuyvmy7mwtefut833t4jw9c3scmsrh2l5qsv8c6jvqfl0yz99qmwq90w