Results 1 to 5 of 5

Thread: unable to mount ntfs partition

  1. #1
    Join Date
    Dec 2012
    Beans
    5

    unable to mount ntfs partition

    Can anyone help?
    I have installed ubuntu 12.04LTS on a new hard drive on an old desktop.
    The old drive (sdb) has Windows XP that is inaccessible.
    When I try to mount sdb2, I get this:

    jonathan@jonathan-Dimension-5100:~$ sudo mount -t ntfs /dev/sdb2/mnt/win_nfts[sudo] password for jonathan:Failed to load runlist for $MFT/$DATA.highest_vcn = 0x1213b, last_vcn - 1 = 0x16c1fFailed to load $MFT: Input/output errorFailed to mount '/dev/sdb2': Input/output errorNTFS is either inconsistent, or there is a hardware fault, or it's aSoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windowsthen reboot into Windows twice. The usage of the /f parameter is veryimportant! If the device is a SoftRAID/FakeRAID then first activateit and mount a different device under the /dev/mapper/ directory, (e.g./dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentationfor more details.

    I have tried nfts-3g but am a newbie and am lost with that.My objective here is to be able to boot Windows XP to enable me to use some windows programs there and/or access old files residing there.Any help will be appreciated - I have scoured the forums without success.

  2. #2
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: unable to mount ntfs partition

    Start running
    Code:
    chkdsk /f
    on Windows then reboot into Windows twice according to the advice and let us know the result.

  3. #3
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: unable to mount ntfs partition

    If Windows won't boot, you can make a Bart PE or Windows 7 PE pendrive, boot from it and run chkdsk /f

  4. #4
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: unable to mount ntfs partition

    IF you know someone with access to a Windows PC, have them download and burn the Minitool Partition Wizard Boot CD.

    Boot from that on your PC and use the option to Check the windows disk. That will run CHKDSK for you.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  5. #5
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: unable to mount ntfs partition

    Code:
    sudo mount -t ntfs /dev/sdb2/mnt/win_nfts
    Is that a typo, or did you miss a space between /dev/sdb2 and /mnt/win_ntfs? I don't think you would get that error simply from missing a space, but what do I know- - -?

    Also, do you already have the /mnt/win_ntfs folder in existence?

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
  •