Results 1 to 5 of 5
My computer locked last night while doing some downloads so I just shut it down. When I turned it back on this morning I get something called Busybox v1.1.3 with ...
- 08-27-2008 #1Just Joined!
- Join Date
- Jun 2008
- Location
- Rhode Island
- Posts
- 85
Busybox?
My computer locked last night while doing some downloads so I just shut it down. When I turned it back on this morning I get something called Busybox v1.1.3 with a command line(?) of INITRAMFS. Can anyone suggest how I can fix this? Thanks.
- 08-27-2008 #2Just Joined!
- Join Date
- Jun 2008
- Location
- Rhode Island
- Posts
- 85
Well, I booted from the CD and basically let the computer sit all day. I rebooted and got a message that it was doing a "routine check" of the hard drive and hit ESC to get by it. After that it booted up fine. No idea what the story is but it's working OK now.
Is there anything I should do?
- 08-28-2008 #3
Something is wrong with Harddisk only. Boot up in Rescue Mode and run fsck on all partitions. You can use a Harddisk tools to check Harddisk.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-28-2008 #4Just Joined!
- Join Date
- Jun 2008
- Location
- Rhode Island
- Posts
- 85
I tried your suggestion but got a lot more information than I expected. Would you have a suggestion on which to use?
Code:jeff@jeff-desktop:~$ man -k fsck dosfsck (8) - check and repair MS-DOS file systems e2fsck (8) - check a Linux ext2/ext3 file system e2fsck.conf (5) - Configuration file for e2fsck fsck (8) - check and repair a Linux file system fsck.ext2 (8) - check a Linux ext2/ext3 file system fsck.ext3 (8) - check a Linux ext2/ext3 file system fsck.minix (8) - a file system consistency checker for Linux fsck.msdos (8) - check and repair MS-DOS file systems fsck.nfs (8) - Dummy fsck.nfs script that always returns success. fsck.reiserfs (8) - The checking tool for the ReiserFS filesystem. fsck.vfat (8) - check and repair MS-DOS file systems reiserfsck (8) - The checking tool for the ReiserFS filesystem.
- 08-29-2008 #5
You have to specify filesystem of each partition. For ext3 partition, execute fsck.ext3 /dev/<partition> and for FAT32, execute fsck.vfat /dev/<partition>.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
