Date: Fri, 25 Jan 2008 18:17:24 -0700 From: Joe Peterson <joe@skyrush.com> To: Jeremy Chadwick <koitsu@FreeBSD.org> Cc: freebsd-stable@freebsd.org Subject: Re: "ad0: TIMEOUT - WRITE_DMA" type errors with 7.0-RC1 Message-ID: <479A8A24.5050409@skyrush.com> In-Reply-To: <20080126010653.GA53255@eos.sc1.parodius.com> References: <479A0731.6020405@skyrush.com> <20080125162940.GA38494@eos.sc1.parodius.com> <479A3764.6050800@skyrush.com> <3803988D-8D18-4E89-92EA-19BF62FD2395@mac.com> <479A4CB0.5080206@skyrush.com> <20080126003845.GA52183@eos.sc1.parodius.com> <20080126010054.GA52891@eos.sc1.parodius.com> <20080126010653.GA53255@eos.sc1.parodius.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Glad you got it back! Yes, when I was first playing with ZFS, I noticed that booting between single and multi user mode could make the pools "invisible". Import seemed to bring them back... So, is the disk toast, or can you still read anything from it (part table, etc.)? -Joe Jeremy Chadwick wrote: > On Fri, Jan 25, 2008 at 05:00:54PM -0800, Jeremy Chadwick wrote: >> icarus# zfs list >> no datasets available >> >> This doesn't bode well, and doesn't make me happy. At all. > > Pshew! I was able to get ZFS to start seeing the pool again by doing > the following: (Supposedly "zpool import" by itself will show you a > list of pools which it manages to see...") > > icarus# zpool import -f storage > icarus# df -k /storage > Filesystem 1024-blocks Used Avail Capacity Mounted on > storage 957873024 106124032 851748992 11% /storage > icarus# zfs list > NAME USED AVAIL REFER MOUNTPOINT > storage 101G 812G 101G /storage > icarus# zpool status > pool: storage > state: ONLINE > scrub: none requested > config: > > NAME STATE READ WRITE CKSUM > storage ONLINE 0 0 0 > ad8 ONLINE 0 0 0 > ad10 ONLINE 0 0 0 > > errors: No known data errors > > Back to the drawing board. >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?479A8A24.5050409>