VMware's installation uses
Linux System Partitioning
Linux system Installation
Remote Login Administration Tool
-------------------------------------------------------------
The VMware installation process is omitted: Learn more about virtual machine snapshots, clones, three different ways to connect virtual networks, VMware tools, virtual network Editor, hardware tuning,
Linux system partition: Primary partition up to 4, extended partition up to one, primary partition plus expansion partition up to 4, extended partition can not format and write data. On extended partitions, logical partitions can be partitioned again, and logical partitions can be formatted and written to data normally. The purpose of the format is to write to the file system and divide the hard disk into equal-sized chunks. Each file of a data block has an I node number. The database default size is 4KB. Linux default supported file system EXT4. After formatting is complete, you will also need to name the device.
Ide--/dev/hda SATA and USB--/DEV/SDA CD-ROM--/dev/cdrom or/dev/sr0 mouse--/dev/mouse pin printer--/DEV/LP
root partition and swap partition
Partitioning---Formatting-name each partition-automatically mount (modify/etc/fstab file)
The process of installing Linux on a virtual machine is omitted;
Linux system installation (ii)