2

I have an Acer Aspire One Cloudbook 14 AO1-431 with a 32GB hard disk. I need help on how to install Lubuntu 18.10 on my laptop. When I try to install it every time it goes in the part where it says where to install Lubuntu on which hard drive. It says to create a partition for installing Lubuntu on, and it is confusing.

1 Answers1

-1

If you don't know about partitions, stop the installations and search online about it.

http://www.control-escape.com/linux/lx-partition.html

Basically your operating system needs three main partition:

root(/): This is where your operations system files go. It uses ext4 file system. I suggest give this area at least 18GB.

swap: This is used as virtual memory. It allows your computer to run complex apps even if you don't have enough physical memory. This partition doesn't have any file system, when you allocate space for it, you should select swap area in file system. You can give this area between 50% and 100% the size of your memory.

home(/home): This is where your personal files go. This partition also uses ext4 file system. Give all the remaining space here.

This will format your hard drive and delete all the files.

Again. If you don't know what you're doing and you have personal data on your Hard Drive, STOP the installation and search online until you're confident about what you're doing.