VMWarelinux虚拟机扩容
首先通过VMWare修改虚拟机参数,增加虚拟机磁盘空间(请参考相关资料),其次在虚拟机中加入扩容的磁盘空间。
1、使用parted查看可分配的空间
[root@stest ~]# parted
GNU Parted 1.8.1
使用 /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print free
Model: VMware Virtual disk (scsi)
Disk /dev/sda: 38.7GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system 标志
1 32.3kB 107MB 107MB 主分区 ext3 启动
2 107MB 17.2GB 17.1GB 主分区 lvm
17.2GB 38.7GB 21.5GB Free Space
可以看到有新增加的21.5GB的空间尚未被分配。
2、使用fdisk -l查看磁盘分区
[root@stest ~]# fdisk -l
Disk /dev/sda: 38.6 GB, 38654705664 bytes
255 heads, 63 sectors/track, 4699 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 2088 16667437+ 8e Linux LVM
3、查看磁盘分区,先输入fdisk /dev/sda,接着输入p,显示磁盘空间分配情况,可见已分配2088个柱面,共有4699个柱面。
[root@stest ~]# fdisk /dev/sda
The number of cylinders for this disk is set to 4699.
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/sda: 38.6 GB, 38654705664 bytes
255 heads, 63 sectors/track, 4699 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 2088 16667437+ 8e Linux LVM
4、创建新的磁盘分区,将新的磁盘分区设置为扩展分区,这里分区数为3,起始柱面使用缺省值2089,结束柱面使用缺省值4699,最后输入w,保存修改。
Command (m for help): n
Command action
e extended
p primary partition (1-4)
e
Partition number (1-4): 3
First cylinder (2089-4699, default 2089):
Using default value 2089
Last cylinder or +size or +sizeM or +sizeK (2089-4699, default 4699):
Using default value 4699
Command (m for help): w
The partition table has been altered!
保存完成后重启服务器。
5、在扩展分区上创建逻辑分区,输入n,选l创建逻辑分区,起始柱面、结束柱面号直接敲回车,使用缺省值,只建一个逻辑分区,最后输入w保存修改。
Command (m for help): n
Command action
l logical (5 or over)
p primary partition (1-4)
相关新闻>>
- 在VMware虚拟机中安装中文版Win7系统详细教程 附虚拟机下载
- 虚拟机无法联网解决方法
- 虚拟机VMWare“提示:软件虚拟化与此平台上的长模式不兼容”的解
- Virtualbox虚拟机安装CentOS6.5图文详细教程
- VMware虚拟机平台的网络配置(RHEL5)
- VMware虚拟机上网络连接(networktype)的三种模式--bridged、ho
- Vbox虚拟机下如何登陆Windows2008
- 解决VMWARE虚拟机安装64位系统“此主机支持IntelVT-x,但IntelVT
- 在虚拟机上建64位操作系统:此主机支持IntelVT-x,但IntelVT-x处
- Vmware虚拟机的网络连接的桥接模式
- 发表评论
-
- 最新评论 更多>>