日本综合一区二区|亚洲中文天堂综合|日韩欧美自拍一区|男女精品天堂一区|欧美自拍第6页亚洲成人精品一区|亚洲黄色天堂一区二区成人|超碰91偷拍第一页|日韩av夜夜嗨中文字幕|久久蜜综合视频官网|精美人妻一区二区三区

RELATEED CONSULTING
相關咨詢
選擇下列產(chǎn)品馬上在線溝通
服務時間:8:30-17:00
你可能遇到了下面的問題
關閉右側工具欄

新聞中心

這里有您想知道的互聯(lián)網(wǎng)營銷解決方案
虛擬機CentOS系統(tǒng)硬盤擴容

裝好centos后,發(fā)現(xiàn)空間太小,怎樣才能增加硬盤容量?那就是再建一個硬盤:

在萊山等地區(qū),都構建了全面的區(qū)域性戰(zhàn)略布局,加強發(fā)展的系統(tǒng)性、市場前瞻性、產(chǎn)品創(chuàng)新能力,以專注、極致的服務理念,為客戶提供成都網(wǎng)站建設、網(wǎng)站建設 網(wǎng)站設計制作按需定制設計,公司網(wǎng)站建設,企業(yè)網(wǎng)站建設,成都品牌網(wǎng)站建設,成都全網(wǎng)營銷,成都外貿(mào)網(wǎng)站建設,萊山網(wǎng)站建設費用合理。

打開虛擬經(jīng)濟的設置添加硬盤

查看現(xiàn)有的磁盤空間

fdisk -l

[root@localhost ~]# fdisk -l

Disk /dev/sda: 21.5 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000e4bd8

  Device Boot      Start        End      Blocks  Id  System
/dev/sda1  *          1          64      512000  83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2              64        2611    20458496  8e  Linux LVM

Disk /dev/sdb: 5368 MB, 5368709120 bytes
255 heads, 63 sectors/track, 652 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

我添加的是/dev/sdb

給新加的硬盤進行分區(qū)

fdisk /dev/sdb

輸入m ,可以查看幫助信息

Command (m for help): m
Command action
  a  toggle a bootable flag
  b  edit bsd disklabel
  c  toggle the dos compatibility flag
  d  delete a partition
  l  list known partition types
  m  print this menu
  n  add a new partition
  o  create a new empty DOS partition table
  p  print the partition table
  q  quit without saving changes
  s  create a new empty Sun disklabel
  t  change a partition's system id
  u  change display/entry units
  v  verify the partition table
  w  write table to disk and exit
  x  extra functionality (experts only)

Command (m for help):

增加新的分區(qū)

command (m for help):n

選擇基本信息分區(qū),輸入:p

Command (m for help): n
Command action
  e  extended
  p  primary partition (1-4)

回車

 First cylinder (1-15908,default 1):Enter
(這是回車是指分的默認大?。?br />    寫入并退出
        command (m for help):w

然后格式化磁盤分區(qū)
 用ext4格式對/dev/sdb1進入格式化

mkfs.ext4 /dev/sdb1

[root@localhost ~]# mkfs.ext4 /dev/sdb
mke2fs 1.41.12 (17-May-2010)
/dev/sdb is entire device, not just one partition!
無論如何也要繼續(xù)? (y,n) y
/dev/sdb 已經(jīng)掛載;will not make a 文件系統(tǒng) here!
[root@localhost ~]#

因為我的擴展盤符已經(jīng)掛上去了,在占用狀態(tài)。

掛載分區(qū)

先創(chuàng)建一個掛載點

mkdir  /work

mount -t ext4 /dev/sdb1/work

查看掛載狀態(tài)

df -h

[root@localhost ~]# df -h
Filesystem                    Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup-lv_root  18G  11G  6.2G  63% /
tmpfs                        932M  72K  932M  1% /dev/shm
/dev/sda1                    485M  40M  421M  9% /boot
/dev/sdb                      5.0G  138M  4.6G  3% /work
[root@localhost ~]#

將掛載的目錄加入開機自動掛載

  /dev/sdb1 /work ext4 errors=remount-ro 0 1

完成。


當前文章:虛擬機CentOS系統(tǒng)硬盤擴容
標題網(wǎng)址:http://www.dlmjj.cn/article/cojesdo.html