[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: curious corruption 2-byte shift of all data
- From: Jon Burgess <jburgess777 googlemail com>
- To: Paul Raines <raines nmr mgh harvard edu>
- Cc: ext3-users redhat com
- Subject: Re: curious corruption 2-byte shift of all data
- Date: Wed, 17 Dec 2008 22:13:28 +0000
On Wed, 2008-12-17 at 15:35 -0500, Paul Raines wrote:
> Any
> fancy Linux device tricks I can do to make /dev/sdc1 shift everything
> by two bytes?
losetup -o 2
e.g.
[root shark ~]# od -t x1 /dev/sda | head -n 1
0000000 eb 48 90 10 8e d0 bc 00 b0 b8 00 00 8e d8 8e c0
[root shark ~]# losetup -o 2 /dev/loop0 /dev/sda
[root shark ~]# od -t x1 /dev/loop0 | head -n 1
0000000 90 10 8e d0 bc 00 b0 b8 00 00 8e d8 8e c0 fb be
Jon
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]