From owner-freebsd-questions@FreeBSD.ORG Wed Apr 19 20:04:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B4B4416A403 for ; Wed, 19 Apr 2006 20:04:02 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDC4443D6E for ; Wed, 19 Apr 2006 20:03:58 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so114845nfc for ; Wed, 19 Apr 2006 13:03:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nVAfrbygqovOQ4oylymfh/1bVyzMF6b8JbVKrK/u8UjXLIbigwc1gkVvxw1Um/e7fiNso5pw2I4cG8otuNxZH/rpIWbDkTXndgIgrE2D5ytEelotcbmKrXtkrscsT8ZrDsVzv/O3eqVHh9hveFJs4Vs9L2rTdF2aQc+nWQQmydk= Received: by 10.48.222.17 with SMTP id u17mr2196977nfg; Wed, 19 Apr 2006 12:56:52 -0700 (PDT) Received: by 10.48.243.5 with HTTP; Wed, 19 Apr 2006 12:56:52 -0700 (PDT) Message-ID: Date: Wed, 19 Apr 2006 12:56:52 -0700 From: patrick To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: 6.0 and fsck_snapshot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 20:04:02 -0000 I rebooted out FreeBSD 6.0 server today. I noticed that it froze during the shutdown, so I had to do a hard reset. After it reboot, I did an ls on one of our filesystems (250GB SATA drive). Instead of all of the files that would normally be there, all there was was a .snap folder. When I did an ls in there, the process hung. I rebooted once again, and I can get into the .snap folder just fine. Except that all of my files are still missing, and instead it appears I have one big fsck_snapshot file. Is there any way I can recover from this and restore my files? Looking through my logs, I see a couple errors just before I did the initial reboot: Apr 19 12:12:29 pompom kernel: g_vfs_done():ad8s1d[READ(offset=3D114688, length=3D16384)]error =3D 6 Apr 19 12:12:29 pompom kernel: g_vfs_done():ad8s1d[READ(offset=3D114688, length=3D16384)]error =3D 6 Any help would be greatly appreciated. Thanks, Patrick