Mounting a non-partitioned hard drive (beginner)How to use DD to clone a partition off a disk image?Manually...
How to respond to upset student?
Pirate democracy at its finest
When the Torah was almost lost and one (or several) Rabbis saved it?
Apt - strange requests to d16r8ew072anqo.cloudfront.net:80
Find the three digit Prime number P from the given unusual relationships
What does ${!#} mean in Shell scripting?
My employer faked my resume to acquire projects
Can my floppy disk still work without a shutter spring?
Parallel fifths in the orchestra
What is the difference between singing and speaking?
Why did the person in charge of a principality not just declare themself king?
How to politely tell someone they did not hit "reply to all" in an email?
Make 24 using exactly three 3s
Construct a word ladder
Could a 19.25mm revolver actually exist?
How to cut a climbing rope?
USPS Back Room - Trespassing?
What is the function of the corrugations on a section of the Space Shuttle's external tank?
Why most published works in medical imaging try reducing false positives?
Question in discrete mathematics about group permutations
Which European Languages are not Indo-European?
Can a person survive on blood in place of water?
Is there a simple example that empirical evidence is misleading?
NIntegrate doesn't evaluate
Mounting a non-partitioned hard drive (beginner)
How to use DD to clone a partition off a disk image?Manually cloning a Live USB Arch distro to a VMware virtual diskmdadm - RAID5 array size vs. actual disk size mismatchHow to mount sdb directly or using LVM partitions on sda?How to extend logical & extended partition with fdiskExtend partition using LVMAdd scound Linux OS dual with Centos 7Optimal LVM Setup to Keep Adding Space to Single Mountpoint(Complicated) RAID hard drive issueWrong fs type, bad option, bad superblock on /dev/sdX
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm trying to mount my two harddrives (sdb and sdc) on Ubuntu 18.04
$ sudo fdisk -l
Disk /dev/sda: 111.8 GiB, 120040980480 bytes, 234455040 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: gpt Disk identifier: 843403B2-BF09-43A4-8B53-A44D8FAEF693
Device Start End Sectors Size Type /dev/sda1 2048 1050623 1048576 512M EFI System /dev/sda2 1050624 234452991 233402368 111.3G Linux filesystem
Disk /dev/sdb: 2.7 TiB, 3000592982016 bytes, 5860533168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: gpt Disk identifier: B57FB0D1-775D-461B-9CE4-0FA48845C7D4
Disk /dev/sdc: 2.7 TiB, 3000592982016 bytes, 5860533168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: gpt Disk identifier: 16696FCE-133A-47CC-8CDB-BD59002A6A24
'sudo mount /dev/sdb /media' doesn't seem to work, I assume because the disks aren't partitioned(?) How do I go about mounting sdb and sdc?
ubuntu mount partition
New contributor
add a comment |
I'm trying to mount my two harddrives (sdb and sdc) on Ubuntu 18.04
$ sudo fdisk -l
Disk /dev/sda: 111.8 GiB, 120040980480 bytes, 234455040 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: gpt Disk identifier: 843403B2-BF09-43A4-8B53-A44D8FAEF693
Device Start End Sectors Size Type /dev/sda1 2048 1050623 1048576 512M EFI System /dev/sda2 1050624 234452991 233402368 111.3G Linux filesystem
Disk /dev/sdb: 2.7 TiB, 3000592982016 bytes, 5860533168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: gpt Disk identifier: B57FB0D1-775D-461B-9CE4-0FA48845C7D4
Disk /dev/sdc: 2.7 TiB, 3000592982016 bytes, 5860533168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: gpt Disk identifier: 16696FCE-133A-47CC-8CDB-BD59002A6A24
'sudo mount /dev/sdb /media' doesn't seem to work, I assume because the disks aren't partitioned(?) How do I go about mounting sdb and sdc?
ubuntu mount partition
New contributor
add a comment |
I'm trying to mount my two harddrives (sdb and sdc) on Ubuntu 18.04
$ sudo fdisk -l
Disk /dev/sda: 111.8 GiB, 120040980480 bytes, 234455040 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: gpt Disk identifier: 843403B2-BF09-43A4-8B53-A44D8FAEF693
Device Start End Sectors Size Type /dev/sda1 2048 1050623 1048576 512M EFI System /dev/sda2 1050624 234452991 233402368 111.3G Linux filesystem
Disk /dev/sdb: 2.7 TiB, 3000592982016 bytes, 5860533168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: gpt Disk identifier: B57FB0D1-775D-461B-9CE4-0FA48845C7D4
Disk /dev/sdc: 2.7 TiB, 3000592982016 bytes, 5860533168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: gpt Disk identifier: 16696FCE-133A-47CC-8CDB-BD59002A6A24
'sudo mount /dev/sdb /media' doesn't seem to work, I assume because the disks aren't partitioned(?) How do I go about mounting sdb and sdc?
ubuntu mount partition
New contributor
I'm trying to mount my two harddrives (sdb and sdc) on Ubuntu 18.04
$ sudo fdisk -l
Disk /dev/sda: 111.8 GiB, 120040980480 bytes, 234455040 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: gpt Disk identifier: 843403B2-BF09-43A4-8B53-A44D8FAEF693
Device Start End Sectors Size Type /dev/sda1 2048 1050623 1048576 512M EFI System /dev/sda2 1050624 234452991 233402368 111.3G Linux filesystem
Disk /dev/sdb: 2.7 TiB, 3000592982016 bytes, 5860533168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: gpt Disk identifier: B57FB0D1-775D-461B-9CE4-0FA48845C7D4
Disk /dev/sdc: 2.7 TiB, 3000592982016 bytes, 5860533168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: gpt Disk identifier: 16696FCE-133A-47CC-8CDB-BD59002A6A24
'sudo mount /dev/sdb /media' doesn't seem to work, I assume because the disks aren't partitioned(?) How do I go about mounting sdb and sdc?
ubuntu mount partition
ubuntu mount partition
New contributor
New contributor
edited 12 mins ago
Donald L Wilson
134
134
New contributor
asked 21 mins ago
HackermanHackerman
11
11
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
Hackerman 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%2funix.stackexchange.com%2fquestions%2f520772%2fmounting-a-non-partitioned-hard-drive-beginner%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
Hackerman is a new contributor. Be nice, and check out our Code of Conduct.
Hackerman is a new contributor. Be nice, and check out our Code of Conduct.
Hackerman is a new contributor. Be nice, and check out our Code of Conduct.
Hackerman is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f520772%2fmounting-a-non-partitioned-hard-drive-beginner%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