Mounting external drive fails because operation not completed from Windows

Clash 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
mount hard-drive ntfs
add a comment |Â
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
mount hard-drive ntfs
Follow this answer here: askubuntu.com/a/1012743/271
â Andrea Lazzarotto
Mar 19 at 9:44
add a comment |Â
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
mount hard-drive ntfs
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
mount hard-drive ntfs
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
add a comment |Â
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
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
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.
answered Apr 5 at 16:12
Pasi Suominen
44526
44526
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Follow this answer here: askubuntu.com/a/1012743/271
â Andrea Lazzarotto
Mar 19 at 9:44