分配swap分割槽空間

2022-07-23 01:12:27 字數 3076 閱讀 5205

1. 分割槽,並修改為swap分割槽id

[root@centos2 ~]# fdisk /dev/sdb

歡迎使用 fdisk (util-linux 2.23.2

)。更改將停留在記憶體中,直到您決定將更改寫入磁碟。

使用寫入命令前請三思。

命令(輸入 m 獲取幫助):t

分割槽號 (

1,2,4,5,預設 5):2

hex **(輸入 l 列出所有**):l

0 空 24 nec dos 81 minix /舊 linu bf solaris

1 fat12 27 隱藏的 ntfs win 82 linux 交換 / so c1 drdos/sec (fat-

2 xenix root 39 plan 9

83 linux c4 drdos/sec (fat-

3 xenix usr 3c partitionmagic 84 os/2 隱藏的 c: c6 drdos/sec (fat-

4 fat16 <32m 40 venix 80286

85linux 擴充套件 c7 syrinx

5 擴充套件 41 ppc prep boot 86

ntfs 卷集 da 非檔案系統資料

6 fat16 42 sfs 87 ntfs 卷集 db cp/m / ctos /.

7 hpfs/ntfs/exfat 4d qnx4.x 88

linux 純文字 de dell 工具

8 aix 4e qnx4.x 第2部分 8e linux lvm df

bootit

9 aix 可啟動 4f qnx4.x 第3部分 93

amoeba e1 dos 訪問

a os/2 啟動管理器 50 ontrack dm 94 amoeba bbt e3 dos r/o

b w95 fat32

51 ontrack dm6 aux 9f bsd/os e4 speedstor

c w95 fat32 (lba)

52 cp/m a0 ibm thinkpad 休 eb beos fs

e w95 fat16 (lba)

53ontrack dm6 aux a5 freebsd ee gpt

f w95 擴充套件 (lba)

54 ontrackdm6 a6 openbsd ef efi (fat-12/16/

10 opus 55 ez-drive a7 nextstep f0 linux/pa-risc

11 隱藏的 fat12 56

golden bow a8 darwin ufs f1 speedstor

12compaq 診斷 5c priam edisk a9 netbsd f4 speedstor

14 隱藏的 fat16 <3

61speedstor ab darwin 啟動 f2 dos 次要

16 隱藏的 fat16 63 gnu hurd or sys af hfs / hfs+fb vmware vmfs

17 隱藏的 hpfs/ntf 64

novell netware b7 bsdi fs fc vmware vmkcore

18 ast 智慧型睡眠 65

novell netware b8 bsdi swap fd linux raid 自動

1b 隱藏的 w95 fat3

70disksecure 多啟 bb boot wizard 隱 fe lanstep

1c 隱藏的 w95 fat3

75 pc/ix be solaris 啟動 ff bbt

1e 隱藏的 w95 fat1

80舊 minix

hex **(輸入 l 列出所有**):

82已將分割槽「linux」的型別更改為「linux swap /solaris」

命令(輸入 m 獲取幫助):

wthe partition table has been altered!calling ioctl() to re-read partition table.

warning: re-reading the partition table failed with error 16

: 裝置或資源忙.

the kernel still uses the old table. the new table will be used at

the next reboot or after you run partprobe(

8) or kpartx(8

)正在同步磁碟。

2. 格式化

mkswap /dev/sdb2

3. 使用

swapon /dev/sdb2

4. 檢視

free

5. 開機自動掛載

vim /etc/fstab

/dev/sdb2 swap swap defaults 0

0

增加swap空間 tmp分割槽

一 增加swap空間 增加swap空間的方法 1.使用dd建立乙個大檔案 dd if dev zero of u01 swapfile bs 1m count 512 2.使用mkswap格式化,使其變成swap分割槽 mkswap u01 swapfile 3.使其生效 swapon u01 sw...

擴容swap交換分割槽空間

安裝linux系統時會指定swap分割槽大小,一般是記憶體的兩倍,但在有些場景下可能預先設定的swap分割槽空間不足,這個時候需要增加其大小 官方建議在ram是2到4.5g時,swap是ram的2倍 如果ram大於等於4g則swap等於ram即可 檢視當前swap分割槽大小 普通增加方法 給swap...

分割槽 swap分割槽

what?將乙個硬碟驅動器,劃分為若干個邏輯上的驅動器。一般來說,分割槽和 boot分割槽的是必要,swap分割槽的重要的,使用者分割槽是可要的。why?多年前我們就習慣將硬碟分割槽,但是那時候和現在分割槽的理由或不相同。總之分割槽的理由或者說好處,大概有這些。檔案系統限制最大硬碟容量,如00年前後...