Need assistance with Debian 8.5 partitions?
Need assistance with Debian 8.5 partitions?
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.
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.
The purpose is to understand what's being asked, and I recall a point about needing more RAM.
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.
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.