Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
Yesterday I did pacman -Syu (full system update, which involved updates of kernel, udev, e2fsprogs and hdparm) on my Arch linux box and after rebooting, had filesystem errors, like this:
Code:
The superblock could not be read or does not describe a correct ext4
filesystem. If the device is valid and it really contains an ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
******************* FILESYSTEM CHECK FAILED *************
* Please repair manually and reboot. Note that the root *
* filesystem is currently mounted read-only. To remount *
* it read-write type: mount -n -o remount,rw / *
* When you exit the mantenance shel the system will *
* reboot automatically. *
*********************************************************
Give root password for mantenance
after pressing CTRL-D (automatic reboot) the fs was checked and the machine booted successfully...
Does this sound familiar to anyone? What is the reason for this?
May be in reality file system is ext3, but not ext4?
Well, all my FS are ext4 (which may not be a good idea for /var, but...)
It's just strange: the system boots fine, but from time to time these issues emerge. And, they are fixed automatically by fsck... So, I guess, it has to be a problem with timestamps, or such...
"The superblock could not be read or does not describe a correct ext4 filesystem."
I wouldn't let it go like that. I suggest to read more about it, may be you can find some logs.
What "boot.msg" says about boot?
In linux nothing happens "from time to time".
I think I read somewhere that when when ext4 came out (and its still pretty new ie its not in RHEL/Centos), you couldn't use it for the boot partition, only other partitions. Don't know if that's still true.
I think I read somewhere that when when ext4 came out (and its still pretty new ie its not in RHEL/Centos), you couldn't use it for the boot partition, only other partitions. Don't know if that's still true.
I am currently using Ext4 for my /root and /boot partition(s) (which actually are the same on this particular installation) without troubles.
NOTE: This is Slack64 though, if it matters.
Hope this helps up there
Sasha
Last edited by GrapefruiTgirl; 09-23-2009 at 07:59 PM.
"The superblock could not be read or does not describe a correct ext4 filesystem."
I wouldn't let it go like that. I suggest to read more about it, may be you can find some logs.
What "boot.msg" says about boot?
In linux nothing happens "from time to time".
I'm sorry for the stupid question, but where is it located? I don't have it in /var/log...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.