Difference between revisions of "Add a swap disk"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
* Check the new volume with <code>[[lsblk]]</code>
 
* Check the new volume with <code>[[lsblk]]</code>
 
* Create swap: sudo <code>[[mkswap]] -f /dev/nvme5n1</code>
 
* Create swap: sudo <code>[[mkswap]] -f /dev/nvme5n1</code>
* Add swap in [[/etc/fstab]]
+
* Add swap in <code>[[/etc/fstab]]</code>
 
  sudo vi /etc/fstab
 
  sudo vi /etc/fstab
 
  UID none swap defaults 0 0
 
  UID none swap defaults 0 0

Revision as of 10:47, 24 August 2023

sudo vi /etc/fstab
UID none swap defaults 0 0


Related

See also

Advertising: