linux下增加swap分割槽
1.建立swap分割槽
例如: # fdisk /dev/sdb Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-13054, default 1):
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-13054, default 13054): +100M
Command (m for help): t
Selected partition 1
Hex code (type L to list codes): 82
Changed system type of partition 1 to 82 (Linux swap / Solaris)
Command (m for help): w
The partition table has been altered!
2.同步分割槽表
# partprobe
3.設定交換區
# mkswap /dev/sdb1
4.編輯/etc/fstab檔案
新增如下內容:
/dev/sdb1 swap swap defaults 0 0
5.啟用swap分割槽
# swapon -a
6.驗證swap分割槽是否啟用
# swapon -s
Filename Type Size Used Priority
/dev/sdb1 partition 104380 0 -2
二、檔案方式
1.建立檔案
# dd if=/dev/zero of=/swapfile bs=1024 count=100
if=檔名:輸入檔名,預設為標準輸入。即指定原始檔。< if=input file >
of=檔名:輸出檔名,預設為標準輸出。即指定目的檔案。< of=output file >
bs=bytes:同時設定讀入/輸出的塊大小為bytes個位元組
count=blocks:僅複製blocks個塊,塊大小等於bs指定的位元組數。
1G=1024mb
1mb=1024kb
1kb=1024bytes
2.檢視檔案屬性
# ls -lh /swapfile -rw-r--r-- 1 root root 100K Apr 24 16:54 /swapfile
3.設定swap
# mkswap /swapfile
4.編輯/etc/fstab檔案
新增如下內容:
/swapfile swap swap defaults 0 0
5.啟用swap
# swapon /swapfile
6.驗證swap是否啟用
# swapon -s
Filename Type Size Used Priority
/swapfile file 92 0 -3
例如: # fdisk /dev/sdb Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-13054, default 1):
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-13054, default 13054): +100M
Command (m for help): t
Selected partition 1
Hex code (type L to list codes): 82
Changed system type of partition 1 to 82 (Linux swap / Solaris)
Command (m for help): w
The partition table has been altered!
2.同步分割槽表
# partprobe
3.設定交換區
# mkswap /dev/sdb1
4.編輯/etc/fstab檔案
新增如下內容:
/dev/sdb1 swap swap defaults 0 0
5.啟用swap分割槽
# swapon -a
6.驗證swap分割槽是否啟用
# swapon -s
Filename Type Size Used Priority
/dev/sdb1 partition 104380 0 -2
二、檔案方式
1.建立檔案
# dd if=/dev/zero of=/swapfile bs=1024 count=100
if=檔名:輸入檔名,預設為標準輸入。即指定原始檔。< if=input file >
of=檔名:輸出檔名,預設為標準輸出。即指定目的檔案。< of=output file >
bs=bytes:同時設定讀入/輸出的塊大小為bytes個位元組
count=blocks:僅複製blocks個塊,塊大小等於bs指定的位元組數。
1G=1024mb
1mb=1024kb
1kb=1024bytes
2.檢視檔案屬性
# ls -lh /swapfile -rw-r--r-- 1 root root 100K Apr 24 16:54 /swapfile
3.設定swap
# mkswap /swapfile
4.編輯/etc/fstab檔案
新增如下內容:
/swapfile swap swap defaults 0 0
5.啟用swap
# swapon /swapfile
6.驗證swap是否啟用
# swapon -s
Filename Type Size Used Priority
/swapfile file 92 0 -3
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28282660/viewspace-1473313/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- (轉) linux下增加swap分割槽Linux
- Linux 增加 swap 分割槽Linux
- Linux系統中增加Swap分割槽大小Linux
- Linux 建立swap分割槽Linux
- linux新增swap分割槽Linux
- 再談Linux下的swap分割槽薦Linux
- Linux系統中增加Swap分割槽檔案步驟方法Linux
- linux中增加swap分割槽或檔案的步驟方法Linux
- Linux下swap(交換分割槽)的增刪改Linux
- Linux系統中管理Swap分割槽Linux
- Linux SWAP 交換分割槽配置說明Linux
- Linux系統如何進行分割槽?swap分割槽是什麼?Linux
- Linux 分割槽擴容(根分割槽擴容,SWAP 分割槽擴容,掛載新分割槽為目錄)Linux
- Linux Swap交換分割槽介紹總結Linux
- FreeBSD和Linux共享swap分割槽(轉)Linux
- swap分割槽新增刪除
- 擴充套件redhat linux as 5 的swap分割槽套件RedhatLinux
- 用檔案新增Swap分割槽
- swap分割槽的知識(轉)
- linux 增加swap大小!Linux
- 【實驗】【PARTITION】RANGE分割槽表增加分割槽
- 《RHEL6硬碟的分割槽和swap分割槽管理》——硬碟分割槽的大總結硬碟
- 雲端計算:交換分割槽管理 Swap
- 用檔案作為Swap分割槽
- redhat linux swap分割槽擴充套件的三種方法RedhatLinux套件
- 【Linux】Linux檔案系統管理4 swap交換分割槽管理Linux
- Oracle分割槽表基礎運維-07增加分割槽(2 HASH分割槽)Oracle運維
- Linux增加swap空間Linux
- 不用swap分割槽,用交換檔案(轉)
- Oracle分割槽表基礎運維-07增加分割槽(1範圍分割槽)Oracle運維
- 全面學習分割槽表及分割槽索引(8)--增加和收縮表分割槽索引
- 全面學習分割槽表及分割槽索引(16)--增加和刪除索引分割槽索引
- lvm增加分割槽容量LVM
- oracle增加分割槽的方法Oracle
- Linux下磁碟分割槽,fdisk,mkfsLinux
- linux下磁碟分割槽的案例Linux
- Oracle分割槽表基礎運維-07增加分割槽(3列表分割槽)Oracle運維
- Linux之 增加swap空間Linux