Linux 硬盤掛載及設置交換分區swap

mkswap /dev/sda2
[root@localhost ~]# swapon /dev/sda2 -a
[root@localhost ~]# free -m
total used free shared buff/cache available
Mem: 96271 793 95198 9 279 94951
Swap: 8191 0 8191ide

寫入開機自啓動
[root@localhost ~]# tail -1 /etc/fstab
/dev/sda2 swap swap defaults 0 0
[root@localhost ~]# it

相關文章
相關標籤/搜索