root
and check the disks and mounts with df -h
. You see output similar to:Edit Settings
.SUSE Linux Enterprise Server
e
to edit the boot behavior.kernel /vmlinuz
e
to edit the kernel line.init=/bin/sh
to the end of the line, separated by a space from the prior parameter.b
to boot the virtual machine into single user mode.fdisk /dev/sda
to begin manipulating the partition table.d
to start the process of deleting the partition table information for the root partition.3
to specify the root partition.n
to rebuild the partition table information for the root partition.p
to specify a primary partition. a
to start the process of marking the root partition as bootable.3
to specify the root partition.w
to write the updated partition table.root
.resize2fs /dev/sda3
df -h