Re: Installing with no swap partition

2009-07-28 Thread Stefan Monnier
> Question 1: In the Debian manual it says a swap partition isn't needed but > recommended for efficiency. Anyone else installed without swap and had > success? Is my installation a ticking time bomb if I don't have a swap > partition? "Recommended for efficiency" clearly means your installation

[SOLVED] Re: Installing with no swap partition

2009-07-27 Thread Mark
Thanks for the help! Mark On Mon, Jul 27, 2009 at 2:46 PM, Boyd Stephen Smith Jr. < b...@iguanasuicide.net> wrote: > In <631fe46c0907271429n387f32bp42606b1755eae...@mail.gmail.com>, Mark > wrote: > >I like this idea of using a swap file instead of partition (for both my > >Debian and Ubuntu mach

Re: Installing with no swap partition

2009-07-27 Thread Boyd Stephen Smith Jr.
In <631fe46c0907271429n387f32bp42606b1755eae...@mail.gmail.com>, Mark wrote: >I like this idea of using a swap file instead of partition (for both my >Debian and Ubuntu machines). Is the following code correct for creating > the swap file (assuming 1 GB swap file size)? > ># dd if=/dev/zero of=/sw

Re: Installing with no swap partition

2009-07-27 Thread Mark
I like this idea of using a swap file instead of partition (for both my Debian and Ubuntu machines). Is the following code correct for creating the swap file (assuming 1 GB swap file size)? # dd if=/dev/zero of=/swapfile bs=1024 count=65536 And would the correct use of mkswap be: # mkswap /swap

Re: Installing with no swap partition

2009-07-27 Thread Jochen Schulz
Mark: > > Question 1: In the Debian manual it says a swap partition isn't needed but > recommended for efficiency. Anyone else installed without swap and had > success? Is my installation a ticking time bomb if I don't have a swap > partition? I ran my previous laptop with 768MB of RAM for seve

Re: Installing with no swap partition

2009-07-27 Thread Boyd Stephen Smith Jr.
In <631fe46c0907271347g341e048udf74d5ee643e1...@mail.gmail.com>, Mark wrote: >A couple of questions (background is below the questions if you want to >read): > >Question 1: In the Debian manual it says a swap partition isn't needed but >recommended for efficiency. Anyone else installed without swa