Add new partitions to Linux on VMWare Workstation Virtual Machine

Source: Internet
Author: User

The Linux system I installed on wmware workstation. The partition is too small during installation.

Therefore, the installation of the software (WebLogic) fails due to insufficient space.

You need to allocate more space to Linux.

Add a new partition to Linux.

Steps:

1. Open the system on the virtual machine.

2. select Edit virtual mathine settings in the commands Area

3. Click Add in hardware to add a hard disk partition.

At this time, the partition format is not available, and Linux cannot recognize it. Run the fdisk-l command in Linux to view the partition information. This shows your new partition, but it cannot be used because it has no format.

Format:

Run the command: # mkfs. ext3/dev/hdb1 --------------------/dev/hdb1 is the new partition you can view.

You can use it after formatting, but it must be mounted to: Mount/dev/hdb1/mnt/hdb1

In this way, you can install the software you want to install in the new partition.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.