External hard drive problem (unable to mount ext4 partition)
I have a problem with an external HDD. Last time I used it it worked properly. This time I'm not able to mount the partition where all my documents are located (it is the SATA hard drive from my old laptop). After I deleted the windows partitions it looks like this:
It looks like partition 4 and 5 are the same one, my old /home, but I don't konw how to relocate it in order to mount/read the partition. Nautilus didn't recognized it and GParted is unable to open it. I tried to record an
I tried to record an image of those two partitions. For partition 4 the size of the image is 1 kb :O and for partition 5 i didn't have enough place.
Results of fdisk -l
:
Device Boot Start End Sectors Size Id Type
/dev/sdc3 66050048 136929279 7087923 33.8G 83 Linux
/dev/sdc4 136931326 976771071 839839746 400.5G 5 Extended
/dev/sdc5 145133568 976771071 831637504 396.6G 83 Linux
Partition 4 does not start at the boundary of the physical sector.
Has anyone an idea to solve the problem and/or read/copy/recover the files? I'm using Ubuntu 18.04. I tried also from a live USB with Ubuntu 16.04.
mount hard-drive
New contributor
add a comment |
I have a problem with an external HDD. Last time I used it it worked properly. This time I'm not able to mount the partition where all my documents are located (it is the SATA hard drive from my old laptop). After I deleted the windows partitions it looks like this:
It looks like partition 4 and 5 are the same one, my old /home, but I don't konw how to relocate it in order to mount/read the partition. Nautilus didn't recognized it and GParted is unable to open it. I tried to record an
I tried to record an image of those two partitions. For partition 4 the size of the image is 1 kb :O and for partition 5 i didn't have enough place.
Results of fdisk -l
:
Device Boot Start End Sectors Size Id Type
/dev/sdc3 66050048 136929279 7087923 33.8G 83 Linux
/dev/sdc4 136931326 976771071 839839746 400.5G 5 Extended
/dev/sdc5 145133568 976771071 831637504 396.6G 83 Linux
Partition 4 does not start at the boundary of the physical sector.
Has anyone an idea to solve the problem and/or read/copy/recover the files? I'm using Ubuntu 18.04. I tried also from a live USB with Ubuntu 16.04.
mount hard-drive
New contributor
1
Some more information: Dispositivo Inicio Comienzo Final Sectores Tamaño Id Tipo /dev/sdc3 66050048 136929279 70879232 33,8G 83 Linux /dev/sdc4 136931326 976771071 839839746 400,5G 5 Extendida /dev/sdc5 145133568 976771071 831637504 396,6G 83 Linux La partición 4 no empieza en el límite del sector físico.
– Wuu
Dec 31 '18 at 18:41
Please don't add additional information in comments, edit your question & add it there. Questions/Answers have greater formatting, allow editing etc
– guiverc
Dec 31 '18 at 23:25
The image from Disks looks confused, it has partition 5 beside 4, but fdisk says 5 takes up almost all the same space 4 does (4 being an extended partition). Where are the mount problems? What messages show up in dmesg or /var/log/syslog when you attempt mounting? Trymount -v
in a terminal (with appropriate folders (I'd use read-only too), maybesudo mount -v -o ro /dev/sdc5 /mountpointC5
– Xen2050
Jan 1 at 0:34
add a comment |
I have a problem with an external HDD. Last time I used it it worked properly. This time I'm not able to mount the partition where all my documents are located (it is the SATA hard drive from my old laptop). After I deleted the windows partitions it looks like this:
It looks like partition 4 and 5 are the same one, my old /home, but I don't konw how to relocate it in order to mount/read the partition. Nautilus didn't recognized it and GParted is unable to open it. I tried to record an
I tried to record an image of those two partitions. For partition 4 the size of the image is 1 kb :O and for partition 5 i didn't have enough place.
Results of fdisk -l
:
Device Boot Start End Sectors Size Id Type
/dev/sdc3 66050048 136929279 7087923 33.8G 83 Linux
/dev/sdc4 136931326 976771071 839839746 400.5G 5 Extended
/dev/sdc5 145133568 976771071 831637504 396.6G 83 Linux
Partition 4 does not start at the boundary of the physical sector.
Has anyone an idea to solve the problem and/or read/copy/recover the files? I'm using Ubuntu 18.04. I tried also from a live USB with Ubuntu 16.04.
mount hard-drive
New contributor
I have a problem with an external HDD. Last time I used it it worked properly. This time I'm not able to mount the partition where all my documents are located (it is the SATA hard drive from my old laptop). After I deleted the windows partitions it looks like this:
It looks like partition 4 and 5 are the same one, my old /home, but I don't konw how to relocate it in order to mount/read the partition. Nautilus didn't recognized it and GParted is unable to open it. I tried to record an
I tried to record an image of those two partitions. For partition 4 the size of the image is 1 kb :O and for partition 5 i didn't have enough place.
Results of fdisk -l
:
Device Boot Start End Sectors Size Id Type
/dev/sdc3 66050048 136929279 7087923 33.8G 83 Linux
/dev/sdc4 136931326 976771071 839839746 400.5G 5 Extended
/dev/sdc5 145133568 976771071 831637504 396.6G 83 Linux
Partition 4 does not start at the boundary of the physical sector.
Has anyone an idea to solve the problem and/or read/copy/recover the files? I'm using Ubuntu 18.04. I tried also from a live USB with Ubuntu 16.04.
mount hard-drive
mount hard-drive
New contributor
New contributor
edited Jan 1 at 0:15
karel
57.4k12127146
57.4k12127146
New contributor
asked Dec 31 '18 at 18:30
Wuu
1
1
New contributor
New contributor
1
Some more information: Dispositivo Inicio Comienzo Final Sectores Tamaño Id Tipo /dev/sdc3 66050048 136929279 70879232 33,8G 83 Linux /dev/sdc4 136931326 976771071 839839746 400,5G 5 Extendida /dev/sdc5 145133568 976771071 831637504 396,6G 83 Linux La partición 4 no empieza en el límite del sector físico.
– Wuu
Dec 31 '18 at 18:41
Please don't add additional information in comments, edit your question & add it there. Questions/Answers have greater formatting, allow editing etc
– guiverc
Dec 31 '18 at 23:25
The image from Disks looks confused, it has partition 5 beside 4, but fdisk says 5 takes up almost all the same space 4 does (4 being an extended partition). Where are the mount problems? What messages show up in dmesg or /var/log/syslog when you attempt mounting? Trymount -v
in a terminal (with appropriate folders (I'd use read-only too), maybesudo mount -v -o ro /dev/sdc5 /mountpointC5
– Xen2050
Jan 1 at 0:34
add a comment |
1
Some more information: Dispositivo Inicio Comienzo Final Sectores Tamaño Id Tipo /dev/sdc3 66050048 136929279 70879232 33,8G 83 Linux /dev/sdc4 136931326 976771071 839839746 400,5G 5 Extendida /dev/sdc5 145133568 976771071 831637504 396,6G 83 Linux La partición 4 no empieza en el límite del sector físico.
– Wuu
Dec 31 '18 at 18:41
Please don't add additional information in comments, edit your question & add it there. Questions/Answers have greater formatting, allow editing etc
– guiverc
Dec 31 '18 at 23:25
The image from Disks looks confused, it has partition 5 beside 4, but fdisk says 5 takes up almost all the same space 4 does (4 being an extended partition). Where are the mount problems? What messages show up in dmesg or /var/log/syslog when you attempt mounting? Trymount -v
in a terminal (with appropriate folders (I'd use read-only too), maybesudo mount -v -o ro /dev/sdc5 /mountpointC5
– Xen2050
Jan 1 at 0:34
1
1
Some more information: Dispositivo Inicio Comienzo Final Sectores Tamaño Id Tipo /dev/sdc3 66050048 136929279 70879232 33,8G 83 Linux /dev/sdc4 136931326 976771071 839839746 400,5G 5 Extendida /dev/sdc5 145133568 976771071 831637504 396,6G 83 Linux La partición 4 no empieza en el límite del sector físico.
– Wuu
Dec 31 '18 at 18:41
Some more information: Dispositivo Inicio Comienzo Final Sectores Tamaño Id Tipo /dev/sdc3 66050048 136929279 70879232 33,8G 83 Linux /dev/sdc4 136931326 976771071 839839746 400,5G 5 Extendida /dev/sdc5 145133568 976771071 831637504 396,6G 83 Linux La partición 4 no empieza en el límite del sector físico.
– Wuu
Dec 31 '18 at 18:41
Please don't add additional information in comments, edit your question & add it there. Questions/Answers have greater formatting, allow editing etc
– guiverc
Dec 31 '18 at 23:25
Please don't add additional information in comments, edit your question & add it there. Questions/Answers have greater formatting, allow editing etc
– guiverc
Dec 31 '18 at 23:25
The image from Disks looks confused, it has partition 5 beside 4, but fdisk says 5 takes up almost all the same space 4 does (4 being an extended partition). Where are the mount problems? What messages show up in dmesg or /var/log/syslog when you attempt mounting? Try
mount -v
in a terminal (with appropriate folders (I'd use read-only too), maybe sudo mount -v -o ro /dev/sdc5 /mountpointC5
– Xen2050
Jan 1 at 0:34
The image from Disks looks confused, it has partition 5 beside 4, but fdisk says 5 takes up almost all the same space 4 does (4 being an extended partition). Where are the mount problems? What messages show up in dmesg or /var/log/syslog when you attempt mounting? Try
mount -v
in a terminal (with appropriate folders (I'd use read-only too), maybe sudo mount -v -o ro /dev/sdc5 /mountpointC5
– Xen2050
Jan 1 at 0:34
add a comment |
0
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Wuu is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1105893%2fexternal-hard-drive-problem-unable-to-mount-ext4-partition%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Wuu is a new contributor. Be nice, and check out our Code of Conduct.
Wuu is a new contributor. Be nice, and check out our Code of Conduct.
Wuu is a new contributor. Be nice, and check out our Code of Conduct.
Wuu is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1105893%2fexternal-hard-drive-problem-unable-to-mount-ext4-partition%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Some more information: Dispositivo Inicio Comienzo Final Sectores Tamaño Id Tipo /dev/sdc3 66050048 136929279 70879232 33,8G 83 Linux /dev/sdc4 136931326 976771071 839839746 400,5G 5 Extendida /dev/sdc5 145133568 976771071 831637504 396,6G 83 Linux La partición 4 no empieza en el límite del sector físico.
– Wuu
Dec 31 '18 at 18:41
Please don't add additional information in comments, edit your question & add it there. Questions/Answers have greater formatting, allow editing etc
– guiverc
Dec 31 '18 at 23:25
The image from Disks looks confused, it has partition 5 beside 4, but fdisk says 5 takes up almost all the same space 4 does (4 being an extended partition). Where are the mount problems? What messages show up in dmesg or /var/log/syslog when you attempt mounting? Try
mount -v
in a terminal (with appropriate folders (I'd use read-only too), maybesudo mount -v -o ro /dev/sdc5 /mountpointC5
– Xen2050
Jan 1 at 0:34