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 _______________________________________________ Ext3-users mailing list Ext3-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/ext3-users