On Jan 24, 2008 2:30 AM, Antoine Cellerier <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I've been trying to use grub2 with a reiserfs partition and noticed that
> it couldn't find all my files and folders. nyu and marco_g on IRC
> suggested that I send a small test case. So here it comes.
>
> The attached disk-image.bz2 file is a 100 MB reiserfs partition with
> folders 1, 2, 3, etc up to 199. When listing the folders in grub-emu
> using ls (hd1)/ it only lists folders up to 163.
>
>   grub> ls (hd1)/164
>   error: file not found
>
> Thanks for your help,
>
> (Looks like the first version of the email with the attached diskimage
> didn't make it, so here it is:
> http://people.videolan.org/~dionoea/disk-image.bz2 . It's only 57KB
> compressed)

i can see the problem here. grub_reiserfs_iterate_dir only enum items
in a block. when the items span over a block, the rest will be lost.

-- 
Bean


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to