Saving files on my hard drive
My computer recently wasn't able to boot up properly. I've got ubuntu on a flash drive and am running it on the computer. I have an external hard drive to save files from my internal one but it doesn't show up in the file explorer. How would I be able to mount the hard drive so I can save my files.
Edit: I let my computer update overnight and when I went to boot it up in the morning it put my in an infinite loop of trying to repair the hard drive. All I have access to is the bios menu. I got ubuntu on a flash drive and used that to boot up something thinking it would show up in the files there.
hard-drive data-recovery
add a comment |
My computer recently wasn't able to boot up properly. I've got ubuntu on a flash drive and am running it on the computer. I have an external hard drive to save files from my internal one but it doesn't show up in the file explorer. How would I be able to mount the hard drive so I can save my files.
Edit: I let my computer update overnight and when I went to boot it up in the morning it put my in an infinite loop of trying to repair the hard drive. All I have access to is the bios menu. I got ubuntu on a flash drive and used that to boot up something thinking it would show up in the files there.
hard-drive data-recovery
Hi John, and welcome. What do you mean when you say that your computer "wasn't able to boot up properly"? What specifically did happen when you tried? Please Edit your question to include some more details. The more details you can provide about what you did see and what did happen, the more likely it is that someone will be able to provide a good answer that actually helps you.
– a CVn
Jan 22 at 21:25
I edited it with extra detail
– John the Human
Jan 22 at 21:40
Hey, it's been a couple hours, i kinda need this asap
– John the Human
Jan 23 at 1:58
add a comment |
My computer recently wasn't able to boot up properly. I've got ubuntu on a flash drive and am running it on the computer. I have an external hard drive to save files from my internal one but it doesn't show up in the file explorer. How would I be able to mount the hard drive so I can save my files.
Edit: I let my computer update overnight and when I went to boot it up in the morning it put my in an infinite loop of trying to repair the hard drive. All I have access to is the bios menu. I got ubuntu on a flash drive and used that to boot up something thinking it would show up in the files there.
hard-drive data-recovery
My computer recently wasn't able to boot up properly. I've got ubuntu on a flash drive and am running it on the computer. I have an external hard drive to save files from my internal one but it doesn't show up in the file explorer. How would I be able to mount the hard drive so I can save my files.
Edit: I let my computer update overnight and when I went to boot it up in the morning it put my in an infinite loop of trying to repair the hard drive. All I have access to is the bios menu. I got ubuntu on a flash drive and used that to boot up something thinking it would show up in the files there.
hard-drive data-recovery
hard-drive data-recovery
edited Jan 22 at 21:29
John the Human
asked Jan 22 at 21:23
John the HumanJohn the Human
11
11
Hi John, and welcome. What do you mean when you say that your computer "wasn't able to boot up properly"? What specifically did happen when you tried? Please Edit your question to include some more details. The more details you can provide about what you did see and what did happen, the more likely it is that someone will be able to provide a good answer that actually helps you.
– a CVn
Jan 22 at 21:25
I edited it with extra detail
– John the Human
Jan 22 at 21:40
Hey, it's been a couple hours, i kinda need this asap
– John the Human
Jan 23 at 1:58
add a comment |
Hi John, and welcome. What do you mean when you say that your computer "wasn't able to boot up properly"? What specifically did happen when you tried? Please Edit your question to include some more details. The more details you can provide about what you did see and what did happen, the more likely it is that someone will be able to provide a good answer that actually helps you.
– a CVn
Jan 22 at 21:25
I edited it with extra detail
– John the Human
Jan 22 at 21:40
Hey, it's been a couple hours, i kinda need this asap
– John the Human
Jan 23 at 1:58
Hi John, and welcome. What do you mean when you say that your computer "wasn't able to boot up properly"? What specifically did happen when you tried? Please Edit your question to include some more details. The more details you can provide about what you did see and what did happen, the more likely it is that someone will be able to provide a good answer that actually helps you.
– a CVn
Jan 22 at 21:25
Hi John, and welcome. What do you mean when you say that your computer "wasn't able to boot up properly"? What specifically did happen when you tried? Please Edit your question to include some more details. The more details you can provide about what you did see and what did happen, the more likely it is that someone will be able to provide a good answer that actually helps you.
– a CVn
Jan 22 at 21:25
I edited it with extra detail
– John the Human
Jan 22 at 21:40
I edited it with extra detail
– John the Human
Jan 22 at 21:40
Hey, it's been a couple hours, i kinda need this asap
– John the Human
Jan 23 at 1:58
Hey, it's been a couple hours, i kinda need this asap
– John the Human
Jan 23 at 1:58
add a comment |
1 Answer
1
active
oldest
votes
Ignoring the booting problems, and if the hard drive still works 100% OK, then you just need to boot the live USB, mount the old hard drive, and copy your files off (to the external drive apparently).
Disks / gnome-disk-utility
should let you do that with a few clicks
mount (the "play" button) the partitions to copy from & to, and away you go.
Or in a terminal:
- Identify the drives to mount, they'll probably be a
/dev/sdXN
device, usinglsblk
orlsblk -o +LABEL,FSTYPE
should help identify the right drives. - Have directories to mount them to (
mkdir a b
) mount -v /dev/sdm1 a
mount -v /dev/sdn1 b
- Copy (
cp
) the files you want from your old drive to the new one
In case your filesystem or drive is damaged, see these for more info:
- How do I recover my accidentally lost Windows partitions after installing Ubuntu?
- https://help.ubuntu.com/community/DataRecovery
and consider making a drive image first (that you can experiment with & break without serious consequences) with gddrescue
add a comment |
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
});
}
});
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%2f1112067%2fsaving-files-on-my-hard-drive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Ignoring the booting problems, and if the hard drive still works 100% OK, then you just need to boot the live USB, mount the old hard drive, and copy your files off (to the external drive apparently).
Disks / gnome-disk-utility
should let you do that with a few clicks
mount (the "play" button) the partitions to copy from & to, and away you go.
Or in a terminal:
- Identify the drives to mount, they'll probably be a
/dev/sdXN
device, usinglsblk
orlsblk -o +LABEL,FSTYPE
should help identify the right drives. - Have directories to mount them to (
mkdir a b
) mount -v /dev/sdm1 a
mount -v /dev/sdn1 b
- Copy (
cp
) the files you want from your old drive to the new one
In case your filesystem or drive is damaged, see these for more info:
- How do I recover my accidentally lost Windows partitions after installing Ubuntu?
- https://help.ubuntu.com/community/DataRecovery
and consider making a drive image first (that you can experiment with & break without serious consequences) with gddrescue
add a comment |
Ignoring the booting problems, and if the hard drive still works 100% OK, then you just need to boot the live USB, mount the old hard drive, and copy your files off (to the external drive apparently).
Disks / gnome-disk-utility
should let you do that with a few clicks
mount (the "play" button) the partitions to copy from & to, and away you go.
Or in a terminal:
- Identify the drives to mount, they'll probably be a
/dev/sdXN
device, usinglsblk
orlsblk -o +LABEL,FSTYPE
should help identify the right drives. - Have directories to mount them to (
mkdir a b
) mount -v /dev/sdm1 a
mount -v /dev/sdn1 b
- Copy (
cp
) the files you want from your old drive to the new one
In case your filesystem or drive is damaged, see these for more info:
- How do I recover my accidentally lost Windows partitions after installing Ubuntu?
- https://help.ubuntu.com/community/DataRecovery
and consider making a drive image first (that you can experiment with & break without serious consequences) with gddrescue
add a comment |
Ignoring the booting problems, and if the hard drive still works 100% OK, then you just need to boot the live USB, mount the old hard drive, and copy your files off (to the external drive apparently).
Disks / gnome-disk-utility
should let you do that with a few clicks
mount (the "play" button) the partitions to copy from & to, and away you go.
Or in a terminal:
- Identify the drives to mount, they'll probably be a
/dev/sdXN
device, usinglsblk
orlsblk -o +LABEL,FSTYPE
should help identify the right drives. - Have directories to mount them to (
mkdir a b
) mount -v /dev/sdm1 a
mount -v /dev/sdn1 b
- Copy (
cp
) the files you want from your old drive to the new one
In case your filesystem or drive is damaged, see these for more info:
- How do I recover my accidentally lost Windows partitions after installing Ubuntu?
- https://help.ubuntu.com/community/DataRecovery
and consider making a drive image first (that you can experiment with & break without serious consequences) with gddrescue
Ignoring the booting problems, and if the hard drive still works 100% OK, then you just need to boot the live USB, mount the old hard drive, and copy your files off (to the external drive apparently).
Disks / gnome-disk-utility
should let you do that with a few clicks
mount (the "play" button) the partitions to copy from & to, and away you go.
Or in a terminal:
- Identify the drives to mount, they'll probably be a
/dev/sdXN
device, usinglsblk
orlsblk -o +LABEL,FSTYPE
should help identify the right drives. - Have directories to mount them to (
mkdir a b
) mount -v /dev/sdm1 a
mount -v /dev/sdn1 b
- Copy (
cp
) the files you want from your old drive to the new one
In case your filesystem or drive is damaged, see these for more info:
- How do I recover my accidentally lost Windows partitions after installing Ubuntu?
- https://help.ubuntu.com/community/DataRecovery
and consider making a drive image first (that you can experiment with & break without serious consequences) with gddrescue
answered Jan 23 at 4:20
Xen2050Xen2050
6,84612343
6,84612343
add a comment |
add a comment |
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.
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%2f1112067%2fsaving-files-on-my-hard-drive%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
Hi John, and welcome. What do you mean when you say that your computer "wasn't able to boot up properly"? What specifically did happen when you tried? Please Edit your question to include some more details. The more details you can provide about what you did see and what did happen, the more likely it is that someone will be able to provide a good answer that actually helps you.
– a CVn
Jan 22 at 21:25
I edited it with extra detail
– John the Human
Jan 22 at 21:40
Hey, it's been a couple hours, i kinda need this asap
– John the Human
Jan 23 at 1:58