Re: Preserving a rev 0.0 ext2 filesystem

2019-01-14 Thread Jan Kara
On Mon 14-01-19 11:23:30, Geert Uytterhoeven wrote: > Thanks, since ext2 also has the ext2_update_dynamic_rev() function, I > assumed it would be called as well. But indeed, mounting the old file > system using the real ext2 driver retains its revision. Thanks for trying that out and I'm glad tha

Re: Preserving a rev 0.0 ext2 filesystem

2019-01-14 Thread Geert Uytterhoeven
Hi Andreas, On Sun, Jan 13, 2019 at 1:20 AM Andreas Dilger wrote: > On Jan 12, 2019, at 2:43 AM, Geert Uytterhoeven wrote: > > I'm still regularly using a Linux rev 0.0 ext2 filesystem as a ramdisk > > on m68k, containing mid-90's binaries, from right after the a.out-to-ELF > > transition, so I

Re: Preserving a rev 0.0 ext2 filesystem

2019-01-12 Thread Andreas Dilger
On Jan 12, 2019, at 2:43 AM, Geert Uytterhoeven wrote: > > Hi Ted, > > I'm still regularly using a Linux rev 0.0 ext2 filesystem as a ramdisk > on m68k, containing mid-90's binaries, from right after the a.out-to-ELF > transition, so I notice if someone breaks old syscall support. > > Recently

Preserving a rev 0.0 ext2 filesystem

2019-01-12 Thread Geert Uytterhoeven
Hi Ted, I'm still regularly using a Linux rev 0.0 ext2 filesystem as a ramdisk on m68k, containing mid-90's binaries, from right after the a.out-to-ELF transition, so I notice if someone breaks old syscall support. Recently I wanted to change /dev/console on that ramdisk from a symlink to charde