From owner-freebsd-stable@FreeBSD.ORG Sun Nov 7 10:46:53 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DBEF16A4CE for ; Sun, 7 Nov 2004 10:46:53 +0000 (GMT) Received: from auk1.snu.ac.kr (auk1.snu.ac.kr [147.46.100.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11BE843D2F for ; Sun, 7 Nov 2004 10:46:53 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (spamrefuse@yahoo.com) by auk1.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004110719:46:32:392601.15450.2881108912 for ; Sun, 07 Nov 2004 19:46:32 +0900 (KST) Message-ID: <418DFD15.2010409@yahoo.com> Date: Sun, 07 Nov 2004 19:46:45 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041017 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: YES-__TRSYS_LV__3 (SR:-7.32) (SRN:SPAMROBOT) ----------------- Subject: using only swap file without swap partition: OK? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 10:46:53 -0000 Hi, With 5.3 it has become much easier to add swap as a regular file, remove it later, or add a bigger or smaller one instead. The swap partition always causes me little headache: once the size is choosen at partitioning during install, it's fixed. I can't size it up or down anymore, unless I go fiddling with the partition table, which I desperately like to avoid. So, why not using swapfile without swap partition at all. Have it on a big partition with lots of space. If there's a problem with the space, I can easily move the swap elsewhere. A swapfile is so much more flexible. Is there a downside of not using swap partition, and have only swapfile instead? Thanks, Rob.