LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 08-25-2011, 08:41 PM   #1
blacktaurean
LQ Newbie
 
Registered: Aug 2011
Posts: 3

Rep: Reputation: Disabled
fsck on fedora


hi guys,
I have problem with my fedora, here is the error:

-it will not go to gui instead some errors pop-up;

error
e2fsck: cannot contine aborting
fsck.ext3.No such file or directory while trying to open /dev/sdc

I tried the command fsck -y and fsck /bin, and this is the result

the superblock block could not be read,superblock is corrupt and you might try running e2fsck with an alternate superblock
e2fsck -b 8193 <device>

thanks in advance

Chief Bauti
 
Old 08-25-2011, 09:09 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by blacktaurean View Post
hi guys, I have problem with my fedora, here is the error:

-it will not go to gui instead some errors pop-up;

error
e2fsck: cannot contine aborting
fsck.ext3.No such file or directory while trying to open /dev/sdc

I tried the command fsck -y and fsck /bin, and this is the result

the superblock block could not be read,superblock is corrupt and you might try running e2fsck with an alternate superblock
e2fsck -b 8193 <device>
Ok...so did you run the command as suggested? What it's indicating is that you're having a hard drive problem. And what version of Fedora are you using?
 
1 members found this post helpful.
Old 08-25-2011, 09:52 PM   #3
blacktaurean
LQ Newbie
 
Registered: Aug 2011
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TB0ne View Post
Ok...so did you run the command as suggested? What it's indicating is that you're having a hard drive problem. And what version of Fedora are you using?
Yes, I have already run fsck -y and fsck /bin under root, and those were the messages appeared.
I have have not yet tried e2fsck -b 8193 <device>, because I dont know what to fill up on the device option.
My fedora is 2.6.24.7~92.fc8 (fedora8 right?).Is there any possible cause except corruption of file on the system, the box i think is only more than 1 year old? Is there any chance or way we can repair this one. CCTV video files are on the HDDs, its so important.

My system is compose of 2 HDDS (primary 500GB and secondary 1 Tera)

Thanks in advance.
 
Old 08-25-2011, 10:21 PM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
From that command prompt you drop into enter these commands and post the output (use [code] tags as I have for readability)
Code:
df -hT
fdisk -l
grep -vE "^#|^$" /boot/grub/menu.lst
That's a lower case ell in the fdisk.
 
1 members found this post helpful.
Old 08-25-2011, 11:36 PM   #5
blacktaurean
LQ Newbie
 
Registered: Aug 2011
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by syg00 View Post
From that command prompt you drop into enter these commands and post the output (use [code] tags as I have for readability)
Code:
df -hT
fdisk -l
grep -vE "^#|^$" /boot/grub/menu.lst
That's a lower case ell in the fdisk.

Hi ,
this is the output, I'm on the [root@localhost~]# prompt

command :df -hT
Filesystem Type Size Used Avail Use% Mounted on
/dev/sda1 ext3 901G 788G 67G 93% /
tmpfs tmpfs 1014G 56K 1014M 1% /dev/shm
/dev/sdb ext3 901G 788G 67G 93% /data
/dev/sdc ext3 901G 788G 67G 93% /data
sunrpc rpc_pipefs 901G 788G 67G 93% /var/lib/nfs/rpc_pipefs
/dev/ram0 ext2 901G 788G 67G 93% /usr/dvr/utils/rtsp/ramdisk


command :fdisk -l
Disk /dev/sda/1000.2GB
255 heads,63sector/track,121601 cyl
units : cylinder of 10065x12=8225280 bytes
Disk Identifier: 0x00003acd
Device Boot Start End BlockS Id System
/dev/sda1 * 262 121601 974663550 83 Linux
/dev/sda2 1 261 2096451 82 Linux/swap Solaris

Partion table entries are not in order

Disk/dev/sdb:500.1 GB
255 heads,63 sectors/track 60801 cylinders
Disk Identifier : 0x00000000
Disk/dev/sdb does'nt contain a valid partition

command : grep -vE "^|^$" /boo/grub/menu.list
as i entered this command , nothings happen,it returns to prompt

Thanks
 
Old 08-26-2011, 01:58 AM   #6
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
Quote:
Originally Posted by blacktaurean View Post
command : grep -vE "^|^$" /boo/grub/menu.list
as i entered this command , nothings happen,it returns to prompt
Not surprising, given the typo - /boot/grub/menu.lst
Maybe use cut-and-paste.
Also "cat /etc/fstab" might be useful.

Last edited by syg00; 08-26-2011 at 02:02 AM.
 
Old 08-26-2011, 09:20 AM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by blacktaurean View Post
Yes, I have already run fsck -y and fsck /bin under root, and those were the messages appeared.
I have have not yet tried e2fsck -b 8193 <device>, because I dont know what to fill up on the device option.
Really?? You posted the device name in your initial question, as /dev/sdc. Also, you've only got two others, /dev/sda and /dev/sdb. Boot from a CD/DVD, drop into rescue mode, and try to run a 'standard' fsck on all your devices. The one that fails, put the alternate superblock in it.
Quote:
My fedora is 2.6.24.7~92.fc8 (fedora8 right?).Is there any possible cause except corruption of file on the system, the box i think is only more than 1 year old? Is there any chance or way we can repair this one. CCTV video files are on the HDDs, its so important.

My system is compose of 2 HDDS (primary 500GB and secondary 1 Tera)
A one year old system, running a VERY old version of Fedora? The latest is 15...FC8 has been out of support for years now. And really, if the fsck doesn't work for you, then you've got a dead hard drive. The only thing you can do is replace it, and reload from your backups. You say you've got important data on the system, so you DO have backups, right?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FSCK Failure - Fedora 5 wolf-r1 Linux - General 4 12-08-2009 07:25 AM
fsck.ext3: Unable to resolve 'UUID=..... error on startup fedora 10 linux hates me Linux - Newbie 3 06-10-2009 12:27 AM
Fedora Core 4 Problem. fsck? Mark07 Linux - General 0 11-25-2005 12:15 PM
raid 1 problems fedora core 3 - fsck fails creeble Linux - Software 4 02-08-2005 11:47 AM
automatic fsck on boot. fsck errors. nixel Slackware 1 05-17-2004 07:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 08:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration