Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Just 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?

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  4. #4
    Just Joined!
    Join Date
    Jun 2008
    Location
    Rhode Island
    Posts
    85
    Quote Originally Posted by devils casper View Post
    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.
    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.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...