'Unable to mount New Volume' and 'Unable to mount 202 GB Filesystem' in Ubuntu 12.04.2
I am using Ubuntu 12.04.2 on a live usb,
After I restarted my system with bootable usb, when I try to open my harddisk, it shows--
Unable to mount New Volume
Error mounting: mount exited with exit code 21: mount: according to mtab, /dev/sda3 is already mounted on /media/New Volume.
And
Unable to mount 202 GB Filesystem
Error mounting: mount exited with exit code 21: mount: according to mtab, /dev/sda2 is already mounted on /media/AECE2545CE250765
and i am not even able to access my pendrives, I have some really important programs stored in live USB and i want to copy and paste it in the harddisk.
Please help...Thanks in advance
boot partitioning usb mount usb-drive
add a comment |
I am using Ubuntu 12.04.2 on a live usb,
After I restarted my system with bootable usb, when I try to open my harddisk, it shows--
Unable to mount New Volume
Error mounting: mount exited with exit code 21: mount: according to mtab, /dev/sda3 is already mounted on /media/New Volume.
And
Unable to mount 202 GB Filesystem
Error mounting: mount exited with exit code 21: mount: according to mtab, /dev/sda2 is already mounted on /media/AECE2545CE250765
and i am not even able to access my pendrives, I have some really important programs stored in live USB and i want to copy and paste it in the harddisk.
Please help...Thanks in advance
boot partitioning usb mount usb-drive
So your hard disk's sda2 and sda3 partitions are already mounted. What's the problem?
– ubfan1
Sep 5 '13 at 19:40
add a comment |
I am using Ubuntu 12.04.2 on a live usb,
After I restarted my system with bootable usb, when I try to open my harddisk, it shows--
Unable to mount New Volume
Error mounting: mount exited with exit code 21: mount: according to mtab, /dev/sda3 is already mounted on /media/New Volume.
And
Unable to mount 202 GB Filesystem
Error mounting: mount exited with exit code 21: mount: according to mtab, /dev/sda2 is already mounted on /media/AECE2545CE250765
and i am not even able to access my pendrives, I have some really important programs stored in live USB and i want to copy and paste it in the harddisk.
Please help...Thanks in advance
boot partitioning usb mount usb-drive
I am using Ubuntu 12.04.2 on a live usb,
After I restarted my system with bootable usb, when I try to open my harddisk, it shows--
Unable to mount New Volume
Error mounting: mount exited with exit code 21: mount: according to mtab, /dev/sda3 is already mounted on /media/New Volume.
And
Unable to mount 202 GB Filesystem
Error mounting: mount exited with exit code 21: mount: according to mtab, /dev/sda2 is already mounted on /media/AECE2545CE250765
and i am not even able to access my pendrives, I have some really important programs stored in live USB and i want to copy and paste it in the harddisk.
Please help...Thanks in advance
boot partitioning usb mount usb-drive
boot partitioning usb mount usb-drive
asked Sep 5 '13 at 18:16
venusvenus
35128
35128
So your hard disk's sda2 and sda3 partitions are already mounted. What's the problem?
– ubfan1
Sep 5 '13 at 19:40
add a comment |
So your hard disk's sda2 and sda3 partitions are already mounted. What's the problem?
– ubfan1
Sep 5 '13 at 19:40
So your hard disk's sda2 and sda3 partitions are already mounted. What's the problem?
– ubfan1
Sep 5 '13 at 19:40
So your hard disk's sda2 and sda3 partitions are already mounted. What's the problem?
– ubfan1
Sep 5 '13 at 19:40
add a comment |
2 Answers
2
active
oldest
votes
The problem is likely that your USB-drive is now detected as the /dev/sda
device, as it is the first device found during the boot-up.
Try running sudo lshw -c disk
in a terminal. There you will find that your harddisk is probably /dev/sdb
at this point. Then run sudo fdisk -l /dev/sdb
and see if you recognize the partition sizes and layout. If that is the disk, then you should be able to mount it the way you already did, but change the sda
to sdb
in this case.
add a comment |
If you use both windows 8 and Ubuntu and you cant access win8 partitions from Ubuntu, just boot into win8, open Command prompt and type this:
powercfg -h off
And the problem will be solved.
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%2f341844%2funable-to-mount-new-volume-and-unable-to-mount-202-gb-filesystem-in-ubuntu-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The problem is likely that your USB-drive is now detected as the /dev/sda
device, as it is the first device found during the boot-up.
Try running sudo lshw -c disk
in a terminal. There you will find that your harddisk is probably /dev/sdb
at this point. Then run sudo fdisk -l /dev/sdb
and see if you recognize the partition sizes and layout. If that is the disk, then you should be able to mount it the way you already did, but change the sda
to sdb
in this case.
add a comment |
The problem is likely that your USB-drive is now detected as the /dev/sda
device, as it is the first device found during the boot-up.
Try running sudo lshw -c disk
in a terminal. There you will find that your harddisk is probably /dev/sdb
at this point. Then run sudo fdisk -l /dev/sdb
and see if you recognize the partition sizes and layout. If that is the disk, then you should be able to mount it the way you already did, but change the sda
to sdb
in this case.
add a comment |
The problem is likely that your USB-drive is now detected as the /dev/sda
device, as it is the first device found during the boot-up.
Try running sudo lshw -c disk
in a terminal. There you will find that your harddisk is probably /dev/sdb
at this point. Then run sudo fdisk -l /dev/sdb
and see if you recognize the partition sizes and layout. If that is the disk, then you should be able to mount it the way you already did, but change the sda
to sdb
in this case.
The problem is likely that your USB-drive is now detected as the /dev/sda
device, as it is the first device found during the boot-up.
Try running sudo lshw -c disk
in a terminal. There you will find that your harddisk is probably /dev/sdb
at this point. Then run sudo fdisk -l /dev/sdb
and see if you recognize the partition sizes and layout. If that is the disk, then you should be able to mount it the way you already did, but change the sda
to sdb
in this case.
answered Sep 5 '13 at 19:30
holmbholmb
221110
221110
add a comment |
add a comment |
If you use both windows 8 and Ubuntu and you cant access win8 partitions from Ubuntu, just boot into win8, open Command prompt and type this:
powercfg -h off
And the problem will be solved.
add a comment |
If you use both windows 8 and Ubuntu and you cant access win8 partitions from Ubuntu, just boot into win8, open Command prompt and type this:
powercfg -h off
And the problem will be solved.
add a comment |
If you use both windows 8 and Ubuntu and you cant access win8 partitions from Ubuntu, just boot into win8, open Command prompt and type this:
powercfg -h off
And the problem will be solved.
If you use both windows 8 and Ubuntu and you cant access win8 partitions from Ubuntu, just boot into win8, open Command prompt and type this:
powercfg -h off
And the problem will be solved.
edited Sep 18 '14 at 17:57
Luís de Sousa
9,2461752104
9,2461752104
answered Sep 18 '14 at 17:38
RazvanRazvan
1
1
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%2f341844%2funable-to-mount-new-volume-and-unable-to-mount-202-gb-filesystem-in-ubuntu-1%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
So your hard disk's sda2 and sda3 partitions are already mounted. What's the problem?
– ubfan1
Sep 5 '13 at 19:40