From owner-freebsd-questions@FreeBSD.ORG Thu Jun 7 05:40:38 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A17FA106564A for ; Thu, 7 Jun 2012 05:40:38 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) by mx1.freebsd.org (Postfix) with ESMTP id 6B44F8FC12 for ; Thu, 7 Jun 2012 05:40:38 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id q575eViY013281 for ; Wed, 6 Jun 2012 23:40:31 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <4FD03ECF.3030500@dreamchaser.org> Date: Wed, 06 Jun 2012 23:40:31 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120528 Thunderbird/12.0.1 MIME-Version: 1.0 To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Wed, 06 Jun 2012 23:40:31 -0600 (MDT) Subject: mount failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@dreamchaser.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2012 05:40:38 -0000 Running under X with xfce, just did this: gpart show -l da0 gpart delete -i 1 da0 gpart destroy da0 gpart create -s GPT da0 gpart bootcode -b /boot/pmbr da0 gpart add -t freebsd-boot -i 1 -s 512K -l gptboot da0 gpart bootcode -b /boot/gptboot -i 1 da0 gpart add -t freebsd-ufs -a 4K -s 35G -i 2 -l fbsdroot da0 gpart add -t freebsd-swap -a 4K -s 512M -i 3 -l fbsdswap da0 gpart add -t freebsd-ufs -a 4K -s 1G -i 4 -l fbsdvar da0 gpart add -t freebsd-ufs -a 4K -s 512M -i 5 -l fbsdtmp da0 gpart add -t freebsd-ufs -a 4K -s 893G -i 6 -l fbsdusr da0 newfs /dev/gpt/fbsdroot newfs -U /dev/gpt/fbsdvar newfs -U /dev/gpt/fbsdtmp newfs -U /dev/gpt/fbsdusr mount /dev/gpt/fbsdroot /mnt/goflex I then tried to create a snapshot of / X immediately slowed to less than a crawl, and I couldn't do anything. At first I could move the pointer a little, but then I lost it. After a half hour or so, I power-cycled and rebooted. When I tried to mount the usb drive, I (not surprisingly) got this: #mount /dev/gpt/fbsdroot /mnt/goflex/root mount: /dev/gpt/fbsdroot : operation not permitted WARNING: RW mount of /mnt/goflex denied. File system is not clean - run fsck. But when I try to do an fsck, I can't: #fsck /dev/gpt/fbsdroot fsdk: could not determine filesystem type (same msg for /dev/gpt and /dev/da0p2) hints?