F5F Stay Refreshed Software Operating Systems Ubuntu 16.04

Ubuntu 16.04

Ubuntu 16.04

M
MinePoeka
Junior Member
13
12-06-2016, 05:16 PM
#1
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.
M
MinePoeka
12-06-2016, 05:16 PM #1

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.

C
84
12-07-2016, 01:47 AM
#2
It acts as a secondary storage for your RAM, meaning when space is full, programs switch to the swap partition.
C
CQC_Apocalypse
12-07-2016, 01:47 AM #2

It acts as a secondary storage for your RAM, meaning when space is full, programs switch to the swap partition.

J
Jostorak
Member
235
12-07-2016, 07:22 AM
#3
It functions similarly to the Windows pagefile. When RAM is exhausted, swapping takes over. While setting up partitions, consider installing root on another drive entirely, allowing you to format only the /root area while preserving your other files.
J
Jostorak
12-07-2016, 07:22 AM #3

It functions similarly to the Windows pagefile. When RAM is exhausted, swapping takes over. While setting up partitions, consider installing root on another drive entirely, allowing you to format only the /root area while preserving your other files.

B
Blobbers98
Junior Member
23
12-07-2016, 10:42 AM
#4
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.
B
Blobbers98
12-07-2016, 10:42 AM #4

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.