Re: blklist.c

2006-04-30 Thread Marco Gerards
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > On Sunday 30 April 2006 17:49, Marco Gerards wrote: >> "Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: >> > Here is a simple utility to display a block list based on the knowledge >> > of Linux's but not of GRUB's. I wrote this to aid the debuggi

Re: blklist.c

2006-04-30 Thread Yoshinori K. Okuji
On Sunday 30 April 2006 17:49, Marco Gerards wrote: > "Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > > Here is a simple utility to display a block list based on the knowledge > > of Linux's but not of GRUB's. I wrote this to aid the debugging of a > > filesystem. The output format is similar to

Re: blklist.c

2006-04-30 Thread Marco Gerards
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > Here is a simple utility to display a block list based on the knowledge of > Linux's but not of GRUB's. I wrote this to aid the debugging of a filesystem. > The output format is similar to GRUB's block list, but not completely > identical (beca

blklist.c

2006-04-30 Thread Yoshinori K. Okuji
d of filesystem blocks). If you think this is useful, I can put this code into GRUB. Okuji /* blklist.c - display block lists of files */ /* * Copyright (C) 2006 Yoshinori Okuji <[EMAIL PROTECTED]> * * This program is free software; you can redistribute it and/or modify * it under the ter