From owner-freebsd-questions@FreeBSD.ORG Thu Dec 11 11:07:39 2003 Return-Path: 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 E03D916A4CE for ; Thu, 11 Dec 2003 11:07:39 -0800 (PST) Received: from tomts13-srv.bellnexxia.net (tomts13-srv.bellnexxia.net [209.226.175.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DF4543D2C for ; Thu, 11 Dec 2003 11:07:38 -0800 (PST) (envelope-from dlavigne6@sympatico.ca) Received: from genisis ([64.230.81.232]) by tomts13-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031211190737.VZWM4889.tomts13-srv.bellnexxia.net@genisis> for ; Thu, 11 Dec 2003 14:07:37 -0500 Date: Thu, 11 Dec 2003 14:09:14 -0500 (EST) From: Dru X-X-Sender: dlavigne6@genisis To: questions@freebsd.org Message-ID: <20031211140728.S637@genisis> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: umounting / X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2003 19:07:40 -0000 Is this the only way to unmount the root filesystem: umount -a When I try "umount /", I get this error: umount: unmount of / failed: Invalid argument The manpage doesn't give any hints on why that argument is invalid... Dru