Ubuntu 16.04
Ubuntu 16.04
Hey everyone, I'm trying to set up Ubuntu 16.04 after removing my old 14.04 installation. I couldn't upgrade using the terminal, so I decided to reinstall from scratch. I followed the guide from a video that showed dual-booting between Ubuntu 14.04 and Windows 8—it worked really well and I'm glad I tried it. In the tutorial, at around minute 6:44, they mention setting up a swap drive. Can you clarify what a swap drive is and whether I actually need one for this setup? I have an i7-4702MQ processor with 3.2 GHz turbo boost, 16 GB RAM, and a GT750-4GB VRAM.
It acts as a secondary storage for your RAM, meaning when space is full, programs switch to the swap partition.
swap is a section on your hard drive or solid-state drive that Linux uses as memory when your actual RAM is nearly full. If your RAM ever runs out (on Linux), having a swap partition becomes crucial. However, using Linux with an SSD makes swap unsuitable since it could harm the drive.