How to FSCK GEOM GELI image

Michael Jung mikej at paymentallianceintl.com
Wed Sep 10 16:56:11 UTC 2008


-----Original Message-----
From: Greg Rivers [mailto:gcr+freebsd-geom at tharned.org] 
Sent: Wednesday, September 10, 2008 12:08 PM
To: Michael Jung
Cc: freebsd-geom at freebsd.org
Subject: Re: How to FSCK GEOM GELI image

On Wed, 10 Sep 2008, Michael Jung wrote:

> [snip]
> (root at 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.


More information about the freebsd-geom mailing list