Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-22-2009, 03:56 PM
|
#1
|
Member
Registered: Mar 2009
Location: Pennsylvania
Distribution: gentoo
Posts: 372
Rep:
|
Nautilus refuses to mount as normal user.
I actually haven't tried as root yet, but as a normal user, whenever I try to mount something I get an error message "You are not privileged to mount this volume".
This is a brand new linux system.
I have not modified anything, just installed gnome and gdm.
In my previous linux installation (Ubuntu Intrepid) when I tried to mount a volume, gksu would pop up and ask me for my password. I can mount from command line (with sudo), but I would like to be able to mount from nautilus too.
|
|
|
03-22-2009, 04:06 PM
|
#2
|
Member
Registered: Aug 2006
Location: Michigan
Distribution: Ubuntu
Posts: 282
Rep:
|
Which distro are you using now?
|
|
|
03-22-2009, 04:08 PM
|
#3
|
Member
Registered: Mar 2009
Location: Pennsylvania
Distribution: gentoo
Posts: 372
Original Poster
Rep:
|
oh sorry, its Debian Lenny
|
|
|
03-22-2009, 04:27 PM
|
#4
|
Member
Registered: Nov 2008
Location: ~/
Distribution: Arch || Sidux
Posts: 393
Rep:
|
Its a Hal user policy issue. Either your user is not added to the correct group, or you need to edit the hal policy that allows you to mount the drives.
Check out this website and see if it helps out. Its about adding policies to HAL. Also audit your user's groups. Too see if your added to storage or whatever Debian's defaults is.
|
|
|
03-22-2009, 05:02 PM
|
#5
|
Member
Registered: Mar 2009
Location: Pennsylvania
Distribution: gentoo
Posts: 372
Original Poster
Rep:
|
Nope, no good. I changed it to allow, restarted hal and still no luck.
I'd rather not allow a regular user to mount, I would like Nautilus to ask me for the password and mount as root.
|
|
|
03-22-2009, 06:11 PM
|
#6
|
Member
Registered: Mar 2008
Location: NRW, Germany
Distribution: Arch Linux, using KDE/Plasma
Posts: 392
Rep:
|
Debian's default group for HDD's is plugdev I think
|
|
|
03-22-2009, 06:25 PM
|
#7
|
Member
Registered: Mar 2009
Location: Pennsylvania
Distribution: gentoo
Posts: 372
Original Poster
Rep:
|
I may not have installed pmount at all. Could that be the issue?
|
|
|
03-23-2009, 12:24 PM
|
#8
|
Member
Registered: Mar 2008
Location: NRW, Germany
Distribution: Arch Linux, using KDE/Plasma
Posts: 392
Rep:
|
AFAIK pmount isn't needed since the mounting works over HAL and DBus.
|
|
|
03-23-2009, 01:16 PM
|
#9
|
Member
Registered: Nov 2007
Posts: 213
Rep:
|
Quote:
Originally Posted by prushik
I actually haven't tried as root yet, but as a normal user, whenever I try to mount something I get an error message "You are not privileged to mount this volume".
This is a brand new linux system.
I have not modified anything, just installed gnome and gdm.
In my previous linux installation (Ubuntu Intrepid) when I tried to mount a volume, gksu would pop up and ask me for my password. I can mount from command line (with sudo), but I would like to be able to mount from nautilus too.
|
I get this message occasionally when I execute some configuration changes.
I have found that when I get this message after doing these changes, that I can fix this by going into /etc/fstab:
Code:
sudo gedit /etc/fstab
highlight the entry for the device (or partition),
'cut' the line for the device,
'save' config file,
then mount (or unmount) the device,
then 'paste' the line back into /etc/fstab (it should still be on the clipboard)
'save' the file, and close.
It never seems in my case to be a permission issue; rather a somehow improper mount/dismount...
|
|
|
03-23-2009, 01:26 PM
|
#10
|
Member
Registered: Mar 2008
Location: NRW, Germany
Distribution: Arch Linux, using KDE/Plasma
Posts: 392
Rep:
|
sudo isn't preconfigured on Debian, like it is on Ubuntu, so "sudo gedit fstab" should be replaced by
Code:
user@pc ~ $ su
(Enter 'root' password)
pc /home/user # gedit /etc/fstab
And Gnome usually doesn't need the fstab.
Last edited by TITiAN; 03-23-2009 at 01:29 PM.
|
|
|
03-23-2009, 02:01 PM
|
#11
|
LQ Guru
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Rep:
|
Are all the necessary packages installed for auto-mount to work ?
aptitude update
aptitude install gnome-volume-manager
go to System>Preferences>Sessions>Startup Programs and make sure Volume Manager is present with a check in the box.
I also like adding disk mounter to the panel. quick access to mounting/unmounting all your removable media
|
|
|
All times are GMT -5. The time now is 01:36 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|