* any affs image
@ 2012-06-04 13:13 Artem Bityutskiy
2012-06-04 19:21 ` Geert Uytterhoeven
0 siblings, 1 reply; 5+ messages in thread
From: Artem Bityutskiy @ 2012-06-04 13:13 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: linux-m68k
[-- Attachment #1: Type: text/plain, Size: 379 bytes --]
Hi Geert,
do you happen to have an affs disk image, by any chance? I need to make
few changes in the affs file-system in the linux kernel but and I would
like to test them. But unfortunately, I was not able to find any working
way of formatting my dist to affs.
CCing the mailing list in case someone else could help.
Thanks!
--
Best Regards,
Artem Bityutskiy
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: any affs image
2012-06-04 13:13 any affs image Artem Bityutskiy
@ 2012-06-04 19:21 ` Geert Uytterhoeven
2012-06-05 7:14 ` Artem Bityutskiy
0 siblings, 1 reply; 5+ messages in thread
From: Geert Uytterhoeven @ 2012-06-04 19:21 UTC (permalink / raw)
To: dedekind1; +Cc: linux-m68k
Hi Artem,
> do you happen to have an affs disk image, by any chance? I need to make
> few changes in the affs file-system in the linux kernel but and I would
> like to test them. But unfortunately, I was not able to find any working
> way of formatting my dist to affs.
http://www.xs4all.nl/~zippel/affstools-0.1a.tar.gz contains an mkaffs tool.
Hope this helps...
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: any affs image
2012-06-04 19:21 ` Geert Uytterhoeven
@ 2012-06-05 7:14 ` Artem Bityutskiy
2012-06-05 7:50 ` Geert Uytterhoeven
0 siblings, 1 reply; 5+ messages in thread
From: Artem Bityutskiy @ 2012-06-05 7:14 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: linux-m68k
[-- Attachment #1: Type: text/plain, Size: 674 bytes --]
On Mon, 2012-06-04 at 21:21 +0200, Geert Uytterhoeven wrote:
> Hi Artem,
>
> > do you happen to have an affs disk image, by any chance? I need to make
> > few changes in the affs file-system in the linux kernel but and I would
> > like to test them. But unfortunately, I was not able to find any working
> > way of formatting my dist to affs.
>
> http://www.xs4all.nl/~zippel/affstools-0.1a.tar.gz contains an mkaffs tool.
>
> Hope this helps...
Hi, thanks, I tried it and it worked neither for files nor for block
device nodes, I do not know why. But I've found a different mkfs.affs
which actually works. Thanks!
--
Best Regards,
Artem Bityutskiy
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: any affs image
2012-06-05 7:14 ` Artem Bityutskiy
@ 2012-06-05 7:50 ` Geert Uytterhoeven
2012-06-05 8:18 ` Artem Bityutskiy
0 siblings, 1 reply; 5+ messages in thread
From: Geert Uytterhoeven @ 2012-06-05 7:50 UTC (permalink / raw)
To: dedekind1; +Cc: linux-m68k
Hi Artem,
On Tue, Jun 5, 2012 at 9:14 AM, Artem Bityutskiy <dedekind1@gmail.com> wrote:
> On Mon, 2012-06-04 at 21:21 +0200, Geert Uytterhoeven wrote:
>> > do you happen to have an affs disk image, by any chance? I need to make
>> > few changes in the affs file-system in the linux kernel but and I would
>> > like to test them. But unfortunately, I was not able to find any working
>> > way of formatting my dist to affs.
>>
>> http://www.xs4all.nl/~zippel/affstools-0.1a.tar.gz contains an mkaffs tool.
>>
>> Hope this helps...
>
> Hi, thanks, I tried it and it worked neither for files nor for block
> device nodes, I do not know why. But I've found a different mkfs.affs
Strange. I did try it yesterday (without mounting the result, though).
Did you pass a volume name as second parameter?
> which actually works. Thanks!
OK.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: any affs image
2012-06-05 7:50 ` Geert Uytterhoeven
@ 2012-06-05 8:18 ` Artem Bityutskiy
0 siblings, 0 replies; 5+ messages in thread
From: Artem Bityutskiy @ 2012-06-05 8:18 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: linux-m68k
[-- Attachment #1: Type: text/plain, Size: 1346 bytes --]
On Tue, 2012-06-05 at 09:50 +0200, Geert Uytterhoeven wrote:
> Hi Artem,
>
> On Tue, Jun 5, 2012 at 9:14 AM, Artem Bityutskiy <dedekind1@gmail.com> wrote:
> > On Mon, 2012-06-04 at 21:21 +0200, Geert Uytterhoeven wrote:
> >> > do you happen to have an affs disk image, by any chance? I need to make
> >> > few changes in the affs file-system in the linux kernel but and I would
> >> > like to test them. But unfortunately, I was not able to find any working
> >> > way of formatting my dist to affs.
> >>
> >> http://www.xs4all.nl/~zippel/affstools-0.1a.tar.gz contains an mkaffs tool.
> >>
> >> Hope this helps...
> >
> > Hi, thanks, I tried it and it worked neither for files nor for block
> > device nodes, I do not know why. But I've found a different mkfs.affs
>
> Strange. I did try it yesterday (without mounting the result, though).
>
> Did you pass a volume name as second parameter?
Actually not, the --help output looks like this:
$ ./mkaffs --help
Usage: mkaffs [OPTION...] devicefile name
and I thought that "devicefile name" means "/dev/vda", I did not figure
out that "name" is another argument.
I decided that it is a piece of old and non-working code and did not try
to look at the source code, but I probably should have to.
Sorry for the noise.
--
Best Regards,
Artem Bityutskiy
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-06-05 8:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-04 13:13 any affs image Artem Bityutskiy
2012-06-04 19:21 ` Geert Uytterhoeven
2012-06-05 7:14 ` Artem Bityutskiy
2012-06-05 7:50 ` Geert Uytterhoeven
2012-06-05 8:18 ` Artem Bityutskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox