99久久99久久精品免观看,国产精品久久久久国产精品,国产黄色录像视频,免费的黄色毛片,国产一区精品普通话对白,色妞妞成人在线观看,最新aⅴ福利在线观看免费

綠色資源網(wǎng):您身邊最放心的安全下載站! 最新軟件|熱門排行|軟件分類|軟件專題|廠商大全

綠色資源網(wǎng)

技術(shù)教程
您的位置:首頁服務(wù)器類Linux服務(wù)器 → 在linux下增加分區(qū)及查看swap分區(qū)

在linux下增加分區(qū)及查看swap分區(qū)

我要評(píng)論 2011/09/19 13:59:31 來源:綠色資源網(wǎng) 編輯:downcc.com [ ] 評(píng)論:0 點(diǎn)擊:192次

Java代碼 
1.查看系統(tǒng)Swap空間使用 
 
[root@jumper usr]# free 
             total       used       free     shared    buffers     cached 
Mem:        513980     493640      20340          0     143808     271780 
-/+ buffers/cache:      78052     435928 
Swap:      1052248      21256    1030992 
 
2.在空間合適處創(chuàng)建swap文件 
 
[root@jumper usr]# mkdir swap 
[root@jumper usr]# cd swap 
[root@jumper swap]# dd if=/dev/zero of=swapfile bs=1024 count=1000000  //增加1G 
10000+0 records in 
10000+0 records out 
[root@jumper swap]# ls -al 
total 10024 
drwxr-xr-x    2 root     root         4096  7月 28 14:58 . 
drwxr-xr-x   19 root     root         4096  7月 28 14:57 .. 
-rw-r--r--    1 root     root     10240000  7月 28 14:58 swapfile 
 
 
[root@jumper swap]# mkswap swapfile 
Setting up swapspace version 1, size = 9996 KiB 
 
 
3.激活swap文件 
[root@jumper swap]# swapon swapfile 
[root@jumper swap]# ls -l 
total 10016 
-rw-r--r--    1 root     root     10240000  7月 28 14:58 swapfile 
[root@jumper swap]# free 
             total       used       free     shared    buffers     cached 
Mem:        513980     505052       8928          0     143900     282288 
-/+ buffers/cache:      78864     435116 
Swap:      1062240      21256    1040984 
 
、若要想使開機(jī)時(shí)自啟用,則需修改文件/etc/fstab中的swap行: 
  
/root/swap/swapfile swap swap defaults 0 0 

關(guān)鍵詞:linux,swap分區(qū)

閱讀本文后您有什么感想? 已有 人給出評(píng)價(jià)!

  • 0 歡迎喜歡
  • 0 白癡
  • 0 拜托
  • 0 哇
  • 0 加油
  • 0 鄙視