F5F Stay Refreshed Software Operating Systems Need assistance with Debian 8.5 partitions?

Need assistance with Debian 8.5 partitions?

Need assistance with Debian 8.5 partitions?

W
Woely
Member
108
07-13-2023, 04:39 PM
#1
I’m setting up Debian on a USB drive, but I’m not sure how to create the necessary partitions. For storing files, I plan to use a 30 GiB partition. On the screenshots you mentioned, there’s an option labeled “use as:” which lets you choose how to format it. The different choices will show up when you click on them. This should give you a clear idea of what each partition is intended for.
W
Woely
07-13-2023, 04:39 PM #1

I’m setting up Debian on a USB drive, but I’m not sure how to create the necessary partitions. For storing files, I plan to use a 30 GiB partition. On the screenshots you mentioned, there’s an option labeled “use as:” which lets you choose how to format it. The different choices will show up when you click on them. This should give you a clear idea of what each partition is intended for.

M
murderman25
Member
168
08-01-2023, 08:17 AM
#2
It seems you're referring to setting up a storage layout for your Flash drive. You should start by creating a root partition using the EXT4 journaling file system and mount it at the desired location, such as "/". Then, set up a swap partition to act as an additional memory area, aiming for at least 2GB to ensure smooth operation.
M
murderman25
08-01-2023, 08:17 AM #2

It seems you're referring to setting up a storage layout for your Flash drive. You should start by creating a root partition using the EXT4 journaling file system and mount it at the desired location, such as "/". Then, set up a swap partition to act as an additional memory area, aiming for at least 2GB to ensure smooth operation.

T
TheTrueGeek
Member
217
08-01-2023, 04:44 PM
#3
The purpose is to understand what's being asked, and I recall a point about needing more RAM.
T
TheTrueGeek
08-01-2023, 04:44 PM #3

The purpose is to understand what's being asked, and I recall a point about needing more RAM.

D
Deurman
Member
120
08-01-2023, 11:24 PM
#4
This was once a common guideline but now it’s often acceptable or even unnecessary. A swap partition functions similarly to a page file in Windows—it keeps data in memory when you run out of RAM and can help with shutdowns, much like HIBERFIL.SYS does on Windows.
D
Deurman
08-01-2023, 11:24 PM #4

This was once a common guideline but now it’s often acceptable or even unnecessary. A swap partition functions similarly to a page file in Windows—it keeps data in memory when you run out of RAM and can help with shutdowns, much like HIBERFIL.SYS does on Windows.

F
flyer78
Senior Member
425
08-13-2023, 07:07 PM
#5
If you have 6 GB of RAM, you typically receive around 8 GB of swap space.
F
flyer78
08-13-2023, 07:07 PM #5

If you have 6 GB of RAM, you typically receive around 8 GB of swap space.

P
PrestonNguyen
Member
218
08-14-2023, 01:12 AM
#6
RAM performance depends on how much data your system needs to store temporarily. Running out means your computer will stop working, so having extra memory isn't always necessary—just enough for a buffer is ideal. A small amount like 2 GB usually suffices, though it's important that the swap space matches your active RAM usage. On Linux, swap also helps with hibernation, so it must be sized appropriately to avoid issues. Unless you have limited storage, 6 GB is reasonable; otherwise, reduce it to 4 or 2 GB for better efficiency.
P
PrestonNguyen
08-14-2023, 01:12 AM #6

RAM performance depends on how much data your system needs to store temporarily. Running out means your computer will stop working, so having extra memory isn't always necessary—just enough for a buffer is ideal. A small amount like 2 GB usually suffices, though it's important that the swap space matches your active RAM usage. On Linux, swap also helps with hibernation, so it must be sized appropriately to avoid issues. Unless you have limited storage, 6 GB is reasonable; otherwise, reduce it to 4 or 2 GB for better efficiency.

A
A_Piggy
Member
211
08-24-2023, 12:40 PM
#7
That's all I needed. Thanks, everyone!
A
A_Piggy
08-24-2023, 12:40 PM #7

That's all I needed. Thanks, everyone!