Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Last friday I shutdown running with RHL 7.2 properly. On this morning 05.20.2002 monday when I started it, I found it is giving , "Couldn't find matching file system: LABEL=/user1 ".
It is running with AMD Athlon and ASUS motherboard.
Can anybody find a way for me other than reinstalling the OS?
I believe that the error message is telling you that it can't find the partition labeled /user1. You need to get into linux and check your /etc/fstab file for the line that should start with LABEL=/user1. See that it is there and it has the correct information in it. Next, run fdisk and see if you can find the partition labeled /user1.
well the error is coming FROM fstab, so of course that line is there... use cfdisk or something to see what labels you do have for each partition. you might want to temporarily hard code the partition number directly into fstab, and remove the use of the LABEL option till you fix it,
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.