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 8191

写入开机自启动
[root@localhost ~]# tail -1 /etc/fstab
/dev/sda2 swap swap defaults 0 0
[root@localhost ~]#

posted @ 2019-12-14 17:47  勤奋的蓝猫  阅读(13)  评论(0)    收藏  举报  来源