Linux 虚拟机扩容

由于在装软件,原来的20G空间不够使用,需要扩容操作。

1.关闭虚拟机

2.点击编辑虚拟机设置

选中硬盘,添加,硬盘,推荐,确定大小,完成。

2.启动虚拟机

查看磁盘使用情况:

[[email protected] ~]# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda2        18G  3.0G   14G  18% /
tmpfs           931M   80K  931M   1% /dev/shm
/dev/sda1       291M   39M  238M  14% /boot
/dev/sr0        3.6G  3.6G     0 100% /media/RHEL_6.5 x86_64 Disc 1

查看我们新的磁盘

对新加的硬盘进行分区,格式化,因为我的磁盘名称是/dev/sdb,所以输入 fdisk /dev/sdb命令:

[[email protected] ~]#  fdisk /dev/sdb
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel with disk identifier 0xc2e1095b.
Changes will remain in memory only, until you decide to write them.
After that, of course, the previous content won‘t be recoverable.

Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)

WARNING: DOS-compatible mode is deprecated. It‘s strongly recommended to
         switch off the mode (command ‘c‘) and change display units to
         sectors (command ‘u‘).

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): n
Command action
   e   extended
   p   primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-652, default 1): 1
Last cylinder, +cylinders or +size{K,M,G} (1-652, default 652):
Using default value 652

Command (m for help): p

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: 0xc2e1095b

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1         652     5237158+  83  Linux

Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.
Syncing disks.

下一步,查看

格式化:

待完成

。。。。眼疼的一笔

原文地址:https://www.cnblogs.com/hello-wei/p/11235157.html

时间: 2024-11-09 00:20:57

Linux 虚拟机扩容的相关文章

VMWare linux 虚拟机扩容

首先通过VMWare修改虚拟机参数,增加虚拟机磁盘空间(请参考相关资料),其次在虚拟机中加入扩容的磁盘空间. 1.使用parted查看可分配的空间 [[email protected] ~]# 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)

(转)vmware下给linux虚拟机扩容

“Well, here’s another fine mess you’ve gotten me into” Let us pretend that you have an Ubuntu Server which has been running for several years and it has been doing it’s assigned task(s) nicely, until one day you make a change to your methodology/assu

给EXSI虚拟机中linux硬盘扩容

给EXSI虚拟机中linux硬盘扩容 post by rocdk890 / 2015-5-18 14:45 Monday linux技术 发表评论 今天公司同事过来给我说要求把公司的exsi服务器上的一台虚拟机硬盘扩大,好吧,连上exsi后,直接在原来的硬盘40G上加了20G,等我添加完后,同事才告诉我那台是linux的系统,好吧,只能连上ssh来更改了.下面就是我用另外一台虚拟机来做的实验.   系统:centos 5.x1.exsi扩容图扩容前:扩容后:2.分区前准备yum -y insta

Linux Centos虚拟机扩容

Linux Centos虚拟机扩容(/dev/mapper/centos-root) 1:.首先查看我们的根分区大小是多少 df -h 文件系统 类型 容量 已用 可用 已用% 挂载点``/dev/mapper/centos-root xfs 18G ``1``.1G 17G ``6``% /``devtmpfs devtmpfs 479M ``0` `479M ``0``% /dev``tmpfs tmpfs 489M ``0` `489M ``0``% /dev/shm``tmpfs tmp

为Xen虚拟机扩容根文件系统(LVM)

===== 为Xen虚拟机扩容根文件系统(LVM) ===== 1. 增加1个4G的映像文件 # dd if=/dev/zero of=data.img bs=4k seek=1024k count=1 2. 更改虚拟机配置: disk = [ "tap:aio:/xen_images/xen_centos6.5x64/centos6.5x64.img,xvda,w", "tap:aio:/xen_images/xen_centos6.5x64/data.img,xvdb,w

VmWare Workstation 关于Linux 虚拟机快照或克隆后 识别不到网卡问题

当我们在用VmWare Workstation 做Linux测试时,做的快照或克隆,重新启动虚拟机后,会识别不到网卡,我们只需做如下操作,让Linux自动识别到网卡. [[email protected] rules.d]# pwd/etc/udev/rules.d[[email protected] rules.d]# lltotal 36-rw-r--r--. 1 root root 1652 Nov 12  2010 60-fprint-autosuspend.rules-rw-r--r-

解决在Vmare workstation中,Linux虚拟机无法ping通网关的问题

前言: 我之前用的是桥接模式配置,ip地址可以ping通,网关怎么都ping不通.我们不妨转换一个思路,把桥接模式改成NAT模式. (1) 修改Linux虚拟机网络适配器模式为NAT模式 (2) 修改虚拟网络编辑器 查看DHCP设置,192.168.31.128---192.168.31.254 (3) 修改Linux的网卡配置文件 BOOTPROTO=DHCP IPADDR=192.168.31.129 NETMASK=255.255.255.0 GATWAY=192.168.31.1 (4)

如何在Linux虚拟机中配置rabbitMQ

1.配置Erlang环境的linux虚拟机 配置的步骤直接上图: 2.rabiitMQ安装到linux 直接上图:      2.1安装MQ 2.2修改rabbitMQ的配置文件 2.3开启后台管理插件: 2.4 开启对外端口两个,一个时服务中心的,一个是程序访问的(或者直接关闭防火墙): 2.5启动服务器 2.6这样通过你的虚拟机IP+端口号15672就可以访问了 2.7添加用户: 2.8添加Virtual Host 2.9  在Virtual Host中添加有权限操作的用户 2.10配完之后

Windows和linux虚拟机之间联网实现SSH远程连接以及VMware的3种网络模式[NAT、桥接和Host-only]

Windows和linux虚拟机之间联网实现SSH远程连接以及VMware的3种网络模式[NAT.桥接和Host-only] 作者:天齐 一.Windows和linux虚拟机之间联网实现SSH远程连接 假如我们要给主机名为mini1的虚拟机配置ip地址,需要以下几个步骤: 在linux上查看ip地址,如果linux服务器有ip地址,让它的ip地址和windows的ip地址在同一个网段,它们之间才能联网.在linux上查看ip地址的命令为"ifconfig": 发现eth0网卡没有配置i