Results 1 to 3 of 3

Thread: Unable to access external HDD

  1. #1
    Join Date
    May 2007
    Beans
    1,395

    Unable to access external HDD

    I have an older HDD which I wanted to access some files from. When I connect it to my laptop I get the message which has been attached as a screen shot. I've also placed the same message in the code window below.

    Code:
    The folder contents could not be displayed
    
    Sorry, could not display all the contents of "67305ef4-0dfe-402e-be6d-8f3058294bff": Error when getting information for file '/media/swarup/67305ef4-0dfe-402e-be6d-8f3058294bff/Hindi Spellchecker Backup': Input/output error
    What do I need to do to be able to access the contents of this HDD?

  2. #2
    Join Date
    Aug 2013
    Beans
    4,941

    Re: Unable to access external HDD

    I think your hard drive has bad blocks/bad sectors or it might be damaged.

    you can try: connect the drive, unmount it and
    Code:
    sudo fsck /dev/sdxi
    x is the drive identifier i is the partition number

    e.g /dev/sdb1, here x == b, i == 1

    you can find out with
    Code:
    sudo blkid


  3. #3
    Join Date
    May 2007
    Beans
    1,395

    Re: Unable to access external HDD

    I hooked up the HDD intending to try what you suggested, and this time it worked fine! A bit of a mystery.
    Perhaps it is on the borderline, and would be best to remove whatever i need from it for the future.

Bookmarks

Posting Permissions

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