On Sun, Feb 11, 2007 at 03:47:10PM +0100, [EMAIL PROTECTED] wrote:
> Package: e2fsprogs
> Version: 1.39+1.40-WIP-2006.11.14+dfsg-1
>
>
> --------------------------------------------------------
> # fsck /dev/hda6
> fsck 1.40-WIP (14-Nov-2006)
> fsck: fsck.iso9660: not found
> fsck: Error 2 while executing fsck.iso9660 for /dev/hda6
> --------------------------------------------------------
> but hda6 is ext3.
> for hda5 and hda11 it exits normal with "clean" or with checking if i use
> 'fsck xxxx -- -f'.
> this happens when i format 'mkfs.ext2|3 xxxx' or change hda5 and hda6 with
> shift of beginning or in size.
Can you send me your /etc/fstab file? Do you have /dev/hda6
explicitly listed in there? I'm guessing not, and so fsck is using
the blkid library to intuit what kind of filesystem is on the
partition, and some left-over bits from what was previously on the
partition is confusing blkid.
So can you send me the output of the command "blkid /dev/hda6" as well
as the first 64k of /dev/hda6, by running:
dd if=/dev/hda6 of=/tmp/hda6.img bs=64k count=1
And then sending me /tmp/hda6.img.
Thanks, regards,
- Ted
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]