grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Incomplete file listing with reiserfs partition


From: Bean
Subject: Re: Incomplete file listing with reiserfs partition
Date: Thu, 24 Jan 2008 23:54:17 +0800

On Jan 24, 2008 2:30 AM, Antoine Cellerier <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]