Results 1 to 10 of 10

Thread: Error: Unable to mount ## GB Filesystem

  1. #1
    Join Date
    Oct 2008
    Location
    Philippines
    Beans
    1,195
    Distro
    Ubuntu 14.04 Trusty Tahr

    Exclamation Error: Unable to mount ## GB Filesystem

    Hi! My friend sent me her 250GB hard drive which is not read in Windows. When mounting it to Ubuntu, I get the following error message:

    Error mounting: mount exited with exit code 13: ntfs_attr_pread_i: ntfs_pread failed: Input/output error
    Failed to read first NTFS_BLOCK_SIZE bytes of potential restart page.
    The file system wasn't safely closed on Windows. Fixing.
    ntfs_attr_pread_i: ntfs_pread failed: Input/output error
    Failed to read NTFS $Bitmap: Input/output error
    NTFS is either inconsistent, or there is a hardware fault, or it's a
    SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
    then reboot into Windows twice. The usage of the /f parameter is very
    important! If the device is a SoftRAID/FakeRAID then first activate
    it and mount a different device under the /dev/mapper/ directory, (e.g.
    /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
    for more details.
    Failed to sync device /dev/sdb1: Input/output error
    Failed to fsync device /dev/sdb1: Input/output error
    Failed to close volume /dev/sdb1: Device or resource busy
    Now, if I understood it correctly, I need to mount it in Windows (which I do not use).
    Is there any way here in Ubuntu to correct this problem?
    Last edited by zeroseven0183; February 8th, 2010 at 03:39 AM. Reason: added quote tag for easier viewing
    advocating Free and Open Source Software, supporting the Open Web
    fight for your right to party and get your free cloud storage now

  2. #2
    Join Date
    Oct 2008
    Location
    Philippines
    Beans
    1,195
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Error: Unable to mount ## GB Filesystem

    * bump *
    advocating Free and Open Source Software, supporting the Open Web
    fight for your right to party and get your free cloud storage now

  3. #3
    Join Date
    Oct 2008
    Location
    Philippines
    Beans
    1,195
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Error: Unable to mount ## GB Filesystem

    * bump *
    advocating Free and Open Source Software, supporting the Open Web
    fight for your right to party and get your free cloud storage now

  4. #4
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Error: Unable to mount ## GB Filesystem

    Quote Originally Posted by zeroseven0183 View Post
    Now, if I understood it correctly, I need to mount it in Windows (which I do not use).
    Is there any way here in Ubuntu to correct this problem?
    I have good news and bad news.

    Install the package 'ntfsprogs' - it's in the Ubuntu repositories. That will install a number of ntfs command line utilities. One of them is ntfsfix. If you run this it might fix the filesystem, but you may also need to run chkdsk from Windows. See 'man ntfsfix':

    ntfsfix is a utility that fixes some common NTFS problems. ntfsfix is
    NOT a Linux version of chkdsk. It only repairs some fundamental NTFS
    inconsistencies, resets the NTFS journal file and schedules an NTFS
    consistency check for the first boot into Windows.
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

  5. #5
    Join Date
    Oct 2008
    Location
    Philippines
    Beans
    1,195
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Error: Unable to mount ## GB Filesystem

    Thanks! I never thought of using NTFSProgs for that purpose. Anyway, I also found another disk utility that runs on DOS, it's HDD Regenerator.

    I guess the bad news is that I would still have to run chkdsk in Windows. Right?

    I appreciate your response.
    advocating Free and Open Source Software, supporting the Open Web
    fight for your right to party and get your free cloud storage now

  6. #6
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Error: Unable to mount ## GB Filesystem

    Quote Originally Posted by zeroseven0183 View Post
    Anyway, I also found another disk utility that runs on DOS, it's HDD Regenerator.
    The HDD Regenerator that I found on a google search was for repairing "physically damaged hard drives" by restoring bad sectors - allegedly - and costs $39.99. Which sounds like 40 dollars' worth of snake-oil to me.

    Even if it did work, repairing physical damage is different from repairing a filesystem. So, yes, you may still need chkdsk.
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

  7. #7
    Join Date
    Oct 2008
    Location
    Philippines
    Beans
    1,195
    Distro
    Ubuntu 14.04 Trusty Tahr

    Unhappy Re: Error: Unable to mount ## GB Filesystem

    I installed ntfsprogs and was running ntfsfix. However, I get this message:

    Code:
    ~$ ntfsfix /dev/sdc5
    Mounting volume... Error opening partition device: Permission denied.
    Failed to startup volume: Permission denied.
    FAILED
    Attempting to correct errors... Error opening partition device: Permission denied.
    FAILED
    Failed to startup volume: Permission denied.
    Volume is corrupt. You should run chkdsk.
    I guess I really have to run chkdsk.
    advocating Free and Open Source Software, supporting the Open Web
    fight for your right to party and get your free cloud storage now

  8. #8
    Join Date
    Oct 2008
    Location
    Philippines
    Beans
    1,195
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Error: Unable to mount ## GB Filesystem

    Even if I use sudo with ntfsfix, still the same error. My friend doesn't want to wipe out the hard drive as it contains lot of data.

    Although I'm thinking of doing that without her knowing then try recovering the data afterwards.
    advocating Free and Open Source Software, supporting the Open Web
    fight for your right to party and get your free cloud storage now

  9. #9
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Error: Unable to mount ## GB Filesystem

    Quote Originally Posted by zeroseven0183 View Post
    Although I'm thinking of doing that without her knowing then try recovering the data afterwards.
    If you mean reformat and then running something like testdisk/photorec, I don't think that's a good idea. Even if photorec does recover all the files, it doesn't recover the original filenames. You get a mass of obscurely-named files in equally obscurely-named folders.

    Is there a problem in running chkdsk? Couldn't your friend do it from her Windows system?
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

  10. #10
    Join Date
    Oct 2008
    Location
    Philippines
    Beans
    1,195
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Error: Unable to mount ## GB Filesystem

    Yup that's one thing I thought of that I'll get several files without their proper filenames.

    Couldn't your friend do it from her Windows system?
    I'll help her help herself. Thanks for reminding!
    advocating Free and Open Source Software, supporting the Open Web
    fight for your right to party and get your free cloud storage now

Tags for this Thread

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
  •