[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Info-mtools] What does it take to support FAT12 dialects?
From: |
Alexander Huemer |
Subject: |
Re: [Info-mtools] What does it take to support FAT12 dialects? |
Date: |
Fri, 18 Jun 2021 09:48:36 +0000 |
User-agent: |
NeoMutt/20180716 |
On Fri, Jun 18, 2021 at 12:31:52AM +0200, Alain Knaff wrote:
> Hi,
>
> On 15/06/2021 08:32, Alexander Huemer wrote:
> [...]
> >> $ ~/src/_readonly/mtools/mtools-4.0.28/mformat -C -T 4800 -h 2 -s 30 -H
> >> 1710948352 -i "/tmp/foo.img|data_map=1s,zero31s,28s,skip1s" ::
> >> $ ~/src/_readonly/mtools/mtools-4.0.28/mcopy -i
> >> /tmp/foo.img\|data_map=1s,zero31s,28s,skip1s * ::
> >> Cannot initialize '::'
> >> Bad target ::
> >> $
> >
> > Alain, any idea on this?
>
> A similar (though not quite the same) bug is fixed in 4.0.30.
>
> Difference is that for that bug, the error message would have been "Bad
> address" rather than "Bad target".
>
> Anyways, could you try out whether 4.0.30 maybe fixes the issue
> anyways?
$ rm ~/tmp/foo.img
$ ~/src/_readonly/mtools/mtools-4.0.30/mformat -C -T 4800 -h 2 -s 30 -H
1710948352 -i "~/tmp/foo.img|data_map=1s,zero31s,28s,skip1s" ::
$ ~/src/_readonly/mtools/mtools-4.0.30/mcopy -i
~/tmp/24.img\|data_map=1s,zero31s,28s,skip1s -a :: .
$ ~/src/_readonly/mtools/mtools-4.0.30/mcopy -i
~/tmp/foo.img\|data_map=1s,zero31s,28s,skip1s * ::
Cannot initialize '::'
Bad target ::
$
Same behavior as with 4.0.28
You can give it a try yourself with the image files I provided.
-Alex