Ich habe eine RHEL6-VM auf meinem Mac OSX installiert. Die gemounteten Geräte ( mount
auf dem VM) sind:
/dev/mapper/sys-root on / type ext4 (rw,noatime)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/sda1 on /boot type ext4 (rw,noatime)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
.host:/ on /mnt/hgfs type vmhgfs (rw,ttl=1)
df -h
gibt:
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/sys-root 17G 16G 653M 96% /
tmpfs 1.8G 0 1.8G 0% /dev/shm
/dev/sda1 237M 65M 160M 29% /boot
.host:/ 466G 252G 215G 54% /mnt/hgfs
/
ist kein Platz mehr und ich würde es gerne erweitern. Auf einer nicht virtuellen Maschine würde ich mit einer Boot-CD neu starten und neu partitionieren.
Gibt es eine Möglichkeit, das VMware-Volume zu vergrößern?