USB memory devices not working (unable to mount)How can a usb be detected but not show up anywhere?Can't...
How do spaceships determine each other's mass in space?
Difference between `nmap local-IP-address` and `nmap localhost`
How to make sure I'm assertive enough in contact with subordinates?
PTIJ: Sport in the Torah
How do I raise a figure (placed with wrapfig) to be flush with the top of a paragraph?
How should I solve this integral with changing parameters?
How to educate team mate to take screenshots for bugs with out unwanted stuff
Are E natural minor and B harmonic minor related?
How to install round brake pads
Is there a way to make cleveref distinguish two environments with the same counter?
What is Tony Stark injecting into himself in Iron Man 3?
Should we avoid writing fiction about historical events without extensive research?
Is there a logarithm base for which the logarithm becomes an identity function?
Which country has more?
Does an unused member variable take up memory?
Would those living in a "perfect society" not understand satire
Under what conditions can the right to be silence be revoked in the USA?
Is it appropriate to ask a former professor to order a book for me through an inter-library loan?
Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?
What will happen if my luggage gets delayed?
When to use a QR code on a business card?
Insult for someone who "doesn't know anything"
Writing text next to a table
What is this tube in a jet engine's air intake?
USB memory devices not working (unable to mount)
How can a usb be detected but not show up anywhere?Can't mount any partition due to “/usb: Adding read ACL for uid 1000 to /media/evil' failed: Operation not supported” errorAutomounted USB devices are read onlyDetect and mount devicesUSB memory stick not working any moreUSB memory stick is no longer recognized as a driveProblem with opening USB flash drive stickUbuntu 16.10 USB devices disapper after running multimedia filesUbuntu 17.10 does not detect USB 3.0 devices on USB 3.0 portUSB sticks and video devices not recognized
I have an annoying problem. On my laptop all of my USB memory devices stopped working. They all worked fine until few days ago, I don't remember doing anything to affect it myself. Until that day I used Ubuntu 12.04. I thought maybe I could fix the problem by upgrading Ubuntu, so I upgraded to Ubuntu 12.10, but the problem was still there, and I finally upgraded to Ubuntu 13.04, but it didn't fix the problem.
When I insert a USB memory stick, this is the message I get:
Unable to mount volume (NAME OF THE DEVICE). Device /dev/sdb1 is already mounted at `/media/usb0'.
My phone and mouse work fine.
I can see what's on the USB stick, but I can't delete it or write or paste anything new since the only available options are Copy, Eject and Properties.
I'm so bad with the terminal, usually when I have some problem I just reinstall the OS, but I can't do it now since I have some personal files that I don't want to lose.
usb mount usb-drive
bumped to the homepage by Community♦ 18 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have an annoying problem. On my laptop all of my USB memory devices stopped working. They all worked fine until few days ago, I don't remember doing anything to affect it myself. Until that day I used Ubuntu 12.04. I thought maybe I could fix the problem by upgrading Ubuntu, so I upgraded to Ubuntu 12.10, but the problem was still there, and I finally upgraded to Ubuntu 13.04, but it didn't fix the problem.
When I insert a USB memory stick, this is the message I get:
Unable to mount volume (NAME OF THE DEVICE). Device /dev/sdb1 is already mounted at `/media/usb0'.
My phone and mouse work fine.
I can see what's on the USB stick, but I can't delete it or write or paste anything new since the only available options are Copy, Eject and Properties.
I'm so bad with the terminal, usually when I have some problem I just reinstall the OS, but I can't do it now since I have some personal files that I don't want to lose.
usb mount usb-drive
bumped to the homepage by Community♦ 18 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have an annoying problem. On my laptop all of my USB memory devices stopped working. They all worked fine until few days ago, I don't remember doing anything to affect it myself. Until that day I used Ubuntu 12.04. I thought maybe I could fix the problem by upgrading Ubuntu, so I upgraded to Ubuntu 12.10, but the problem was still there, and I finally upgraded to Ubuntu 13.04, but it didn't fix the problem.
When I insert a USB memory stick, this is the message I get:
Unable to mount volume (NAME OF THE DEVICE). Device /dev/sdb1 is already mounted at `/media/usb0'.
My phone and mouse work fine.
I can see what's on the USB stick, but I can't delete it or write or paste anything new since the only available options are Copy, Eject and Properties.
I'm so bad with the terminal, usually when I have some problem I just reinstall the OS, but I can't do it now since I have some personal files that I don't want to lose.
usb mount usb-drive
I have an annoying problem. On my laptop all of my USB memory devices stopped working. They all worked fine until few days ago, I don't remember doing anything to affect it myself. Until that day I used Ubuntu 12.04. I thought maybe I could fix the problem by upgrading Ubuntu, so I upgraded to Ubuntu 12.10, but the problem was still there, and I finally upgraded to Ubuntu 13.04, but it didn't fix the problem.
When I insert a USB memory stick, this is the message I get:
Unable to mount volume (NAME OF THE DEVICE). Device /dev/sdb1 is already mounted at `/media/usb0'.
My phone and mouse work fine.
I can see what's on the USB stick, but I can't delete it or write or paste anything new since the only available options are Copy, Eject and Properties.
I'm so bad with the terminal, usually when I have some problem I just reinstall the OS, but I can't do it now since I have some personal files that I don't want to lose.
usb mount usb-drive
usb mount usb-drive
edited Jun 20 '13 at 5:53
karel
60k13129153
60k13129153
asked May 1 '13 at 0:22
Lena MalaLena Mala
612
612
bumped to the homepage by Community♦ 18 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 18 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I have a similar problem yours. I have devices set up in /etc/fstab I think you might as well but you have problems with the permissions. Do this in terminal
sudo blkid && sudo gedit /etc/fstab
without quotes look through the file change permissions to defaults for your usb device that should help with accessing read and write. Here http://www.tuxfiles.org/linuxhelp/fstab.html you should be able to learn a bit more on fstab. I don't think it will help with the error popping up though.
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%2f288819%2fusb-memory-devices-not-working-unable-to-mount%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
I have a similar problem yours. I have devices set up in /etc/fstab I think you might as well but you have problems with the permissions. Do this in terminal
sudo blkid && sudo gedit /etc/fstab
without quotes look through the file change permissions to defaults for your usb device that should help with accessing read and write. Here http://www.tuxfiles.org/linuxhelp/fstab.html you should be able to learn a bit more on fstab. I don't think it will help with the error popping up though.
add a comment |
I have a similar problem yours. I have devices set up in /etc/fstab I think you might as well but you have problems with the permissions. Do this in terminal
sudo blkid && sudo gedit /etc/fstab
without quotes look through the file change permissions to defaults for your usb device that should help with accessing read and write. Here http://www.tuxfiles.org/linuxhelp/fstab.html you should be able to learn a bit more on fstab. I don't think it will help with the error popping up though.
add a comment |
I have a similar problem yours. I have devices set up in /etc/fstab I think you might as well but you have problems with the permissions. Do this in terminal
sudo blkid && sudo gedit /etc/fstab
without quotes look through the file change permissions to defaults for your usb device that should help with accessing read and write. Here http://www.tuxfiles.org/linuxhelp/fstab.html you should be able to learn a bit more on fstab. I don't think it will help with the error popping up though.
I have a similar problem yours. I have devices set up in /etc/fstab I think you might as well but you have problems with the permissions. Do this in terminal
sudo blkid && sudo gedit /etc/fstab
without quotes look through the file change permissions to defaults for your usb device that should help with accessing read and write. Here http://www.tuxfiles.org/linuxhelp/fstab.html you should be able to learn a bit more on fstab. I don't think it will help with the error popping up though.
edited Jun 20 '13 at 5:52
thefourtheye
4,33921630
4,33921630
answered Jun 20 '13 at 4:13
ThomasThomas
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%2f288819%2fusb-memory-devices-not-working-unable-to-mount%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