彈性云升級系統(tǒng)盤后擴容系統(tǒng)分區(qū)大小- 云主機/vps,虛擬主機域名注冊-常見問題,虛擬主機,網(wǎng)頁制作,域名注冊,主機,企業(yè)郵局,主頁空間,個人主頁,網(wǎng)絡(luò)實名,主機托管,網(wǎng)站建設(shè),域名">

www.欧美-www.欧美.com-www.欧美com-www.欧美黄色-久热爱精品视频在线观看久爱-久热福利

  • 購物車  0

    我的購物車

    0 件商品,共計 0
    去購物車結(jié)算
  • 最新公告 

    未讀消息 :  忽略

    查看全部

  • 常見問題
  • 有問必答
  • 網(wǎng)站備案

歡迎您來到禾城數(shù)碼,開始互聯(lián)網(wǎng)之旅!

彈性云升級系統(tǒng)盤后擴容系統(tǒng)分區(qū)大小

windows系統(tǒng):

彈性云升級C盤大小后,系統(tǒng)不會自動擴容C盤大小,需按照一下操作完成擴容,擴容前,請關(guān)閉服務(wù)器虛擬內(nèi)存和mysql及mssql服務(wù),避免因擴容造成數(shù)據(jù)損壞


Win2008系統(tǒng)或者Win2012手工操作擴容:

首先請檢查您要擴展到的分區(qū)是否有設(shè)置虛擬內(nèi)存,如果有請先取消虛擬內(nèi)存,并重啟。

重啟后點擊開始--運行,輸入cmd,進入命令窗口,如圖:

blob.png

依次輸入以下命令:

diskpart              回車
list  volume         回車(顯示卷,找到C盤卷號,如:卷1)
select volume 1   回車(1在這里表示C盤卷標(biāo))
extend                回車(表示將余下的空間全部增加到C盤)

操作流程如圖(紅色方框中是輸入的命令):

blob.png


Win2003系統(tǒng)使用下列方法擴容C盤:

1.下載分區(qū)調(diào)整.rar 

下載報錯到D盤(必須),然后解壓到D盤

blob.png

2.雙擊launcher.exe 運行分區(qū)調(diào)整

blob.png

3.接下來,將C盤大小調(diào)整,如下圖

QQ圖片20150318113953.png

點擊是,然后點擊

軟件頂部blob.png

等待執(zhí)行完成,即可完成C盤擴容


linux系統(tǒng):

紅色為您要鍵入的指令,綠色為需要注意的內(nèi)容,藍(lán)色為說明


特別提醒:刪除分區(qū)后一定要先建立分區(qū)再保存,刪除后點了保存會導(dǎo)致數(shù)據(jù)丟失,如果對linux不熟悉的,建議提交維護工單我司手工處理,費用30元。該操作有風(fēng)險,為避免誤操作導(dǎo)致數(shù)據(jù)丟失,操作前請對您的重要數(shù)據(jù)進行備份!

[root@ebs ~]#yum -y install gdisk        //安裝分區(qū)工具

[root@ebs ~]#gdisk /dev/vda        //操作根分區(qū)磁盤

Command (? for help): p    //查看分區(qū)

Disk /dev/vda: 104857600 sectors, 50.0 GiB

Logical sector size: 512 bytes

Disk identifier (GUID): B7172F0B-2C30-4535-981D-F0ED8B4A6065

Partition table holds up to 128 entries

First usable sector is 34, last usable sector is 104857566

Partitions will be aligned on 2048-sector boundaries

Total free space is 41945021 sectors (20.0 GiB)


Number  Start (sector)    End (sector)  Size       Code  Name

   1            2048        62914559   30.0 GiB    8300  Linux filesystem    //注意這個值

Command (? for help): d        //刪除分區(qū)

Using 1


Command (? for help): 1

b       back up GPT data to a file

c       change a partition's name

d       delete a partition

i       show detailed information on a partition

l       list known partition types

n       add a new partition

o       create a new empty GUID partition table (GPT)

p       print the partition table

q       quit without saving changes

r       recovery and transformation options (experts only)

s       sort partitions

t       change a partition's type code

v       verify disk

w       write table to disk and exit

x       extra functionality (experts only)

?       print this menu


Command (? for help): n

Partition number (1-128, default 1): 1

First sector (34-104857566, default = 2048) or {+-}size{KMGTP}: 2048   //剛才記錄的

Last sector (2048-104857566, default = 104857566) or {+-}size{KMGTP}:   //直接回車

Current type is 'Linux filesystem'

Hex code or GUID (L to show codes, Enter = 8300):            //直接回車

Changed type of partition to 'Linux filesystem'


Command (? for help): w


Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING

PARTITIONS!!


Do you want to proceed? (Y/N): y

OK; writing new GUID partition table (GPT) to /dev/vda.

Warning: The kernel is still using the old partition table.

The new table will be used at the next reboot.

The operation has completed successfully.


[root@ebs ~]#reboot                        //重啟讓分區(qū)生效

[root@ebs ~]#resize2fs -f /dev/vda1                 //開始擴容根分區(qū)

resize2fs -f /dev/vda1

resize2fs 1.41.12 (17-May-2010)

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

old desc_blocks = 2, new_desc_blocks = 4

Performing an on-line resize of /dev/vda1 to 13106939 (4k) blocks.

The filesystem on /dev/vda1 is now 13106939 blocks long.


[root@ebs ~]#df -vh                            //完成,查看新的根分區(qū)大小




來源: 禾城數(shù)碼
閱讀:6744
日期:2015/12/13

  >> 相關(guān)文章
 
Top

客服熱線

0573-80897175

主站蜘蛛池模板: 日本三级中文 | 天堂在线看| 中文字幕乱码二三区免费 | 不卡精品国产_亚洲人成在线 | 免费一级欧美片片线观看 | 欧美一卡二卡3卡4卡无卡免费 | 国产中的精品一区的 | 在线观看免费 | 久久中文字幕亚洲精品最新 | 日本精高清区一 | 校园春色国产精品 | 男人边吃奶边摸下面好爽视频 | 日本性欧美 | 国产亚洲人成在线影院 | 国产五月 | 亚洲综合图片人成综合网 | free xxx性欧美hd | 亚洲视频精品在线 | 日本一区二区三区免费看 | 欧美日本不卡 | free性欧美xxx狂欢 | 一级做a级爰片性色毛片视频 | 中文字幕乱码中文字幕 | 国产视频一二三区 | 日本亚洲乱码中文字幕影院 | 一区二区三区 日韩 | 黄色专区| 91丨九色丨首页在线观看 | 国产视频h | 欧美视频一 | 国产精品v欧美精品v日韩 | 亚洲不卡视频 | 在线观看www视频 | 中国美女牲交一级毛片 | h视频免费高清在线观看 | 男人把大ji巴放进男人免费视频 | 日本天堂视频 | 视频在线观看免费视频 | 性xxx欧美 | 亚洲国产精品久久卡一 | 操你综合 |