External HDD not showing

The name of the pictureThe name of the pictureThe name of the pictureClash 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









share|improve this question


















  • 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 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














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









share|improve this question


















  • 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 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












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









share|improve this question














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











share|improve this question













share|improve this question




share|improve this question








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 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












  • 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 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







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















active

oldest

votes











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%2f1038791%2fexternal-hdd-not-showing%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














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













































































Popular posts from this blog

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

Trouble downloading packages list due to a “Hash sum mismatch” error

How do I move numbers in filenames, in a batch renaming operation?