Mounting external drive fails because operation not completed from Windows

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I am working with Ubuntu 16.04.4 LTS and I have a Seagate external drive to backup data from windows 10 and Ubuntu, using rsync script (through cygwin in Windows).



WHAT HAPPENED:



I was running rsync script from windows 10 but I had to stop it (using Ctrl+C keys) because it got extremely slow. After that, I was not able to access any longer the hard disk from windows 10.



Current behaviour Windows 10:



When I connect the disk, the system tries to access it continuously and the overall system slows down a lot. Looking at the Task manager I see that the disk is always used 100%. However, windows always fails to access drive.



Current behaviour Ubuntu 16.04:



When I connect the hard drive, and I try to open it, I get the following message:




Impossible to access to volume %X
An operation is already pending




where %X is the name of the drive.



Then, when I unplug the hard drive, I get the following message:




Error mounting /dev/sdb2 at /media/uzzen-sweet/Seagate Expansion
Drive: Command-line `mount -t "ntfs" -o
"uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdb2"
"/media/uzzen-sweet/Seagate Expansion Drive"' exited with non-zero
exit status 13: ntfs_attr_pread_i: ntfs_pread failed: Errore di
input/output Failed to read NTFS $Bitmap: Errore di input/output 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/sdb2: Errore di
input/output Failed to close volume /dev/sdb2: Errore di input/output




Any advice on how I can fix the problem minimizing the risk of losing the data in the hard drive?
Thank you very much in advance for your assistance.



Cheers,
Fastest










share|improve this question





















  • Follow this answer here: askubuntu.com/a/1012743/271
    – Andrea Lazzarotto
    Mar 19 at 9:44














up vote
0
down vote

favorite












I am working with Ubuntu 16.04.4 LTS and I have a Seagate external drive to backup data from windows 10 and Ubuntu, using rsync script (through cygwin in Windows).



WHAT HAPPENED:



I was running rsync script from windows 10 but I had to stop it (using Ctrl+C keys) because it got extremely slow. After that, I was not able to access any longer the hard disk from windows 10.



Current behaviour Windows 10:



When I connect the disk, the system tries to access it continuously and the overall system slows down a lot. Looking at the Task manager I see that the disk is always used 100%. However, windows always fails to access drive.



Current behaviour Ubuntu 16.04:



When I connect the hard drive, and I try to open it, I get the following message:




Impossible to access to volume %X
An operation is already pending




where %X is the name of the drive.



Then, when I unplug the hard drive, I get the following message:




Error mounting /dev/sdb2 at /media/uzzen-sweet/Seagate Expansion
Drive: Command-line `mount -t "ntfs" -o
"uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdb2"
"/media/uzzen-sweet/Seagate Expansion Drive"' exited with non-zero
exit status 13: ntfs_attr_pread_i: ntfs_pread failed: Errore di
input/output Failed to read NTFS $Bitmap: Errore di input/output 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/sdb2: Errore di
input/output Failed to close volume /dev/sdb2: Errore di input/output




Any advice on how I can fix the problem minimizing the risk of losing the data in the hard drive?
Thank you very much in advance for your assistance.



Cheers,
Fastest










share|improve this question





















  • Follow this answer here: askubuntu.com/a/1012743/271
    – Andrea Lazzarotto
    Mar 19 at 9:44












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am working with Ubuntu 16.04.4 LTS and I have a Seagate external drive to backup data from windows 10 and Ubuntu, using rsync script (through cygwin in Windows).



WHAT HAPPENED:



I was running rsync script from windows 10 but I had to stop it (using Ctrl+C keys) because it got extremely slow. After that, I was not able to access any longer the hard disk from windows 10.



Current behaviour Windows 10:



When I connect the disk, the system tries to access it continuously and the overall system slows down a lot. Looking at the Task manager I see that the disk is always used 100%. However, windows always fails to access drive.



Current behaviour Ubuntu 16.04:



When I connect the hard drive, and I try to open it, I get the following message:




Impossible to access to volume %X
An operation is already pending




where %X is the name of the drive.



Then, when I unplug the hard drive, I get the following message:




Error mounting /dev/sdb2 at /media/uzzen-sweet/Seagate Expansion
Drive: Command-line `mount -t "ntfs" -o
"uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdb2"
"/media/uzzen-sweet/Seagate Expansion Drive"' exited with non-zero
exit status 13: ntfs_attr_pread_i: ntfs_pread failed: Errore di
input/output Failed to read NTFS $Bitmap: Errore di input/output 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/sdb2: Errore di
input/output Failed to close volume /dev/sdb2: Errore di input/output




Any advice on how I can fix the problem minimizing the risk of losing the data in the hard drive?
Thank you very much in advance for your assistance.



Cheers,
Fastest










share|improve this question













I am working with Ubuntu 16.04.4 LTS and I have a Seagate external drive to backup data from windows 10 and Ubuntu, using rsync script (through cygwin in Windows).



WHAT HAPPENED:



I was running rsync script from windows 10 but I had to stop it (using Ctrl+C keys) because it got extremely slow. After that, I was not able to access any longer the hard disk from windows 10.



Current behaviour Windows 10:



When I connect the disk, the system tries to access it continuously and the overall system slows down a lot. Looking at the Task manager I see that the disk is always used 100%. However, windows always fails to access drive.



Current behaviour Ubuntu 16.04:



When I connect the hard drive, and I try to open it, I get the following message:




Impossible to access to volume %X
An operation is already pending




where %X is the name of the drive.



Then, when I unplug the hard drive, I get the following message:




Error mounting /dev/sdb2 at /media/uzzen-sweet/Seagate Expansion
Drive: Command-line `mount -t "ntfs" -o
"uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdb2"
"/media/uzzen-sweet/Seagate Expansion Drive"' exited with non-zero
exit status 13: ntfs_attr_pread_i: ntfs_pread failed: Errore di
input/output Failed to read NTFS $Bitmap: Errore di input/output 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/sdb2: Errore di
input/output Failed to close volume /dev/sdb2: Errore di input/output




Any advice on how I can fix the problem minimizing the risk of losing the data in the hard drive?
Thank you very much in advance for your assistance.



Cheers,
Fastest







mount hard-drive ntfs






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 18 at 13:50









fastest

1




1











  • Follow this answer here: askubuntu.com/a/1012743/271
    – Andrea Lazzarotto
    Mar 19 at 9:44
















  • Follow this answer here: askubuntu.com/a/1012743/271
    – Andrea Lazzarotto
    Mar 19 at 9:44















Follow this answer here: askubuntu.com/a/1012743/271
– Andrea Lazzarotto
Mar 19 at 9:44




Follow this answer here: askubuntu.com/a/1012743/271
– Andrea Lazzarotto
Mar 19 at 9:44










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Seems that the slowdown you experienced is symptom of your hard drive failure. To rescue data, you need expertise to identify the failure on your hard drive. Best you can do in that situation is try to duplicate your hard drive as soon as possible to another, every rescue attempt makes your data more compromised. To duplicate drive, you can use dd or in case your drive fails to read sectors: ddrescue. If you cannot get your data out (due to hardware errors), i suggest contacting data recovery specialist if the contents matter.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1016998%2fmounting-external-drive-fails-because-operation-not-completed-from-windows%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    Seems that the slowdown you experienced is symptom of your hard drive failure. To rescue data, you need expertise to identify the failure on your hard drive. Best you can do in that situation is try to duplicate your hard drive as soon as possible to another, every rescue attempt makes your data more compromised. To duplicate drive, you can use dd or in case your drive fails to read sectors: ddrescue. If you cannot get your data out (due to hardware errors), i suggest contacting data recovery specialist if the contents matter.






    share|improve this answer
























      up vote
      0
      down vote













      Seems that the slowdown you experienced is symptom of your hard drive failure. To rescue data, you need expertise to identify the failure on your hard drive. Best you can do in that situation is try to duplicate your hard drive as soon as possible to another, every rescue attempt makes your data more compromised. To duplicate drive, you can use dd or in case your drive fails to read sectors: ddrescue. If you cannot get your data out (due to hardware errors), i suggest contacting data recovery specialist if the contents matter.






      share|improve this answer






















        up vote
        0
        down vote










        up vote
        0
        down vote









        Seems that the slowdown you experienced is symptom of your hard drive failure. To rescue data, you need expertise to identify the failure on your hard drive. Best you can do in that situation is try to duplicate your hard drive as soon as possible to another, every rescue attempt makes your data more compromised. To duplicate drive, you can use dd or in case your drive fails to read sectors: ddrescue. If you cannot get your data out (due to hardware errors), i suggest contacting data recovery specialist if the contents matter.






        share|improve this answer












        Seems that the slowdown you experienced is symptom of your hard drive failure. To rescue data, you need expertise to identify the failure on your hard drive. Best you can do in that situation is try to duplicate your hard drive as soon as possible to another, every rescue attempt makes your data more compromised. To duplicate drive, you can use dd or in case your drive fails to read sectors: ddrescue. If you cannot get your data out (due to hardware errors), i suggest contacting data recovery specialist if the contents matter.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 5 at 16:12









        Pasi Suominen

        44526




        44526



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1016998%2fmounting-external-drive-fails-because-operation-not-completed-from-windows%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            GRUB: Fatal! inconsistent data read from (0x84) 0+xxxxxx

            What makes Checkinstall packages not suitable for distribution?

            Running the scala interactive shell from the command line