[NTLUG:Discuss] Linux box crash...revisited...ACHH
Ryan Sweat
ryans at cecentertainment.com
Fri Dec 27 08:33:52 CST 2002
On Fri, 2002-12-27 at 00:22, terry wrote:
> > Ok...this may make a little more sense with that other error message
> > in there. When I look at /etc/fstab as Ryan suggested, here's the line
> > for /usr...
> >
> > LABEL=/usr /usr ext3 defaults 1 2
> >
> > Does this look right? It seems to match most of the other entries for
> > the other partitions.
>
> No, it does not look right. (I don't know what LABEL=/usr referrs to)
> The mount point is there but no device or partition is listed..
It does look right. Use e2label on your partitions to see the mountpoints.
man 8 e2label
To find which partitions you have, view /var/log/dmesg. Search for a line similar to this:
Partition check:
hda: hda1 hda2 hda3
Then try e2label on each of them (ie: /dev/hda1 /dev/hda2 /dev/hda3) to see which has the label you are looking for. Once you find it,
run fsck <device>.
More information about the Discuss
mailing list