Re: ext2fs read errors

2012-12-30 Thread Martijn van Duren
Juan Francisco Cantero Hurtado schreef op zo 30-12-2012 om 19:26 [+0100]: > On Sun, Dec 30, 2012 at 05:46:54PM +0100, Martijn van Duren wrote: > > Martijn van Duren schreef op zo 30-12-2012 om 17:15 [+0100]: > > > I also found an old threat[1] where they say they have a patch for > > > accessing ex

Re: ext2fs read errors

2012-12-30 Thread Juan Francisco Cantero Hurtado
On Sun, Dec 30, 2012 at 05:46:54PM +0100, Martijn van Duren wrote: > Martijn van Duren schreef op zo 30-12-2012 om 17:15 [+0100]: > > I also found an old threat[1] where they say they have a patch for > > accessing ext2 partitions with a different inodesize then 128, although > > I can't find any i

Re: ext2fs read errors

2012-12-30 Thread Martijn van Duren
Martijn van Duren schreef op zo 30-12-2012 om 17:15 [+0100]: > I also found an old threat[1] where they say they have a patch for > accessing ext2 partitions with a different inodesize then 128, although > I can't find any information of what ever happened with that patch. > On some further invest

Re: ext2fs read errors

2012-12-30 Thread Peter Hessler
On 2012 Dec 30 (Sun) at 16:26:01 +0100 (+0100), Martijn van Duren wrote: :Jan Stary schreef op zo 30-12-2012 om 15:36 [+0100]: :> > > > > > When moving these files over via nfs the problem doesn't occur and the :> > > > > > files are saved correctly on my ffs partition. :> > > > > :> > > > > That

Re: ext2fs read errors

2012-12-30 Thread Martijn van Duren
Kevin Chadwick schreef op zo 30-12-2012 om 15:37 [+]: > On Sun, 30 Dec 2012 15:36:39 +0100 > Jan Stary wrote: > > > > This should not be an issue (this is also my response to Rogier). > > > Ext3 is nothing more than ext2 with extra journaling features > > > enabled, > > > > So in particula

Re: ext2fs read errors

2012-12-30 Thread Kevin Chadwick
On Sun, 30 Dec 2012 15:36:39 +0100 Jan Stary wrote: > > This should not be an issue (this is also my response to Rogier). > > Ext3 is nothing more than ext2 with extra journaling features > > enabled, > > So in particular, the ext3 inode structure > is precisely the ext2 inode structure? I kn

Re: ext2fs read errors

2012-12-30 Thread Martijn van Duren
Jan Stary schreef op zo 30-12-2012 om 15:36 [+0100]: > > > > > > When moving these files over via nfs the problem doesn't occur and > > > > > > the > > > > > > files are saved correctly on my ffs partition. > > > > > > > > > > That (or scp) is how I always copied files > > > > > from one FS/OS/ar

Re: ext2fs read errors

2012-12-30 Thread Jan Stary
> Nobody is offering ext3 as a mountable filesystem on OpenBSD. http://www.openbsd.org/faq/faq8.html#Journaling http://www.openbsd.org/faq/faq14.html#foreignfs

Re: ext2fs read errors

2012-12-30 Thread Jan Stary
> > > > > When moving these files over via nfs the problem doesn't occur and the > > > > > files are saved correctly on my ffs partition. > > > > > > > > That (or scp) is how I always copied files > > > > from one FS/OS/arch to a completely different FS/OS/arch. > > > > > > > And my point isn't t

Re: ext2fs read errors

2012-12-30 Thread Martijn van Duren
Jan Stary schreef op zo 30-12-2012 om 13:49 [+0100]: > > > > Other programs trying to operate on these files via ext2fs also fail > > > > with the same notion, (e.g. md5). And extracting these files from a > > > > tarball also result in the same error. > > > > > > What tarball? > > > > I also tri

Re: ext2fs read errors

2012-12-30 Thread Rogier Krieger
On Sun, Dec 30, 2012 at 12:54 PM, Martijn van Duren wrote: > Jan Stary schreef op zo 30-12-2012 om 12:24 [+0100]: >> On Dec 30 10:43:00, m.vandu...@jonker.nl wrote: >> > I'm migrating my data from an ext3 partition [...] > That is correct. And I mounted it mount_ext2fs /dev/wd0i /mnt. Why would

Re: ext2fs read errors

2012-12-30 Thread Jan Stary
> > > Other programs trying to operate on these files via ext2fs also fail > > > with the same notion, (e.g. md5). And extracting these files from a > > > tarball also result in the same error. > > > > What tarball? > > I also tried placing the "corrupted" files in a tarball under Debian to > see

Re: ext2fs read errors

2012-12-30 Thread Martijn van Duren
Jan Stary schreef op zo 30-12-2012 om 12:24 [+0100]: > On Dec 30 10:43:00, m.vandu...@jonker.nl wrote: > > I'm migrating my data from an ext3 partition (formatted under Debian > > 6.0, sparc64) to my new i386 OBSD system. > > You need to give more detail. You installed an i386 obsd machine, > and

Re: ext2fs read errors

2012-12-30 Thread Jan Stary
On Dec 30 10:43:00, m.vandu...@jonker.nl wrote: > I'm migrating my data from an ext3 partition (formatted under Debian > 6.0, sparc64) to my new i386 OBSD system. You need to give more detail. You installed an i386 obsd machine, and did what? Took an ext3fs disk out of a Debian sparc64 machine, pu

ext2fs read errors

2012-12-30 Thread Martijn van Duren
Hello misc, I'm migrating my data from an ext3 partition (formatted under Debian 6.0, sparc64) to my new i386 OBSD system. When copying I found out that some files weren't copied correctly and returned the error: "read error: Invalid argument". The files are usable when mounting the disk under i3