General :: Filesystem Check Is Failed
Jan 23, 2010
I have got arch Linux dual booting with Win XP on my laptop. I have been getting a filesystem check error since yesterday and am unable to start Arch. Upon googling and searching the arch fora, I came upon some advice which I tried which has not worked yet. Hence the new post.Basically, I was attempting to print something off and accidentally chose a printer that was not connected to my laptop. After half a minute or so, it repeatedly started giving me notifications that the printer was not connected...in excess of 200 messages that the printer was not working which continued to pop up despite me canceling the print job. The whole system got really sluggish (for the first time in the last year) and I had to restart the laptop upon which the boot messages appear. It gets to the point where its loading the various filesystems. It mounts root and says it fine.
I tried fsck which tells me that home and boot are still mounted.So I booted up using an Ubuntu Live CD and checked and repaired each file system which it successfully did. Upon rebooting into Arch, I am getting the same message.I have not installed anything new and had upgraded the whole system a few days before the problem started.
View 13 Replies
ADVERTISEMENT
Apr 8, 2011
This is a Natty system. I ran update manager to update to the latest releases for Natty, and it crashed. I ran it again and it told me it could only do a partial upgrade, and that I should do apt-get install -f. I did that, but apt-get told me the system was locked by another program. Not to worry I thought, I'll just reboot. So I did that, and I think Update-Manager got a lot further through the process than I thought, because my system is borked. It'll boot into Gnome, but when booting up the Boot Screen no longer shows the pretty Ubuntu Logo, but rather a line of text that says "Ubuntu 11.04".
When it gets into Gnome the keyboard and mouse more or less don't work (although the keyboard based Fn+9 and Fn+10 brightness control still works) and there is no desktop background. After about 30 seconds something crashes but I can't click on it to find out what. Going into the recovery console doesn't help either. The latest Kernel (2.6.38-7) stops moving forwards after "Begin:Running /scripts/init-bottom...done". has occurred for the second time. Luckily I still have the previous kernel, which gets to the same spot and then tells me:
"init: udevtrigger main process (390) terminated with status 1" and then "init: udevtrigger post-stop process (394) terminated with status 1".
I then get the message
"The disc drive for / is not ready yet or not present. Continue to wait; or Press S to skip mounting or M for manual recovery". S goes back to "Begin:Running /scripts/init-bottom...done" a second time, M brings up the message:
"Root filesystem check failed. A maintenance shell will now be started"
and then it asks for the root password and gives me a terminal. Everything seems to be there, but apt-get and dpkg both can't do anything as the filesystem is read only.
View 9 Replies
View Related
May 18, 2011
I am very new to linux, and I have a question regarding the filesystem check (fsck). The power recently went out and when I tried to restart linux the following error appears:
*/dev/sda1 contains file system w/errors, check forced it then goes on to say..
*An error occured during the file system check. Dropping you to a shell; the system will reboot when you leave the shell. Give root password for maintenance (or type Control-D to continue) I wasn't sure what to do, but checked some other online forums and they suggested running fsck manually - so I typed in the root password - and used the command, "fsck -A -V ; echo == $? ==" it then gave the following message
*WARNING!!! Running e2fsck on a mounted filesystem may cause SEVERE filesystem damage
*Would you like to continue (y/n)
Again, I wasn't sure what to do so i just checked no. I then manually turned off the computer and was prompted at the beginning to press Alt-3. I was brought to another screen and it informed me one of the drives was degraded and suggested rebuilding the array. I tried doing this, but it still brings me back to the original error of, "/dev/sda1 contains file system w/errors, check forced," and the process continues.
Also, when I tried to rebuild the array, I didn't backup any of the data on our home directory before doing this (which was probably a big mistake). After being prompted to type the root password, I was able to give the ls command and look at all the directories...the home directory where our data was stored was empty and I am afraid I may have lost some information. Is there a possibility that data was lost when I was trying to rebuild using the old drives?
View 2 Replies
View Related
Mar 28, 2011
Code:
fsck from util-linux-ng 2.17.2
e2fsck 1.41.11 (14-Mar-2010)
/dev/sda1 is mounted.
WARNING!!! The filesystem is mounted. If you continue you ***WILL***
cause ***SEVERE*** filesystem damage.
Do you really want to continue (y/n)?
I don't want to cause damage, but I'd rather not go into BIOS.
View 6 Replies
View Related
Jul 6, 2010
write a script that will check all filesystems to see if they are read-only.
I have come up with ...
df -h > /tmp/mount.lst
awk '{print $6}' /tmp/mount.lst > /tmp/mounted_systems.lst
This gives me ..
Mounted
/
/boot
/dev/shm
/proc
So now I have ..
How do I automatically get rid of the 'Mounted' header in my /tmp/mounted_systems.lst file ?
Also, I don't want to check the /proc filesystem, so how do I remove that within the script too.
Then I will run ...
while read dir
do
touch $dir/read_only_test
done < /tmp/mounted_systems.lst
If the filesystem is read only, I want that filesystem name to be listed into another file.
View 3 Replies
View Related
Feb 5, 2010
you can refer to this ubuntu thread for context, but i'll sum up what i'm trying to do here to spare the reading. basically i want to be able to schedule a filesystem check with automatic repairs at the next boot time. but i'm not sure if this will try to automatically fix errors which is what i want to do. the reason i want to do this is because i experienced a power outage (the machine was not plugged into an UPS) and i want to make sure everything is ok.
View 2 Replies
View Related
Apr 6, 2010
I have download file from this site and have done these steps [URL].
tar -xvf ntfsprogs-2.0.0.tar.gz
chown root.root -R ntfsprogs-2.0.0
cd ntfsprogs-2.0.0
./configure
make && make install
Still I have failed to mount ntfs partition with this command..
mount -t ntfs /dev/hda1 /mnt
or
ntfs-3g /dev/hda1 /mnt
The error is .................
mount: unknown filesystem type 'ntfs'
I am using RHEL5.4 and kernel is 2.6.18-164.el5
View 3 Replies
View Related
Mar 24, 2010
my Fedora 12 does fsck on boot time to time and sometimes it's really annoying having to wait for the check to complete. In Linux Mint pressing <Esc> cancelled the check; however in Fedora this does not work (nor does Ctrl+C nor anything other I've tried). What is the key to cancel the check in Fedora?
View 11 Replies
View Related
Aug 22, 2011
how can I disable the automatic file system check after power outages or system crashes? The check sometimes prompts for a key (ignore, repair etc.) but the panels do not have a keyboard.
View 9 Replies
View Related
Jul 5, 2015
A few days ago I upgraded my debian sid system, and since then systemd does a filesystem check on every boot which takes over two minutes, disobeying the existing settings I had. How can I set systemd to do a filesystem check only once every a set number of mounts, like I had set up before the upgrade?
View 5 Replies
View Related
Apr 28, 2011
I'm a bit of a Linux newbie, but I did manage to set up the following RAID-5 system:1x 500GB system drive on ATA IDE4x 1TB SATA drives in software RAIDLinux = Fedora 13So here's what happened. I set up the system to send me an email every time the mdadm stat file changed, so it would send me emails when in periodically ran a self-test. I was away and noticed that the self-test was going incredibly slow (usually took 8 hours...was on course for taking 250 days!) A colleague decided to just reboot the system.Afterwards, the system would not boot and, while all 5 drives were connected, would stop at an endlessly scrolling error message of: Code: ata4.01: exception Emask 0x0 SErr 0x0 action 0x0
ata4.01: BMDMA stay 0x64
ata4.01: failed command: READ DMA
ata4.01: (a bunch of hex numbers)
[code]....
View 3 Replies
View Related
Jul 19, 2010
I'm trying to partition/format a new external hard disk for backup and have run into a snag that now prevents my computer from booting. In the description below of what happened please bear with me as I do my best to remember the commands and screen output (which for obvious reasons I don't have in front of me).As root.The disk was subsequently writable. However, I then realized that the default start and end cylinders had resulted in a very small partition apparently occupying some free cyclinders in the beginning of the disk.
So next I ran fdisk again, deleting the sdc4 I had just created and creating a new one instead, this time using the cylinders at the end of the disk. When I exited fdisk I got a message something like that the new tables can only be read upon a subsequent reboot. I ran mkfs again, but not e2label. Indeed using /sbin/fdisk -l, sdc4 still had the small size as defined initially. So I rebooted.
Now when it comes up I get something like "checking filesystems. fchk.ext3: can't resolve 'LABEL=/media/LaCie2TB1'" and am prompted to login as root to correct. I tried to simply delete sdc4 again but that didn't help. I also tried to edit /etc/fstab (using vi, which I don't know at all) but it kept telling me that this is a read only file, even though permissions are rw for root.Can anyone out there help me so that (1) I can boot into my computer, and (2) I can correctly partition and format the hard drive??
View 2 Replies
View Related
Dec 16, 2009
my partitioning layout was as follows
Vista Recovery
Windows 7
GRUB
Extended
-->Fedora 12 (ext4)
so, I shrunk my recovery in Windows 7 successfully, and booted into my Fedora 12 live cd to run Gparted, and move the partitions so that the free space could go towards fedora, I did such, and then I couldn't expand the partition to my dismay. Next, I woke up this morning, tried to boot to fedora to run SSH, grub loaded, but when I tried to boot fedora, I got the "File system check failed" error, and when I tried 7, it just went to a blank screen with a single "_" in the top left-hand corner.
View 7 Replies
View Related
Jan 21, 2010
I did the "yum update" today, the process was doing well but, the follow error appears:
Transaction Check Error:
installing package kernel-PAEdebug-2.6.31.12-174.2.3.fc12.i686 needs 9MB on the /boot filesystem
Look:
Code:
Transaction Summary
==================================
Install 10 Package(s)
Upgrade 33 Package(s)
Remove 1 Package(s)
[code]....
View 6 Replies
View Related
Nov 29, 2010
I'm running Ubuntu 9.10 on a dell desktop from idk when, its fairly old but regardless it was all running fine until about a week ago I got the infamous:
Mount of filesystem failed. A maintenance shell will now be started. Control-D will terminate this shell and start a new one. admin@ or whatever it is you get the point.
I've been trying all the possible solutions I could find and nothing seems to work. I just want to be able to use this computer. I don't care if I lose files, or have to re-install Ubuntu or any of that, if I can just get the thing running again. I've tried re-installing, and booting from the disc etc. none of which have worked. Basically, I just want to erase Ubuntu and re-install it.
View 3 Replies
View Related
Aug 15, 2011
And now i have lost more than 1.9 TB of data.
Ok, i know. there should have been a backup. I came that far... but not beyond. I have bought a STORA MS2000 and 2 x 2TB WD EARS Harddisk. Except a couple of troubles that i had to go through with it - it finally worked. It did for 3 months. I have moved the NAS from one room to another and when i reattached it ... i all of a sudden didnt work anymore.
Tick, tick ... tick ... just like it would have a head-crash. I attached the disks to my iMac just to know what they sound there. Of course the iMac couldnt reat the disks. The disk-utility just let me know that the file-system is XFS (so far i knew) .. and then they are striped. So i knew i wouldnt be able to retrieve my data there ..
My question now. Since i dont think that my harddisks have a serious damage - how in on Gods Earth could i save my data from an XFS striped volume that was taken out of a STORA MS 2000?
I hope i wont loose all my data now ... but dont know if i would have any success to setup a Linux-PC and then have to look for the right software or even buy a card or so ...
View 1 Replies
View Related
Feb 15, 2010
I have a dual booting newly installed 64 bit Ubuntu 9.10 on my machine. It was all fine until today. Now when I boot into Ubuntu, I see the error Failed to mount root filesystem. I cant remember any significant changes during the last session. One thing I remember is I upgraded the system using the update manager which asked me to choose an option for grub boot loader. I opted for its upgradation. After the upgrade, I was able to work with Ubuntu for a few more sessions. Windows XP works very fine.I checked other threads which suggested running fsck, but it did not help. fsck does not report any errors.
View 1 Replies
View Related
Feb 16, 2010
Mount of file system failed.this is the message i get wen try to boot into ubuntu 9.10 i dont knw how to rectify it
View 2 Replies
View Related
Mar 24, 2010
I have a 64 bit Karmic system with two drives. One is mounted as / and the other is mounted as /home. I just put the video card from my system into my son's system and got a new video card. (Don't see how it's related but still...)Now I am getting the following message when I turn on the system. code...
View 1 Replies
View Related
Mar 13, 2010
I am installing Ubuntu 9.10 on my computer and I get the following error:
"the ext4 file system creation partition #2 of Serial ATA RAID nvidia_bjfefgci () failed"
I followed the following instructions to prepare partitions [URL] and allocated 10,000 MB for swap, 245,000 MB for the one with / mount point and 245,000 MB for the one with /home mount point. I have two 250GB HDDs.
View 14 Replies
View Related
Mar 11, 2011
I am trying to mount a file image, like this
mount -o loop /tmp/apps.img /media/apps
But I get the following:
mount: you must specify the filesystem type
I try ext3:
mount -o loop /tmp/apps.img /media/apps -t ext3
dmesg says:
error: can't find ext3 filesystem on dev loop6.
I've also tried ext2, vfat etc. How can I detect the filesystem type of apps.img?
View 2 Replies
View Related
Jul 31, 2010
Running F12 on my compaq evo N410c. Did a system restart 4rm gnome logged in as root & now grub cant mount my root filesystem, it boots vista though. How do i rectify dis.
View 2 Replies
View Related
Apr 19, 2011
I was using 9.04 for a while because it was working for me, I decided to upgrade yesterday using the Upgrade button on synaptic to 9.10. Now when I boot I get an error message:
Code:
chroot: cannot execute /etc/apparmor/initramfs: No such file or directory
Mount of filesystem failed.
A maintenance shell will now be started.
CONTROL-D will terminate this shell and re-try
I want to try to fix the problem so I do not have to do fresh installation.
View 5 Replies
View Related
May 16, 2010
My Ubuntu Linux system was switched off at the mains without being properly shut down. When it was restarted again, the file system checks failed and I was presented with the maintenance console command prompt. How do I check what is wrong with the file system. Is there any sort of generic repair command that checks the disk and fixes errors?
View 1 Replies
View Related
Mar 24, 2010
I've had a look at some similar threads but as I'm very new to linux they're already a bit technical for me. Sorry, this calls for someone with patience. I gather from other threads that disconnecting an external drive without unmounting is a no-no, and this seems to be the likely cause. Now the disk is read only and I'm unable to change any settings through the usual control panel on ubuntu. I'm just not familiar with the terminal instructions. I tried to cut and past a few command lines from other threads but I got some warnings that proceding could damage data. Like this one: WARNING! Running e2fsck on a mounted filesystem may cause SEVERE filesystem damage.
View 5 Replies
View Related
Jul 4, 2010
I can't my system because of this error: Code: linux-firmware: /lib/firmware/radeon/R700_rlc.bin exists in filesystem Note that in the beginning, it asks:
Code: :: Replace kernel26-firmware with core/linux-firmware? [Y/n] There are so many updates by now that the list fills in a few pages in the terminal! Also, I wonder why so many Arch updates get stuck or broken compared to almost any other distro? Is it poorly designed packages? Is it a design flaw in pacman/the package format?
View 6 Replies
View Related
Apr 30, 2010
After upgrading and restarting my laptop, The purple splash screen hangs, and the terminal gives this message.
Code:
Also the boot menu does not show (I cannot open the recovery mode)
View 2 Replies
View Related
Sep 6, 2010
I've just got a new laptop with 4GB RAM available, in order to fully utilize the available memory I'm going to install Ubuntu Lucid Lynx 64bit, but when I boot with Live CD, I always get the following errors:
Code:
BusyBox v1.13.3 (Ubuntu 1:1.13.3-1ubuntu11) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs) mount: mounting /dev/loop0 on //filesystem.squashfs failed: Input/output error
Can not mount /dev/loop0 (/cdrom/casper/filesystem.squashfs) on //filesystem.squashfs
View 1 Replies
View Related
Oct 3, 2010
Crashed System left at root @ maintenance shell. Below is the sequence after boot, with Exact Errors. How to Salvage important files from my crashed laptop hardware.
A) Via a Transfer to a USB stick in Terminal, would be ok
B) Via SSH through the router from the good laptop that is Preferably using Nautilus / GUI, Terminal also ok (less confident of my skill here)
C) Directly Fixing Laptop and being ably to use Nautilus / GUI to Copy Files to USB stick, localy
The result of some effort:
A) the USB stick is good but Can't get in to it from the crashed laptop
B) SSH: No luck I get: "Cannot display location "sftp://192.168.1.101/"" from the good Machine
C) at a lose here...
The Crashed Laptop is:
Ubuntu: 9.10
Linux: 2.6.31-22-generic
Gnome: 2.28.1
CPU: Intel Atom N280 @ 2GHz
NO: CD / DVD Drive
(USB Boot maybe possible? Have not made a Bootable Ubuntu USB Yet)
BOOT:
GNU GRUB Version 1.97~
Ubuntu, Linux 2.6.31-22-generic
etc / (& recovery mode)
Mini Ubuntu logo or splash screen
File-system checks are in progress sticks every time at 4%
init: mountall main process (418) terminated with status 3
#(it seem to count up every time I re try to boot ? (init: mountall main process (423)(429)(etc)
Mount of filesystem Failed.
A maintenance shell will now be started.
CONTROL-D will terminate this shell and re-try
root@Bi-Ji-Ben:~#
I can navigate around but cant get the GUI up
root@Bi-Ji-Ben:~# nautilus
could not Parse arguments: Cannot open display:
A good USB stick reads & writes in another laptop running Ubuntu 9.10. When I connect the USB to the Crashed Machine it starts with:
"assuming drive cashe: write through", and hangs on this tell I press: "Ctrl+C"
In the crashed machine I can't seem to get into the USB anywhere that I think it should show up and trying to "mkdri" got me:
"Read only file system".
View 2 Replies
View Related
Jan 12, 2010
My Fedora 12 System was failed when booting.The message like that : mount: wrong fs type, bad option, bad superblock on /dev/mapper/my_vol missing codepage or helper program, or other error. In some case, useful info is found in syslog - try dmesg | tail or so Can't mount at root filesystem. [drm: drm_mode_rmfb ] *ERROR* tried to remove a fb that we didn't own. Boot has failed, sleep forever. I guess something wrong with my hard disk, so the bootloader can't recognize the filesystem type.
View 2 Replies
View Related