![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Jul 2008
Beans: 7
|
[SOLVED] fschk error 8 on start up
Problem
when i restart and system does it's checks i get an error 8 and told to run fschk manually? then the only way to boot up is through a control D any suggestions appreciate |
|
|
|
|
|
#2 | |
|
Fresh Brewed Ubuntu
![]() Join Date: Jun 2007
Location: Old Malden
Beans: 1,342
Ubuntu 9.10 Karmic Koala
|
Re: fschk error 8 on start up
Quote:
Code:
cat /etc/fstab ; sudo blkid
__________________
What one man can invent another can discover (Sherlock Holmes) |Psychocats | Ubuntu Documentation | Grub Page | Gparted | BBcode list | Solved!! is Working again use Thread Tools |
|
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: Jul 2008
Beans: 1
|
Re: fschk error 8 on start up
I had similar problem on laptop and desktop today. When system fails to launch and you get error message type fschk. answer y to all prompts. Make sure to wait until system is finished as it takes a little time to complete some parts, and you are back at root command. Then control D to reboot. When system reboots it should be ok. It worked for me anyway....
|
|
|
|
|
|
#4 | |
|
First Cup of Ubuntu
![]() Join Date: Jul 2008
Beans: 7
|
Re: fschk error 8 on start up
Quote:
![]() # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 #/dev/sdb2 UUID=e2ce6ddb-8453-4090-a93a-3525a55336e2 /media/sdb2 ext3 defa ults,errors=remount-ro 0 1 #/dev/sdb1 UUID=855eada0-9711-45c7-96b4-ecc7425b6776 /media/sdb1 ext3 defa ults,errors=remount-rw 0 1 # /dev/sdb5 UUID=2307c873-a9ea-4ccc-86a2-2aa9c04ab34e none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0 /dev/scd1 /media/cdrom1 udf,iso9660 user,noauto,exec 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0 [sudo] password for john: /dev/sda1: LABEL="HP_RECOVERY" UUID="22D1-40E3" TYPE="vfat" /dev/sda2: UUID="AA04D8FC04D8CD07" LABEL="HP_PAVILION" TYPE="ntfs" /dev/sda3: UUID="a5581b8a-ff2a-4ca4-adcf-57402a4a061c" SEC_TYPE="ext2" TYPE="ext3" /dev/sda5: TYPE="swap" UUID="3fd37586-5c8d-44b5-acfc-215c851964e7" /dev/sda6: UUID="4d760132-01f1-4e63-b653-ff538d252dde" SEC_TYPE="ext2" TYPE="ext3" /dev/sdb1: UUID="855eada0-9711-45c7-96b4-ecc7425b6776" SEC_TYPE="ext2" TYPE="ext3" /dev/sdb2: UUID="e2ce6ddb-8453-4090-a93a-3525a55336e2" SEC_TYPE="ext2" TYPE="ext3" /dev/sdb5: TYPE="swap" UUID="2307c873-a9ea-4ccc-86a2-2aa9c04ab34e" |
|
|
|
|
|
|
#5 |
|
Just Give Me the Beans!
![]() Join Date: Mar 2008
Beans: 69
|
Re: fschk error 8 on start up
try just doing an fsck, if its the root filesystem, you may need a live cd to do a safe fsck(doing an fsck on a mounted partition isn't always safe)
|
|
|
|
|
|
#6 |
|
First Cup of Ubuntu
![]() Join Date: Jul 2008
Beans: 7
|
Re: fschk error 8 on start up
what parameters would i use
|
|
|
|
|
|
#7 |
|
I Ubuntu, Therefore, I Am
![]() Join Date: Feb 2007
Beans: 3,409
Ubuntu 9.04 Jaunty Jackalope
|
Re: fschk error 8 on start up
Code:
#/dev/sdb2 UUID=e2ce6ddb-8453-4090-a93a-3525a55336e2 /media/sdb2 ext3 defa ults,errors=remount-ro 0 1 #/dev/sdb1 UUID=855eada0-9711-45c7-96b4-ecc7425b6776 /media/sdb1 ext3 defa ults,errors=remount-rw 0 1 Also, only / and /boot should have 1 as the fs_passno (marked in red) field. All other ext2/ext3 filesystems should have 2. Read Code:
man fstab |
|
|
|
|
|
#8 |
|
Fresh Brewed Ubuntu
![]() Join Date: Jun 2007
Location: Old Malden
Beans: 1,342
Ubuntu 9.10 Karmic Koala
|
Re: fschk error 8 on start up
Code:
/dev/sda3: UUID="a5581b8a-ff2a-4ca4-adcf-57402a4a061c" SEC_TYPE="ext2" TYPE="ext3" /dev/sda5: TYPE="swap" UUID="3fd37586-5c8d-44b5-acfc-215c851964e7" What are these partitions? Where is your / partition? Why is it not in fstab? Are you dual booting?
__________________
What one man can invent another can discover (Sherlock Holmes) |Psychocats | Ubuntu Documentation | Grub Page | Gparted | BBcode list | Solved!! is Working again use Thread Tools |
|
|
|
|
|
#9 |
|
First Cup of Ubuntu
![]() Join Date: Jul 2008
Beans: 7
|
Re: fschk error 8 on start up
no there is no space in default
should i replace o with 2 in fstab for sdb1 as per yur hilite? |
|
|
|
|
|
#10 |
|
First Cup of Ubuntu
![]() Join Date: Jul 2008
Beans: 7
|
Re: fschk error 8 on start up
leftovers from my windows disk and initial experiments with linux
thanks |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|