Chinaunix

标题: 虚拟机的硬盘空间快满了,除了重装,有其他办法吗? [打印本页]

作者: xyb_yuan    时间: 2014-11-04 19:10
标题: 虚拟机的硬盘空间快满了,除了重装,有其他办法吗?
vmware server虚拟机,安装时规划的硬盘空间太小。
作者: chenyx    时间: 2014-11-04 20:18
你的虚拟机系统分区要是lvm格式的话,可以给虚拟机添加一块虚拟硬盘,进行扩容
作者: gudeyang    时间: 2014-11-04 20:38
可以添加硬盘的啊,做个raid,lvm都可以增加硬盘大小,
作者: gudeyang    时间: 2014-11-04 20:38
可以添加硬盘的啊,做个raid,lvm都可以增加硬盘大小,
作者: shang2010    时间: 2014-11-06 08:53
以前遇到过,建议客户重装,装一个精简的系统我们定制去
作者: shang2010    时间: 2014-11-06 08:54
客户机器上,跑web服务的,gnome都装得满满的
作者: TianShiYuEr    时间: 2014-11-07 12:16
本帖最后由 TianShiYuEr 于 2014-11-07 12:28 编辑

"c:\Program Files (x86)\VMware\VMware Workstation\vmware-vdiskmanager.exe" -x 100GB "e:\Backup\Virtual Machines\Fedora\Fedora.vmdk"

扩展到100GB

VMware Virtual Disk Manager - build 2249910.
Usage: vmware-vdiskmanager.exe OPTIONS <disk-name> | <mount-point>
Offline disk manipulation utility
  Operations, only one may be specified at a time:
     -c                   : create disk.  Additional creation options must be specified.  Only local virtual disks can be created.
     -d                   : defragment the specified virtual disk. Only local virtual disks may be defragmented.
     -k                   : shrink the specified virtual disk. Only local virtual disks may be shrunk.
     -n <source-disk>     : rename the specified virtual disk; need to specify destination disk-name. Only local virtual disks may be renamed.
     -p                   : prepare the mounted virtual disk specified by the mount point for shrinking.
     -r <source-disk>     : convert the specified disk; need to specify destination disk-type.  For local destination disks the disk type must be specified.
     -x <new-capacity>    : expand the disk to the specified capacity. Only local virtual disks may be expanded.
     -R                   : check a sparse virtual disk for consistency and attempt to repair any errors.
     -e                   : check for disk chain consistency.
     -D                   : make disk deletable.  This should only be used on disks that have been copied from another product.

  Other Options:
     -q                   : do not log messages

  Additional options for create and convert:
     -a <adapter>         : (for use with -c only) adapter type (ide, buslogic, lsilogic). Pass lsilogic for other adapter types.
     -s <size>            : capacity of the virtual disk
     -t <disk-type>       : disk type id

  Disk types:
      0                   : single growable virtual disk
      1                   : growable virtual disk split in 2GB files
      2                   : preallocated virtual disk
      3                   : preallocated virtual disk split in 2GB files
      4                   : preallocated ESX-type virtual disk
      5                   : compressed disk optimized for streaming
      6                   : thin provisioned virtual disk - ESX 3.x and above

     The capacity can be specified in sectors, KB, MB or GB.
     The acceptable ranges:
                           ide/scsi adapter : [1MB, 8192.0GB]
                           buslogic adapter : [1MB, 2040.0GB]
        ex 1: vmware-vdiskmanager.exe -c -s 850MB -a ide -t 0 myIdeDisk.vmdk
        ex 2: vmware-vdiskmanager.exe -d myDisk.vmdk
        ex 3: vmware-vdiskmanager.exe -r sourceDisk.vmdk -t 0 destinationDisk.vmdk
        ex 4: vmware-vdiskmanager.exe -x 36GB myDisk.vmdk
        ex 5: vmware-vdiskmanager.exe -n sourceName.vmdk destinationName.vmdk
        ex 6: vmware-vdiskmanager.exe -r sourceDisk.vmdk -t 4 -h esx-name.mycompany.com \
              -u username -f passwordfile "[storage1]/path/to/targetDisk.vmdk"
        ex 7: vmware-vdiskmanager.exe -k myDisk.vmdk
        ex 8: vmware-vdiskmanager.exe -p <mount-point>
              (A virtual disk first needs to be mounted at <mount-point>)

作者: cu_shell    时间: 2014-11-08 00:42
再给虚拟机加磁盘空间
作者: action08    时间: 2014-11-08 07:20
本帖最后由 action08 于 2014-11-08 14:43 编辑

恩,问题这样还要在虚拟机里修改分区表,麻烦啊

如果用lvm就好多了




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2