Results 1 to 8 of 8
So puppy linux 2009 was running flawlessly on my laptop when all of a sudden i go to boot up and getting errors.
Ext-fs (sda1): error ext2_lookup: deleted inoded referenced: ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-05-2010 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 17
Error when booting
So puppy linux 2009 was running flawlessly on my laptop when all of a sudden i go to boot up and getting errors.
Ext-fs (sda1): error ext2_lookup: deleted inoded referenced: 560953
it keeps creating that error over not sure whats wrong, how it happened or how to fix it =/..
- 08-06-2010 #2
Boot up from LiveCD of any distro and execute fsck command on /dev/sda1 partition.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-06-2010 #3Just Joined!
- Join Date
- Dec 2009
- Posts
- 17
- 08-06-2010 #4
fsck is the command, /dev/sda1 is the device you want it run on.
Thus, there has to be a space in between.
sudo fsck /dev/sda1
- 08-06-2010 #5
Execute this
You must have root privileges to execute above command.Code:fsck.ext3 /dev/sda1
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-06-2010 #6Just Joined!
- Join Date
- Dec 2009
- Posts
- 17
- 08-07-2010 #7
Post the output of fdisk -l command here.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-07-2010 #8Just Joined!
- Join Date
- Dec 2009
- Posts
- 17


Reply With Quote

