How to access my 2nd internal harddrive?
up vote
0
down vote
favorite
I have replaced Windows 7 with Ubuntu on my old PC. There is another internal hard drive in my old PC, that contains a lot of data.
I cannot access this hard drive, as it is not mounted.
This is how it looks.
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 2.3M 1 loop /snap/gnome-calculator/180
loop1 7:1 0 34.7M 1 loop /snap/gtk-common-themes/319
loop2 7:2 0 13M 1 loop /snap/gnome-characters/103
loop3 7:3 0 14.5M 1 loop /snap/gnome-logs/37
loop4 7:4 0 3.7M 1 loop /snap/gnome-system-monitor/51
loop5 7:5 0 140.9M 1 loop /snap/gnome-3-26-1604/70
loop6 7:6 0 86.9M 1 loop /snap/core/4917
loop7 7:7 0 4.9M 1 loop /snap/snapweb/319
loop8 7:8 0 3.3M 1 loop /snap/udisks2/100
sda 8:0 0 232.9G 0 disk
├─sda1 8:1 0 512M 0 part /boot/efi
└─sda2 8:2 0 232.4G 0 part /
sdb 8:16 0 465.8G 0 disk
└─sdb1 8:17 0 465.8G 0 part
sr0 11:0 1 1.1G 0 rom
Needs help to mount this drive, without losing my existing data.
I am new to Ubuntu.
windows-7 ubuntu hard-drive
add a comment |
up vote
0
down vote
favorite
I have replaced Windows 7 with Ubuntu on my old PC. There is another internal hard drive in my old PC, that contains a lot of data.
I cannot access this hard drive, as it is not mounted.
This is how it looks.
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 2.3M 1 loop /snap/gnome-calculator/180
loop1 7:1 0 34.7M 1 loop /snap/gtk-common-themes/319
loop2 7:2 0 13M 1 loop /snap/gnome-characters/103
loop3 7:3 0 14.5M 1 loop /snap/gnome-logs/37
loop4 7:4 0 3.7M 1 loop /snap/gnome-system-monitor/51
loop5 7:5 0 140.9M 1 loop /snap/gnome-3-26-1604/70
loop6 7:6 0 86.9M 1 loop /snap/core/4917
loop7 7:7 0 4.9M 1 loop /snap/snapweb/319
loop8 7:8 0 3.3M 1 loop /snap/udisks2/100
sda 8:0 0 232.9G 0 disk
├─sda1 8:1 0 512M 0 part /boot/efi
└─sda2 8:2 0 232.4G 0 part /
sdb 8:16 0 465.8G 0 disk
└─sdb1 8:17 0 465.8G 0 part
sr0 11:0 1 1.1G 0 rom
Needs help to mount this drive, without losing my existing data.
I am new to Ubuntu.
windows-7 ubuntu hard-drive
1
First step is to look at the partition type, e.g. withfdisk -l /dev/sdb
(as root) for textual output on the shell you can cut and paste when you edit the question. The-l
(lower case ell) is important. Second step is to try to mount it, e.g.mount /dev/sdb1 /mnt
(as root) and see what happens, assuming you have a/mnt
directory for mountpoints. Depending on how your system looks,/media
, or a directory under one of these two will also work as a good mountpoint.
– dirkt
Dec 2 at 20:15
What is the output of "blkid" - that should show a list of block devices ?
– davidgo
Dec 3 at 1:26
sorry i do not understand the language " textural output" question". Is there any way that some one with a kind heart from a remote excess can help me with the the very basics of commands ?
– ahtareen
Dec 3 at 16:13
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have replaced Windows 7 with Ubuntu on my old PC. There is another internal hard drive in my old PC, that contains a lot of data.
I cannot access this hard drive, as it is not mounted.
This is how it looks.
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 2.3M 1 loop /snap/gnome-calculator/180
loop1 7:1 0 34.7M 1 loop /snap/gtk-common-themes/319
loop2 7:2 0 13M 1 loop /snap/gnome-characters/103
loop3 7:3 0 14.5M 1 loop /snap/gnome-logs/37
loop4 7:4 0 3.7M 1 loop /snap/gnome-system-monitor/51
loop5 7:5 0 140.9M 1 loop /snap/gnome-3-26-1604/70
loop6 7:6 0 86.9M 1 loop /snap/core/4917
loop7 7:7 0 4.9M 1 loop /snap/snapweb/319
loop8 7:8 0 3.3M 1 loop /snap/udisks2/100
sda 8:0 0 232.9G 0 disk
├─sda1 8:1 0 512M 0 part /boot/efi
└─sda2 8:2 0 232.4G 0 part /
sdb 8:16 0 465.8G 0 disk
└─sdb1 8:17 0 465.8G 0 part
sr0 11:0 1 1.1G 0 rom
Needs help to mount this drive, without losing my existing data.
I am new to Ubuntu.
windows-7 ubuntu hard-drive
I have replaced Windows 7 with Ubuntu on my old PC. There is another internal hard drive in my old PC, that contains a lot of data.
I cannot access this hard drive, as it is not mounted.
This is how it looks.
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 2.3M 1 loop /snap/gnome-calculator/180
loop1 7:1 0 34.7M 1 loop /snap/gtk-common-themes/319
loop2 7:2 0 13M 1 loop /snap/gnome-characters/103
loop3 7:3 0 14.5M 1 loop /snap/gnome-logs/37
loop4 7:4 0 3.7M 1 loop /snap/gnome-system-monitor/51
loop5 7:5 0 140.9M 1 loop /snap/gnome-3-26-1604/70
loop6 7:6 0 86.9M 1 loop /snap/core/4917
loop7 7:7 0 4.9M 1 loop /snap/snapweb/319
loop8 7:8 0 3.3M 1 loop /snap/udisks2/100
sda 8:0 0 232.9G 0 disk
├─sda1 8:1 0 512M 0 part /boot/efi
└─sda2 8:2 0 232.4G 0 part /
sdb 8:16 0 465.8G 0 disk
└─sdb1 8:17 0 465.8G 0 part
sr0 11:0 1 1.1G 0 rom
Needs help to mount this drive, without losing my existing data.
I am new to Ubuntu.
windows-7 ubuntu hard-drive
windows-7 ubuntu hard-drive
edited Dec 2 at 20:02
Mokubai♦
56.3k16133152
56.3k16133152
asked Dec 2 at 19:51
ahtareen
1
1
1
First step is to look at the partition type, e.g. withfdisk -l /dev/sdb
(as root) for textual output on the shell you can cut and paste when you edit the question. The-l
(lower case ell) is important. Second step is to try to mount it, e.g.mount /dev/sdb1 /mnt
(as root) and see what happens, assuming you have a/mnt
directory for mountpoints. Depending on how your system looks,/media
, or a directory under one of these two will also work as a good mountpoint.
– dirkt
Dec 2 at 20:15
What is the output of "blkid" - that should show a list of block devices ?
– davidgo
Dec 3 at 1:26
sorry i do not understand the language " textural output" question". Is there any way that some one with a kind heart from a remote excess can help me with the the very basics of commands ?
– ahtareen
Dec 3 at 16:13
add a comment |
1
First step is to look at the partition type, e.g. withfdisk -l /dev/sdb
(as root) for textual output on the shell you can cut and paste when you edit the question. The-l
(lower case ell) is important. Second step is to try to mount it, e.g.mount /dev/sdb1 /mnt
(as root) and see what happens, assuming you have a/mnt
directory for mountpoints. Depending on how your system looks,/media
, or a directory under one of these two will also work as a good mountpoint.
– dirkt
Dec 2 at 20:15
What is the output of "blkid" - that should show a list of block devices ?
– davidgo
Dec 3 at 1:26
sorry i do not understand the language " textural output" question". Is there any way that some one with a kind heart from a remote excess can help me with the the very basics of commands ?
– ahtareen
Dec 3 at 16:13
1
1
First step is to look at the partition type, e.g. with
fdisk -l /dev/sdb
(as root) for textual output on the shell you can cut and paste when you edit the question. The -l
(lower case ell) is important. Second step is to try to mount it, e.g. mount /dev/sdb1 /mnt
(as root) and see what happens, assuming you have a /mnt
directory for mountpoints. Depending on how your system looks, /media
, or a directory under one of these two will also work as a good mountpoint.– dirkt
Dec 2 at 20:15
First step is to look at the partition type, e.g. with
fdisk -l /dev/sdb
(as root) for textual output on the shell you can cut and paste when you edit the question. The -l
(lower case ell) is important. Second step is to try to mount it, e.g. mount /dev/sdb1 /mnt
(as root) and see what happens, assuming you have a /mnt
directory for mountpoints. Depending on how your system looks, /media
, or a directory under one of these two will also work as a good mountpoint.– dirkt
Dec 2 at 20:15
What is the output of "blkid" - that should show a list of block devices ?
– davidgo
Dec 3 at 1:26
What is the output of "blkid" - that should show a list of block devices ?
– davidgo
Dec 3 at 1:26
sorry i do not understand the language " textural output" question". Is there any way that some one with a kind heart from a remote excess can help me with the the very basics of commands ?
– ahtareen
Dec 3 at 16:13
sorry i do not understand the language " textural output" question". Is there any way that some one with a kind heart from a remote excess can help me with the the very basics of commands ?
– ahtareen
Dec 3 at 16:13
add a comment |
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: 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%2fsuperuser.com%2fquestions%2f1380255%2fhow-to-access-my-2nd-internal-harddrive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1380255%2fhow-to-access-my-2nd-internal-harddrive%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
First step is to look at the partition type, e.g. with
fdisk -l /dev/sdb
(as root) for textual output on the shell you can cut and paste when you edit the question. The-l
(lower case ell) is important. Second step is to try to mount it, e.g.mount /dev/sdb1 /mnt
(as root) and see what happens, assuming you have a/mnt
directory for mountpoints. Depending on how your system looks,/media
, or a directory under one of these two will also work as a good mountpoint.– dirkt
Dec 2 at 20:15
What is the output of "blkid" - that should show a list of block devices ?
– davidgo
Dec 3 at 1:26
sorry i do not understand the language " textural output" question". Is there any way that some one with a kind heart from a remote excess can help me with the the very basics of commands ?
– ahtareen
Dec 3 at 16:13