Thread (13 messages) 13 messages, 6 authors, 2007-07-24

Re: [RFH] Partition table recovery

From: Bill Davidsen <hidden>
Date: 2007-07-23 20:21:37
Also in: linux-fsdevel, lkml

Rene Herman wrote:
On 07/23/2007 10:41 AM, Jan-Benedict Glaw wrote:
quoted
As multibyte on-disk variables, these will need LE/BE conversion.
Indeed, thanks -- has been updated in the version that is attached.

Also fixes a bug that snuck in (failed to add offset to entry->start).
quoted
quoted
struct entry {
    uint8_t flags;
    uint8_t type;
    uint16_t __1;
    uint64_t start;
    uint32_t size;
Dito.
This can stay for now. The partition table backup would indeed need 
some defined byte-order but it might be "whatever order the filesystem 
it's backed up onto uses". Since it's not directly written to any 
filesystem for now, host order will do currently.
quoted
Looks like a useful program, but you'd definively fix the LE/BE issues.
If you do that, it'll be able to even run on BE machines, too.
I might disagree with the usefulness. I believe that preferably a 
backup should be made with help from the kernel (if only by walking 
sysfs) to avoid things getting out of sync between kernel and backup 
program.

(this program largely does the same as the kernel does but even now 
there's already a difference in so far that I didn't bother to 
de-garbage the 3rd and 4th entries in the second level extendeds).
How can I politely say this code really needs comments?
To quote the late R. W. Benway, "If it was hard to write it should be 
hard to understand."
(regarding code in FORTRAN II on punched cards, ca 1965)
Rene.
-- 
bill davidsen [off-list ref]
  CTO TMR Associates, Inc
  Doing interesting things with small computers since 1979
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help