Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
hi everyone. im giving gentoo a try. i installed everything and configured everything and blah blah and i got to the point where i restart and boot into gentoo without th elive cd and i get an fsck.ext error...something about /dev/BOOT
and it tells me to get into root and run #e2fsck -b 8193 <device>
so i do that with the device as /dev/hda1
i checked my fstab and it looks just fine..
the error also states something about the format not being ext2...but it is.
my /root partion for some reason shows up as XFS for some reason and it should be ext3. i think that has something to with it.
any pointers or ideas on how i can correct the error and login to gentoo normally?
sounds like you haven't actually edited /etc/fsatb correctly. "/dev/BOOT" is a default example, which doesn't actually exist. the fact that it's in capitals is intended to imply you need to change it.
then i noticed at the top there was a note saying i should edit the /mnt/gentoo/etc/fstab instead of the /etc/fstab
so i copied the fstab i just edited to the new location and i still get the same output
so i think these fstabs arent even needed..and the real one the computer is looking at is located somehwere else...any idea where that could be or if is this wrong all togehter?
Originally posted by Dr Gutiemouth
then i noticed at the top there was a note saying i should edit the /mnt/gentoo/etc/fstab instead of the /etc/fstab
so i copied the fstab i just edited to the new location and i still get the same output
so i think these fstabs arent even needed..and the real one the computer is looking at is located somehwere else...any idea where that could be or if is this wrong all togehter?
If i remember it correctly fstab is located in /etc/fstab and is used by Gentoo
I would suggest reinstall and paying more attention while partitioning disk and writing fstab
Last edited by killer_bunny; 11-24-2004 at 02:21 AM.
Originally posted by Dr Gutiemouth hi everyone. im giving gentoo a try. i installed everything and configured everything and blah blah and i got to the point where i restart and boot into gentoo without th elive cd and i get an fsck.ext error...something about /dev/BOOT
and it tells me to get into root and run #e2fsck -b 8193 <device>
so i do that with the device as /dev/hda1
i checked my fstab and it looks just fine..
the error also states something about the format not being ext2...but it is.
my /root partion for some reason shows up as XFS for some reason and it should be ext3. i think that has something to with it.
any pointers or ideas on how i can correct the error and login to gentoo normally?
Can you boot in through your live CD, links to LQ and post up what you've got as your /etc/fstab which should at that point actually be /mnt/gentoo/etc/fstab
So there seems to be a point of confusion, the /etc/fstab that lives on your actual HD won't dynamically get altered. Therfore, the /etc/fstab that you are likely changing is the CD's /etc/fstab, which is of no use to you. If you are not mounting your HD at /mnt/gentoo OR if you haven't installed things correctly, or if you are mounting the CD at /mnt/gentoo (which is very possible if you didn't run through the fdisk setup to ensure you are choosing the right devices) then you won't have a good time, and things will not be normal.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.