linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: linux-parisc@vger.kernel.org
Subject: palo not working on ext2/ext3 partitions
Date: Mon, 01 Jul 2019 12:54:14 -0700	[thread overview]
Message-ID: <1562010854.2762.8.camel@HansenPartnership.com> (raw)

I recently had the pleasure of a complete reinstall and found that I
can't set up palo on the new system (at least not palo that loads from
an ext2/ext3 filesystem).  The problem doesn't seem to be within palo
itself, but the fact that mke2fs is no longer working for us.  The
symptom I see is that after a couple of uses the palo partition
corrupts itself and then e2fsck destroys the iplboot stored in the
badblocks list.

The problem seems to be with the badblock list because if I do

palo -I /dev/sdb

Followed by a fsck -f on the palo partition, it finds errors and wants
to clear the badblock inode.

I can reproduce this simply by doing

dd if=/dev/zero of=bbtest.img bs=1M count=100
losetup /dev/loop0 bbtest.img
a=237; while [ $a -le 450 ]; do echo $a >> bblist.txt; a=$[$a+1]; done
mke2fs -b 1024 -l /home/jejb/bblist.txt  /dev/loop0
e2fsck -f /dev/loop0

With no palo involvement, so I don't think it's our fault.

I'll take this to the ext2 tools development list.  Whatever it is
seems to be really old because I unearthed an mke2fs from 2011 that
still has the problem.

James


             reply	other threads:[~2019-07-01 19:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-01 19:54 James Bottomley [this message]
2019-07-01 20:05 ` palo not working on ext2/ext3 partitions Helge Deller
2019-07-01 21:32   ` James Bottomley
2019-07-01 21:41     ` James Bottomley

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=1562010854.2762.8.camel@HansenPartnership.com \
    --to=james.bottomley@hansenpartnership.com \
    --cc=linux-parisc@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).