Date: Wed, 10 Sep 2008 12:56:02 -0400 From: "Michael Jung" <mikej@paymentallianceintl.com> To: "Greg Rivers" <gcr+freebsd-geom@tharned.org> Cc: freebsd-geom@freebsd.org Subject: RE: How to FSCK GEOM GELI image Message-ID: <ADC733B130BF1D4A82795B6B3A2654E277716F@exchange.paymentallianceintl.com> In-Reply-To: <alpine.BSF.2.00.0809101057320.90242@packrat.tharned.org>
next in thread | previous in thread | raw e-mail | index | archive | help
-----Original Message----- From: Greg Rivers [mailto:gcr+freebsd-geom@tharned.org] Sent: Wednesday, September 10, 2008 12:08 PM To: Michael Jung Cc: freebsd-geom@freebsd.org Subject: Re: How to FSCK GEOM GELI image On Wed, 10 Sep 2008, Michael Jung wrote: > [snip] > (root@firewall) /home/staff/mikej/bin# fsck /dev/md0c.eli > > fsck: Could not determine filesystem type > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< > That's because there's no label on that volume. Give it the type with '-t': fsck -t ufs /dev/md0c.eli Note that this has nothing to do with geli per se; fsck behaves this way with any unlabeled volume. You might want to run in preen mode instead of answering "yes" or using '-y'. This will safely fix all non-critical errors automatically: fsck -t ufs -fp /dev/md0c.eli -- Greg ++++++++++++++++++++++++++++++++++++ I thought I had tried that :-( Thanks - this solved the issue. --mikej CONFIDENTIALITY NOTE: This message is intended only for the use of the individual or entity to whom it is addressed and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, please notify us by telephone at (502) 212-4001 or notify us at PAI , Dept. 99, 11857 Commonwealth Drive, Louisville, KY 40299. Thank you.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ADC733B130BF1D4A82795B6B3A2654E277716F>