Results 1 to 4 of 4
Hi again,
Something very strange has happened. For some reason when I plug in a USB device into my F12 rig up pops a error saying,
Code:
Unable to mount ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-06-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 25
Help, I can't mount USB devices
Hi again,
Something very strange has happened. For some reason when I plug in a USB device into my F12 rig up pops a error saying,
When I try to mount from the CLI I get,Code:Unable to mount <name of device> file system Not Authorised
I'm not really sure what this is telling me or what I need to do to fix it.Code:mount: can't find /dev/sdb1 in /etc/fstab or /etc/mstab
Thanks
- 08-06-2010 #2Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 2,513
Is this a change? When you previously plugged in a USB device, was it recognized and now it is not?
Are you doing the mount command as root?
What command do you use to mount manually?
- 08-09-2010 #3Just Joined!
- Join Date
- Jul 2010
- Posts
- 25
Yeah it previously worked fine, I'd plug a usb stick in and then up would pop the filesystem contents.
A manual mount can only be done as root, I get the message quoted second in my first post.
The only way I can navigate a connected device is to mount manually using "mount /dev/sdb1 /mnt"
- 08-09-2010 #4
If you're doing mount -a, then it mounts according to your fstab file. Normally you would not have an entry for a USB stick in fstab, since HAL takes care of mounting.
That error usually indicates something weird with your consolekit/polickity session.
The Arch wiki entry on HAL has some possible solutions.


Reply With Quote
