Date: Thu, 26 Oct 2006 19:44:44 +0200 From: Fluffles <etc@fluffles.net> To: freebsd-geom@freebsd.org Cc: Andrei Kolu <antik@bsd.ee> Subject: Re: gjournaled UFS2 filesystem is gone after power outage Message-ID: <4540F40C.2000302@fluffles.net> In-Reply-To: <200610261932.35945.antik@bsd.ee> References: <20061024152308.GG75746@garage.freebsd.pl> <20061025143446.GE1167@garage.freebsd.pl> <eho3ng$7gj$1@sea.gmane.org> <200610261932.35945.antik@bsd.ee>
next in thread | previous in thread | raw e-mail | index | archive | help
Andrei Kolu wrote: > I got power outage- UPS couldn't handle it this time- have to replace battery > and now I can't read my filesystem that I made for testing purposes: > > # mount /dev/ad0s4.journal /mnt/ad0s4/ > mount: /dev/ad0s4.journal: Operation not permitted > # fsck /dev/ad0s4 > fsck: Could not determine filesystem type > Well you should use: fsck -t ufs /dev/ad0s4 and after that mount it. Right now you should be able to mount the volume with mount -f /dev/ad0s4 <mountpoint>, but that is not recommended. But i were told fsck was not necessary when using gjournal. *shrug*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4540F40C.2000302>