
Below is a magic entry I wrote to support Linux software RAID components. Does anyone here have a big-endian system that they can run software RAID on to test this? I suspect that the solution is to duplicate the section and change every "lelong" to a "belong". Also note that I want to recognise big endian devices on little endian systems and vice-versa. I'll file a Debian bug report about this as soon as I think I have big-endian sorted out. # Magic local data for file(1) command. # Insert here your local magic data. Format is described in magic(5). 4096 lelong 0xa92b4efc Linux Software RAID
4100 lelong x version %d 4112 belong x UUID=%8x: 4116 belong x \b%8x: 4120 belong x \b%8x: 4124 belong x \b%8x 4128 string x name=%s 4168 lelong x level=%d 4188 lelong x disks=%d
-- My Main Blog http://etbe.coker.com.au/ My Documents Blog http://doc.coker.com.au/
participants (1)
-
Russell Coker