From owner-freebsd-questions Sat Jul 13 14:25: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AF8837B400 for ; Sat, 13 Jul 2002 14:25:00 -0700 (PDT) Received: from radix.cryptio.net (radix.cryptio.net [199.181.107.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AA5443E31 for ; Sat, 13 Jul 2002 14:25:00 -0700 (PDT) (envelope-from emechler@radix.cryptio.net) Received: from radix.cryptio.net (localhost [127.0.0.1]) by radix.cryptio.net (8.12.3/8.12.3) with ESMTP id g6DLOuYt084898 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 13 Jul 2002 14:24:56 -0700 (PDT) (envelope-from emechler@radix.cryptio.net) Received: (from emechler@localhost) by radix.cryptio.net (8.12.3/8.12.3/Submit) id g6DLOuFk084897; Sat, 13 Jul 2002 14:24:56 -0700 (PDT) Date: Sat, 13 Jul 2002 14:24:56 -0700 From: Erick Mechler To: Holt Grendal Cc: questions@FreeBSD.ORG Subject: Re: Unloading Kernel Modules Message-ID: <20020713212456.GC54898@techometer.net> References: <20020713023341.71837.qmail@web11605.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020713023341.71837.qmail@web11605.mail.yahoo.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :: My kernal has these modules loaded: :: :: > kldstat :: Id Refs Address Size Name :: 1 3 0xc0100000 1bb548 kernel :: 2 1 0xc5b8d000 14000 linux.ko :: 7 1 0xc7bee000 3000 vn.ko :: Is it safe to Unload them or will this Crash the system? You only need the linux module if you want to run Linux binaries on your FreeBSD system. Some common apps that need this are Acroread, StarOffice, etc. The vn(4) is used, for example, to create swapfiles on your filesystems. You can disable loading of the linux module by setting linux_enable="NO" in /etc/rc.conf, and you can check what's using the vn driver with the vnconfig(8) utility. --Erick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message