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


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

Reply via email to