xfs
[Top] [All Lists]

Re: Problems with XFS 1.0.2a anaconda

To: Ajay Ramaswamy <ajayr@xxxxxxxxxxxx>
Subject: Re: Problems with XFS 1.0.2a anaconda
From: Eric Sandeen <sandeen@xxxxxxx>
Date: Sun, 2 Dec 2001 11:34:16 -0600 (CST)
Cc: <mkp@xxxxxxxxxxxxx>, <linux-xfs@xxxxxxxxxxx>
In-reply-to: <Pine.LNX.4.33.0112021917250.7502-100000@xxxxxxxxxxxx>
Sender: owner-linux-xfs@xxxxxxxxxxx
Hi Ajay, I'll let mkp respond to most of this ;-) but:

On Sun, 2 Dec 2001, Ajay Ramaswamy wrote:

> 4. When I use the XFS 1.0.2 cd in rescue mode it complains that it cannot
> find the filesystems that are specified by LABEL= tags in fstab. I see
> that the label is assigned by
>
> +    def labelDevice(self, entry, chroot):

[etc...]

> in dispatch.py, but when I do man xfs_db I cannot find any way to set the
> label with command label.

Well, this is a bit tricky.  If you look at the man page for xfs_admin,
you'll see the label command.   Then look at /usr/sbin/xfs_admin, and
you'll see that it's just a script that calls xfs_db.  Perhaps the
labeling info should be in the xfs_db man page as well.  I caled xfs_db
here instead of xfs_admin just so that we wouldn't have to add xfs_admin
to the install environment.

However, I'm not sure why rescue mode  can't find filesystems with LABELs
in fstab, I'm pretty sure this works over here.  And as long as the LABELs
have been made correctly, it's then up to "mount" to decipher labels on
devices, I think.

-Eric


<Prev in Thread] Current Thread [Next in Thread>