Disable Partisi Swap Manjaro
15 Januari 2020
Jaman dahulu kala, untuk disable swap cuku edit fstab dan comment atau hapus entry swap. Contohnya seperti ini:
cat /etc/fstab # output # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a device; this may # be used with UUID= as a more robust way to name devices that works even if # disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> UUID=F520-C9DE /boot/efi vfat umask=0077 0 2 UUID=dd64c675-f071-4db1-9d5c-981de854619c / ext4 defaults,noatime 0 1 #UUID=95aad2f9-fe0a-4646-ac69-cf50f9c8853e swap swap defaults,noatime 0 2 tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0 Namun cara tersebut sudah tidak berlaku, khususnya di Manjaro.…