grub-devel
[Top][All Lists]
Advanced

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

Re: GRUB 1.95 cannot read the ufs filesystem


From: Yoshinori K. Okuji
Subject: Re: GRUB 1.95 cannot read the ufs filesystem
Date: Mon, 3 Sep 2007 22:49:26 +0200
User-agent: KMail/1.9.4

On Tuesday 17 April 2007 20:31, Hitoshi Ozeki wrote:
> In addition, ufs filesystem has no label.
>
> ----begin-------------------------------
> static struct grub_fs grub_ufs_fs =
>   {
>     .name = "ufs",
>     .dir = grub_ufs_dir,
>     .open = grub_ufs_open,
>     .read = grub_ufs_read,
>     .close = grub_ufs_close,
>     .label = grub_ufs_label,
>     .next = 0
>   };
> ----end---------------------------------
>
> The '.label' should set to 0.
> On the original code, The 'label' function returns the invalid pointer,
> so the 'ls -l' command gets wrong.

That is right, but I think UFS2 supports a volume name. Does anybody know it?

Thanks,
Okuji




reply via email to

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