日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 运维知识 > linux >内容正文

linux

centos根分区扩容方法linux公社,Centos5给/根分区扩容

發布時間:2024/4/17 linux 33 豆豆
生活随笔 收集整理的這篇文章主要介紹了 centos根分区扩容方法linux公社,Centos5给/根分区扩容 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

終于還是找到了.現在將執行代碼貼出來.希望對大家有幫助!

[root@localhost ~]# fdisk /dev/hda3

The number of cylinders for this disk is set to 3916.

There is nothing wrong with that, but this is larger than 1024,

and could in certain setups cause problems with:

1) software that runs at boot time (e.g., old versions of LILO)

2) booting and partitioning software from other OSs

(e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): p

Disk /dev/hda4: 32.2 GB, 32212254720 bytes

255 heads, 63 sectors/track, 3916 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

Disk identifier: 0×000bc363

Device Boot Start End Blocks Id System

/dev/hda1 * 1 25 200781 83 Linux

/dev/hda2 26 1958 15526822+ 8e Linux LVM

/dev/hda3 1959 2610 5237190 8e Linux LVM

Command (m for help): n

Command action

e extended

p primary partition (1-4)

Selected partition 4

First cylinder (2611-3916, default 2611):

Using default value 2611

Last cylinder or +size or +sizeM or +sizeK (2611-3916, default 3916):

Using default value 3916

Command (m for help): t

Partition number (1-4): 4

Hex code (type L to list codes): 8e

Changed system type of partition 4 to 8e (Linux LVM)

Command (m for help): p

Disk /dev/hda: 32.2 GB, 32212254720 bytes

255 heads, 63 sectors/track, 3916 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

Disk identifier: 0×000bc363

Device Boot Start End Blocks Id System

/dev/hda1 * 1 25 200781 83 Linux

/dev/hda2 26 1958 15526822+ 8e Linux LVM

/dev/hda3 1959 2610 5237190 8e Linux LVM

/dev/hda4 2611 3916 10490445 8e Linux LVM

Command (m for help): w

The partition table has been altered!

Calling ioctl() to re-read partition table.

WARNING: Re-reading the partition table failed with error 16: Device or resource busy.

The kernel still uses the old table.

The new table will be used at the next reboot.

Syncing disks.

(注:建議重啟一下CentOS系統)

[root@localhost ~]# pvcreate /dev/hda3

Physical volume “/dev/hda4″ successfully created

[root@localhost ~]# vgextend VolGroup00 /dev/hda3

Volume group “VolGroup00″ successfully extended

[root@localhost ~]# lvextend -l +100%FREE /dev/VolGroup00/LogVol00

Extending logical volume LogVol00 to 28.25 GB

Logical volume LogVol00 successfully resized

[root@localhost ~]# lvresize -l +100%FREE /dev/VolGroup00/LogVol00

New size (904 extents) matches existing size (904 extents)

lvresize: Resize a logical volume

lvresize

[-A|--autobackup y|n]

[--alloc AllocationPolicy]

[-d|--debug]

[-h|--help]

[-i|--stripes Stripes [-I|--stripesize StripeSize]]

{-l|–extents [+|-]LogicalExtentsNumber[%{VG|LV|FREE}] |

-L|–size [+|-]LogicalVolumeSize[kKmMgGtTpPeE]}

[-n|--nofsck]

[-r|--resizefs]

[-t|--test]

[--type VolumeType]

[-v|--verbose]

[--version]

LogicalVolume[Path] [ PhysicalVolumePath... ]

[root@localhost ~]# resize2fs /dev/VolGroup00/LogVol00

resize2fs 1.40.2 (12-Jul-2007)

Filesystem at /dev/VolGroup00/LogVol00 is mounted on /; on-line resizing required

old desc_blocks = 2, new_desc_blocks = 2

Performing an on-line resize of /dev/VolGroup00/LogVol00 to 7405568 (4k) blocks.

The filesystem on /dev/VolGroup00/LogVol00 is now 7405568 blocks long.

總結

以上是生活随笔為你收集整理的centos根分区扩容方法linux公社,Centos5给/根分区扩容的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。