You are not logged in.
Pages: 1
Hey everyone...
I'm totally embarrassed to ask something like this but how can I mount as normal user?
Of course as root there isn't any problem but as normal user it wont work.
fstab:
/dev/sdb2 /media/usb_1 auto rw,users,auto,exec,unhide 0 0
Ok, that the automount won't work is something I allready found out but it should be possible for me as normal user to mount the ext. hd. I always get the "error message", that this just can be done by root (mount /dev/sdb2 /media/usb_1). If I try to mount the device as root/sudo there isn't any problem.
Hope you don't stone me to death 'cause of my stupidness and can help me.
Rgds
shahon
Last edited by shahon (2008-07-26 13:54:18)
Offline
Hello,
I think your problem is a lack of privelages. Is your user in the hal,storage,dbus,disk,optical groups?
To see what groups are available, simply;
cat /etc/group
Also, to add yourself to a group;
su
# gpasswd -a [username] [group]
e.g:
# gpasswd -a shahon hal
Offline
Hope you don't stone me to death 'cause of my stupidness and can help me.
Dont feel embarrassed. No question here is stupid, and definatly not in the Newbie section.
Its asking question and geting answers that is the purpose of this forum.
So if you cant find your answers in the wiki pages ask whatever questions you want an answer to,
nobody here will say it is a stupid question or something like that.
Offline
Thx, but it's not a matter of privelages. I'm in the: hal,storage,dbus,disk,users,audio,video,optical groups.
I'm not really interested in automount but if there isn't any other way I'll try it with AutoFS or something else...
Rgds
shahon
Offline
Maybe this post will give you some fresh ideas: http://bbs.archlinux.org/viewtopic.php?id=46944
Hint: the search feature in the forums is your friend. Most times someone else has already had the problem you're asking about, but not always of course.
And welcome to Arch.
Time is a great teacher, but unfortunately it kills all its pupils ... - Louis Hector Berlioz
Offline
Pages: 1