From owner-freebsd-questions@FreeBSD.ORG Thu Sep 12 23:02:30 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 71A05B3E for ; Thu, 12 Sep 2013 23:02:30 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 34AFC2EDE for ; Thu, 12 Sep 2013 23:02:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at BSDLabs AB Message-ID: <52324609.1020005@intersonic.se> Date: Fri, 13 Sep 2013 00:54:01 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130630 Thunderbird/17.0.7 MIME-Version: 1.0 To: FreeBSD Questions Subject: mount: /dev/ada0p1: Device busy Busy with what? Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 23:02:30 -0000 I have apart from the boot drives a SATA disk for storage. Usually I would mount it with mount /dev/ada0p1 /archive but as my last reboot into FreeBSD 9.1-STABLE #0 r252369 I cannot mount the disk, I get mount: /dev/ada0p1: Device busy Well, busy with what? fuser -m /dev/ada0p1 /dev/ada0p1: I REALLY need to acces trhis UFS formatted drive, how can I convice it that everything is ok and it's not really busy with anything? Could anyone please help to sort this please? TIA //per