External HDD not showing

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
Until now my Seagate 1TB external HDD was working perfectly. All of sudden, neither light on the HDD is blinking nor it is being displayed (I can feel the rev's if I put my hand on HDD though).
I tried mounting it through cmd line by using these commands.
sudo mkdir /media/External-HDD
sudo apt-get install ntfs-3g -y
sudo mount -t ntfs-3g /dev/sdb1 /media/External-HDD
It gave the below error.
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
What might have gone wrong? It's a new hard disk, not even a year old

external-hdd
add a comment |Â
up vote
0
down vote
favorite
Until now my Seagate 1TB external HDD was working perfectly. All of sudden, neither light on the HDD is blinking nor it is being displayed (I can feel the rev's if I put my hand on HDD though).
I tried mounting it through cmd line by using these commands.
sudo mkdir /media/External-HDD
sudo apt-get install ntfs-3g -y
sudo mount -t ntfs-3g /dev/sdb1 /media/External-HDD
It gave the below error.
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
What might have gone wrong? It's a new hard disk, not even a year old

external-hdd
1
Based on the image is not recognizing the format as NTFS, the safest is to connect it to a windows machine and try first to fix it there. If nothing on windows work, i wil try ntfsfix
â bistoco
May 21 at 19:28
I connected in windows, still light doesn't blink neither it is getting connected
â user69668
May 22 at 0:17
on trying ntfsfix it is saying it gave following error : Mounting volume... Error reading bootsector: Input/output error FAILED Attempting to correct errors... Error reading bootsector: Input/output error FAILED Failed to startup volume: Input/output error Error reading bootsector: Input/output error Volume is corrupt. You should run chkdsk.
â user69668
May 22 at 0:27
on trying fsck it got the following error : fsck from util-linux 2.27.1 e2fsck 1.42.13 (17-May-2015) fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sdb Could this be a zero-length partition?
â user69668
May 22 at 0:30
so your partition seems to be messed up, before doing anything else i will try a recovery software likephotoredon linux. This one it's efective but doesn't preserve the original filenames so it's messy. I knew that on windoes there are a few that preserve file structure and names.
â bistoco
May 22 at 15:53
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Until now my Seagate 1TB external HDD was working perfectly. All of sudden, neither light on the HDD is blinking nor it is being displayed (I can feel the rev's if I put my hand on HDD though).
I tried mounting it through cmd line by using these commands.
sudo mkdir /media/External-HDD
sudo apt-get install ntfs-3g -y
sudo mount -t ntfs-3g /dev/sdb1 /media/External-HDD
It gave the below error.
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
What might have gone wrong? It's a new hard disk, not even a year old

external-hdd
Until now my Seagate 1TB external HDD was working perfectly. All of sudden, neither light on the HDD is blinking nor it is being displayed (I can feel the rev's if I put my hand on HDD though).
I tried mounting it through cmd line by using these commands.
sudo mkdir /media/External-HDD
sudo apt-get install ntfs-3g -y
sudo mount -t ntfs-3g /dev/sdb1 /media/External-HDD
It gave the below error.
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
What might have gone wrong? It's a new hard disk, not even a year old

external-hdd
edited May 21 at 22:08
Kevin Bowen
13.8k145769
13.8k145769
asked May 21 at 18:52
user69668
11
11
1
Based on the image is not recognizing the format as NTFS, the safest is to connect it to a windows machine and try first to fix it there. If nothing on windows work, i wil try ntfsfix
â bistoco
May 21 at 19:28
I connected in windows, still light doesn't blink neither it is getting connected
â user69668
May 22 at 0:17
on trying ntfsfix it is saying it gave following error : Mounting volume... Error reading bootsector: Input/output error FAILED Attempting to correct errors... Error reading bootsector: Input/output error FAILED Failed to startup volume: Input/output error Error reading bootsector: Input/output error Volume is corrupt. You should run chkdsk.
â user69668
May 22 at 0:27
on trying fsck it got the following error : fsck from util-linux 2.27.1 e2fsck 1.42.13 (17-May-2015) fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sdb Could this be a zero-length partition?
â user69668
May 22 at 0:30
so your partition seems to be messed up, before doing anything else i will try a recovery software likephotoredon linux. This one it's efective but doesn't preserve the original filenames so it's messy. I knew that on windoes there are a few that preserve file structure and names.
â bistoco
May 22 at 15:53
add a comment |Â
1
Based on the image is not recognizing the format as NTFS, the safest is to connect it to a windows machine and try first to fix it there. If nothing on windows work, i wil try ntfsfix
â bistoco
May 21 at 19:28
I connected in windows, still light doesn't blink neither it is getting connected
â user69668
May 22 at 0:17
on trying ntfsfix it is saying it gave following error : Mounting volume... Error reading bootsector: Input/output error FAILED Attempting to correct errors... Error reading bootsector: Input/output error FAILED Failed to startup volume: Input/output error Error reading bootsector: Input/output error Volume is corrupt. You should run chkdsk.
â user69668
May 22 at 0:27
on trying fsck it got the following error : fsck from util-linux 2.27.1 e2fsck 1.42.13 (17-May-2015) fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sdb Could this be a zero-length partition?
â user69668
May 22 at 0:30
so your partition seems to be messed up, before doing anything else i will try a recovery software likephotoredon linux. This one it's efective but doesn't preserve the original filenames so it's messy. I knew that on windoes there are a few that preserve file structure and names.
â bistoco
May 22 at 15:53
1
1
Based on the image is not recognizing the format as NTFS, the safest is to connect it to a windows machine and try first to fix it there. If nothing on windows work, i wil try ntfsfix
â bistoco
May 21 at 19:28
Based on the image is not recognizing the format as NTFS, the safest is to connect it to a windows machine and try first to fix it there. If nothing on windows work, i wil try ntfsfix
â bistoco
May 21 at 19:28
I connected in windows, still light doesn't blink neither it is getting connected
â user69668
May 22 at 0:17
I connected in windows, still light doesn't blink neither it is getting connected
â user69668
May 22 at 0:17
on trying ntfsfix it is saying it gave following error : Mounting volume... Error reading bootsector: Input/output error FAILED Attempting to correct errors... Error reading bootsector: Input/output error FAILED Failed to startup volume: Input/output error Error reading bootsector: Input/output error Volume is corrupt. You should run chkdsk.
â user69668
May 22 at 0:27
on trying ntfsfix it is saying it gave following error : Mounting volume... Error reading bootsector: Input/output error FAILED Attempting to correct errors... Error reading bootsector: Input/output error FAILED Failed to startup volume: Input/output error Error reading bootsector: Input/output error Volume is corrupt. You should run chkdsk.
â user69668
May 22 at 0:27
on trying fsck it got the following error : fsck from util-linux 2.27.1 e2fsck 1.42.13 (17-May-2015) fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sdb Could this be a zero-length partition?
â user69668
May 22 at 0:30
on trying fsck it got the following error : fsck from util-linux 2.27.1 e2fsck 1.42.13 (17-May-2015) fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sdb Could this be a zero-length partition?
â user69668
May 22 at 0:30
so your partition seems to be messed up, before doing anything else i will try a recovery software like
photored on linux. This one it's efective but doesn't preserve the original filenames so it's messy. I knew that on windoes there are a few that preserve file structure and names.â bistoco
May 22 at 15:53
so your partition seems to be messed up, before doing anything else i will try a recovery software like
photored on linux. This one it's efective but doesn't preserve the original filenames so it's messy. I knew that on windoes there are a few that preserve file structure and names.â bistoco
May 22 at 15:53
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1038791%2fexternal-hdd-not-showing%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
1
Based on the image is not recognizing the format as NTFS, the safest is to connect it to a windows machine and try first to fix it there. If nothing on windows work, i wil try ntfsfix
â bistoco
May 21 at 19:28
I connected in windows, still light doesn't blink neither it is getting connected
â user69668
May 22 at 0:17
on trying ntfsfix it is saying it gave following error : Mounting volume... Error reading bootsector: Input/output error FAILED Attempting to correct errors... Error reading bootsector: Input/output error FAILED Failed to startup volume: Input/output error Error reading bootsector: Input/output error Volume is corrupt. You should run chkdsk.
â user69668
May 22 at 0:27
on trying fsck it got the following error : fsck from util-linux 2.27.1 e2fsck 1.42.13 (17-May-2015) fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sdb Could this be a zero-length partition?
â user69668
May 22 at 0:30
so your partition seems to be messed up, before doing anything else i will try a recovery software like
photoredon linux. This one it's efective but doesn't preserve the original filenames so it's messy. I knew that on windoes there are a few that preserve file structure and names.â bistoco
May 22 at 15:53