From: Hans-Werner Hilse <hilse@web.de>
To: gentoo-user-de@lists.gentoo.org
Subject: Re: [gentoo-user-de] partitionstabelle bei cryptfs iso weg
Date: Fri, 30 Sep 2005 10:48:40 +0200 [thread overview]
Message-ID: <20050930104840.2ac2b067.hilse@web.de> (raw)
In-Reply-To: <20050929221440.GB8119@violet.lan.wglpz>
Hallöle,
On Fri, 30 Sep 2005 00:14:41 +0200
"Michael 'entropie' Trommer" <mictro@gmail.com> wrote:
> > Das de-crypten des Loop-Devices funktioniert noch. Nur beklagt sich der
> > Kernel, dass *kein* Dateisystem (auch kein leeres) drauf/drin ist. Das
> > ist natürlich schlecht -- du könntest jetzt allenfalls mal ein
> >
> > e2fsck /dev/loop1
>
> Soweit war ich schon, doch dann hoerts mit meinem wissen ueber
> fs-rettung auch schon auf.
> [...e2fsck erkennt nix...]
> Gibt es moeglichkeiten "superblock" oder die magic number wieder
> herzustellen (warum auch immer es verschwunden ist und was auch immer
> es ist).
Hm, also ext2/3-Filesysteme legen Kopien des Superblocks ab. Das steht
in der man-page zu e2fsck beim Parameter -b erklärt: Es hängt von der
Blockgröße ab, wo genau diese Kopien liegen. Ich tippe mal, bei 2GB
dürfte die Blockgröße bei 4096 liegen, also wäre ein erster Versuch
$ e2fsck -b 32768 /dev/loop1
Für weitere mögliche Kopien müsstest du testhalber
$ mke2fs -n /dev/loop1
ausführen. Aber nur mit "-n"! Falls du beim allerersten Erstellen des
FS weitere Parameter gesetzt hast, müsstest du die hier auch angeben.
"-n" macht einen Trockendurchlauf und schreibt unter anderem, wo es
Superblocks (bzw. Kopien) anlegen würde. Siehe auch die manpage von
mke2fs beim Parameter "-n".
Gruß,
-hwh
--
gentoo-user-de@gentoo.org mailing list
prev parent reply other threads:[~2005-09-30 8:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-28 12:37 [gentoo-user-de] partitionstabelle bei cryptfs iso weg Michael 'entropie' Trommer
2005-09-29 10:41 ` Hans-Werner Hilse
2005-09-29 22:14 ` Michael 'entropie' Trommer
2005-09-30 8:48 ` Hans-Werner Hilse [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050930104840.2ac2b067.hilse@web.de \
--to=hilse@web.de \
--cc=gentoo-user-de@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox