Swap partition size
entropy
Yah-Der-Hey (Wisconsin)
I used to know this. But what's the recommended size for a linux swap partition? The main partition for linux (Slackware, btw, only install i've had experience with:D) will be around 5 or 6 gigs. I just want this to play around, not for serious, long-term usage.
0
Comments
//edit
Wait, should I use ext 2 or 3? i know i can do it with the Slackware installation, but this is much quicker to do it all in one fell swoop.
Skryking
swap is filesystem type 82 I believe. You 'format' it with mkswap insted of mkfs.ext2.
Use the Reiser file system for your partitions. Swap, as Rob said, is partition type 82 and is done with mkswap.
This depends on your kernel and use. On my workstation, I use ext3 for my /boot and backup partitions and reiser for my / and /home. Sometimes this gets changed around, but that's how it's running ATM.
For servers, I use ext3 almost exclusivly.
The trick is, you MUST have the filesystem type built into the kernel and not as a module to read the /boot partition. After that, you can load modules and use other file systems. Depending on the kernel, and who rolled it, reiser is not always present. So, for production I still stick with ext3. In real world use, they are both great.