Ubuntu 10.10 USB drive not showing
USB is detecting but not showing the drives or mount details.
Nothing there inside my /media folder and /mnt folder.
I already enabled automatic mount and give privilege to user also.
My sudo fdisk -l
shows like:
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d3ba7
Device Boot Start End Blocks Id System
/dev/sda1 * 1 29637 238053376 83 Linux
/dev/sda2 29637 30402 6142977 5 Extended
/dev/sda5 29637 30402 6142976 82 Linux swap / Solaris
Any idea?
usb usb-drive
add a comment |
USB is detecting but not showing the drives or mount details.
Nothing there inside my /media folder and /mnt folder.
I already enabled automatic mount and give privilege to user also.
My sudo fdisk -l
shows like:
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d3ba7
Device Boot Start End Blocks Id System
/dev/sda1 * 1 29637 238053376 83 Linux
/dev/sda2 29637 30402 6142977 5 Extended
/dev/sda5 29637 30402 6142976 82 Linux swap / Solaris
Any idea?
usb usb-drive
The question is too general. You should elaborate on the problem - explain exactly what happens when you do xyz.
– mikewhatever
Mar 26 '12 at 17:40
are you sure that this is all that appears fromsudo fdisk -l
? try connecting the drive then typesudo fdisk -l
, wait untill you see the "$" sign again. It may take more than 5 minutes. ... I also want you to do something else... open a terminal, typels /dev/ | grep sd
then connect the drive then wait about 10 seconds then typels /dev/ | grep sd
again and post the results.
– Mina Michael
Nov 18 '13 at 17:25
add a comment |
USB is detecting but not showing the drives or mount details.
Nothing there inside my /media folder and /mnt folder.
I already enabled automatic mount and give privilege to user also.
My sudo fdisk -l
shows like:
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d3ba7
Device Boot Start End Blocks Id System
/dev/sda1 * 1 29637 238053376 83 Linux
/dev/sda2 29637 30402 6142977 5 Extended
/dev/sda5 29637 30402 6142976 82 Linux swap / Solaris
Any idea?
usb usb-drive
USB is detecting but not showing the drives or mount details.
Nothing there inside my /media folder and /mnt folder.
I already enabled automatic mount and give privilege to user also.
My sudo fdisk -l
shows like:
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d3ba7
Device Boot Start End Blocks Id System
/dev/sda1 * 1 29637 238053376 83 Linux
/dev/sda2 29637 30402 6142977 5 Extended
/dev/sda5 29637 30402 6142976 82 Linux swap / Solaris
Any idea?
usb usb-drive
usb usb-drive
edited Mar 27 '12 at 6:00
Ben
asked Mar 26 '12 at 16:33
BenBen
10615
10615
The question is too general. You should elaborate on the problem - explain exactly what happens when you do xyz.
– mikewhatever
Mar 26 '12 at 17:40
are you sure that this is all that appears fromsudo fdisk -l
? try connecting the drive then typesudo fdisk -l
, wait untill you see the "$" sign again. It may take more than 5 minutes. ... I also want you to do something else... open a terminal, typels /dev/ | grep sd
then connect the drive then wait about 10 seconds then typels /dev/ | grep sd
again and post the results.
– Mina Michael
Nov 18 '13 at 17:25
add a comment |
The question is too general. You should elaborate on the problem - explain exactly what happens when you do xyz.
– mikewhatever
Mar 26 '12 at 17:40
are you sure that this is all that appears fromsudo fdisk -l
? try connecting the drive then typesudo fdisk -l
, wait untill you see the "$" sign again. It may take more than 5 minutes. ... I also want you to do something else... open a terminal, typels /dev/ | grep sd
then connect the drive then wait about 10 seconds then typels /dev/ | grep sd
again and post the results.
– Mina Michael
Nov 18 '13 at 17:25
The question is too general. You should elaborate on the problem - explain exactly what happens when you do xyz.
– mikewhatever
Mar 26 '12 at 17:40
The question is too general. You should elaborate on the problem - explain exactly what happens when you do xyz.
– mikewhatever
Mar 26 '12 at 17:40
are you sure that this is all that appears from
sudo fdisk -l
? try connecting the drive then type sudo fdisk -l
, wait untill you see the "$" sign again. It may take more than 5 minutes. ... I also want you to do something else... open a terminal, type ls /dev/ | grep sd
then connect the drive then wait about 10 seconds then type ls /dev/ | grep sd
again and post the results.– Mina Michael
Nov 18 '13 at 17:25
are you sure that this is all that appears from
sudo fdisk -l
? try connecting the drive then type sudo fdisk -l
, wait untill you see the "$" sign again. It may take more than 5 minutes. ... I also want you to do something else... open a terminal, type ls /dev/ | grep sd
then connect the drive then wait about 10 seconds then type ls /dev/ | grep sd
again and post the results.– Mina Michael
Nov 18 '13 at 17:25
add a comment |
2 Answers
2
active
oldest
votes
Could you check the contents of /media
? Also start a terminal session and type in the following:
tail -f /var/log/syslog
Then insert a USB key. In the output that is displayed you'll see a line like this hopefully:
Mar 26 11:43:45 dt-ca-its-linux01 kernel: [11512.782402] sdb: sdb1
The /media
directory now also shows this:
user@linux01:/media$ ls
5F07-50A5
<- This is the USB key.
Let us know if any of this shows up and then we'll work on the issues from there.
Similar issue (I bailed after create usb startup disk messed up but it was working before) This is the syslog: pastebin.com/7xn2j7fg any clue?
– George Mauer
Apr 4 '12 at 18:26
add a comment |
Thank you, I had the same issue.
Worked here!
New contributor
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%2f116186%2fubuntu-10-10-usb-drive-not-showing%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
Could you check the contents of /media
? Also start a terminal session and type in the following:
tail -f /var/log/syslog
Then insert a USB key. In the output that is displayed you'll see a line like this hopefully:
Mar 26 11:43:45 dt-ca-its-linux01 kernel: [11512.782402] sdb: sdb1
The /media
directory now also shows this:
user@linux01:/media$ ls
5F07-50A5
<- This is the USB key.
Let us know if any of this shows up and then we'll work on the issues from there.
Similar issue (I bailed after create usb startup disk messed up but it was working before) This is the syslog: pastebin.com/7xn2j7fg any clue?
– George Mauer
Apr 4 '12 at 18:26
add a comment |
Could you check the contents of /media
? Also start a terminal session and type in the following:
tail -f /var/log/syslog
Then insert a USB key. In the output that is displayed you'll see a line like this hopefully:
Mar 26 11:43:45 dt-ca-its-linux01 kernel: [11512.782402] sdb: sdb1
The /media
directory now also shows this:
user@linux01:/media$ ls
5F07-50A5
<- This is the USB key.
Let us know if any of this shows up and then we'll work on the issues from there.
Similar issue (I bailed after create usb startup disk messed up but it was working before) This is the syslog: pastebin.com/7xn2j7fg any clue?
– George Mauer
Apr 4 '12 at 18:26
add a comment |
Could you check the contents of /media
? Also start a terminal session and type in the following:
tail -f /var/log/syslog
Then insert a USB key. In the output that is displayed you'll see a line like this hopefully:
Mar 26 11:43:45 dt-ca-its-linux01 kernel: [11512.782402] sdb: sdb1
The /media
directory now also shows this:
user@linux01:/media$ ls
5F07-50A5
<- This is the USB key.
Let us know if any of this shows up and then we'll work on the issues from there.
Could you check the contents of /media
? Also start a terminal session and type in the following:
tail -f /var/log/syslog
Then insert a USB key. In the output that is displayed you'll see a line like this hopefully:
Mar 26 11:43:45 dt-ca-its-linux01 kernel: [11512.782402] sdb: sdb1
The /media
directory now also shows this:
user@linux01:/media$ ls
5F07-50A5
<- This is the USB key.
Let us know if any of this shows up and then we'll work on the issues from there.
edited Oct 3 '15 at 13:22
snoop
2,89762750
2,89762750
answered Mar 26 '12 at 17:48
MordocMordoc
1,7891016
1,7891016
Similar issue (I bailed after create usb startup disk messed up but it was working before) This is the syslog: pastebin.com/7xn2j7fg any clue?
– George Mauer
Apr 4 '12 at 18:26
add a comment |
Similar issue (I bailed after create usb startup disk messed up but it was working before) This is the syslog: pastebin.com/7xn2j7fg any clue?
– George Mauer
Apr 4 '12 at 18:26
Similar issue (I bailed after create usb startup disk messed up but it was working before) This is the syslog: pastebin.com/7xn2j7fg any clue?
– George Mauer
Apr 4 '12 at 18:26
Similar issue (I bailed after create usb startup disk messed up but it was working before) This is the syslog: pastebin.com/7xn2j7fg any clue?
– George Mauer
Apr 4 '12 at 18:26
add a comment |
Thank you, I had the same issue.
Worked here!
New contributor
add a comment |
Thank you, I had the same issue.
Worked here!
New contributor
add a comment |
Thank you, I had the same issue.
Worked here!
New contributor
Thank you, I had the same issue.
Worked here!
New contributor
New contributor
answered 8 mins ago
Chandler KlüserChandler Klüser
12
12
New contributor
New contributor
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%2f116186%2fubuntu-10-10-usb-drive-not-showing%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
The question is too general. You should elaborate on the problem - explain exactly what happens when you do xyz.
– mikewhatever
Mar 26 '12 at 17:40
are you sure that this is all that appears from
sudo fdisk -l
? try connecting the drive then typesudo fdisk -l
, wait untill you see the "$" sign again. It may take more than 5 minutes. ... I also want you to do something else... open a terminal, typels /dev/ | grep sd
then connect the drive then wait about 10 seconds then typels /dev/ | grep sd
again and post the results.– Mina Michael
Nov 18 '13 at 17:25