Hardware :: Can't Mount Partitions As A Normal User
Jan 31, 2010
I really can't mount my partitions as an normal user. I added umask and users option.
When I mount a partition i get no errors, but the directory is empty. I umounted first.
Here is my fstab:
Code: #
# /etc/fstab
# Created by anaconda on Sat Jan 30 18:30:30 2010
#
[Code]....
View 9 Replies
ADVERTISEMENT
Sep 2, 2010
When I mount a USB partition from the console, I need to execute mount as root unless I add a line in /etc/fstab. However, Nautilus mounts my USB stick automatically without asking for root permissions and without any entry in/etc/fstab. How does it do this?
View 6 Replies
View Related
Nov 13, 2010
I need to access sdc2 & sdc4 from SUSE, have shared the partitions already but i am unable to write data there. I checked permissions, it says only owner can change the permission. I need to get rw access for a normal user. Have chmod it already but it didnt work.
View 9 Replies
View Related
Jun 28, 2011
I just want to be able to access and modify the files on my usb drive as a normal user. The mount command works perfectly as root but then the files that I end up copying to my home folder can only be modified as root. I only use a window manager and use just bash for file management. I just want to be able to it through the command line.
(using 13.37)
View 14 Replies
View Related
Jul 30, 2009
Quote:
Originally Posted by G�del
It gets me within a mile
how i am auto mount the ntfs drives through the normal user with out asking password... I need it and also one thing is i want two drives only auto mount and when i open the other drives it should ask the password?...
View 1 Replies
View Related
Nov 24, 2010
I am unable to mount my ext hdd as normal user ,i am using xfce Unable to mount "80G Volume":
Rejected send message, 1 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=2776 comm="exo-mount) interface="org.freedesktop.Hal.Device.Volume" member="Mount" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1908 comm="/usr/sbin/hald))
View 6 Replies
View Related
Oct 6, 2010
I am using fedora 12.I have two internal drives. Both are ntfs. Whenever i click on them it prompts to enter root password. But i want to mount them as normal user without entering any root password. How can i disable it so that i am not asked to enter root password everytime i mount the drives.
View 2 Replies
View Related
Jan 26, 2010
I need to mount a partition that is on a server (via samba).
I am doing the following in my fstab
Quote:
//server/www /media/www cifs rw,user,allow_other,default_permissions,credential s=/root/.smbcredentials,iocharset=utf8,dir_mode=0777,file_ mode=0777 0 0
I can mount it but it just allows me to access with the root user. How can I do it to get access with any user?
Additional Data: I added "rw,user,allow_other,default_permissions" because I thought that would solve de problem but it didn't.
View 1 Replies
View Related
Feb 19, 2010
I'm able to mount ntfs file system as root user but I want the same thing to be allowed to normal user .
I'm not much familier with linux environment so please explain me how to do that for normal user.
View 3 Replies
View Related
Oct 6, 2010
I want to simply mount an ext4 file-system onto a normal mount point in Ubuntu (/media/whereever), as read-writable for the current logged-in user, i.e. me.
I don't want to add anything into /etc/fstab, I just want to do it now, manually. I need super-user privileges to mount a device, but then only root can read-write that mount. I've tried various of the mount options, added it into fstab, but with no luck.
View 3 Replies
View Related
Aug 30, 2011
How can I get palimpsest to get authorization to mount partitions when started as a regular user? It works when started from a root session.
View 2 Replies
View Related
May 28, 2011
What I'm trying to do is to grant my regular user to locally mount partitions and shutdown the machine without a password. Here is what I've done to /etc/sudoers:
Code:
Host_Alias LOCAL = localhost
Cmnd_Alias SHUTDOWN = /sbin/shutdown
Cmnd_Alias MOUNT = /bin/mount, /bin/umount
<my_username> LOCAL=(root) NOPASSWD: SHUTDOWN, MOUNT
%wheel ALL=(ALL) ALL
My user is a member of wheel group and I want to type the password for each sudo command except for shutdown and mount. However I am asked for a password whenever I execute "sudo mount [...]" or "sudo shutdown [...]".
View 4 Replies
View Related
Jul 3, 2010
I have a question that i want to make a normal user to execute the commands which the root user is able to execute, say if i have a user named siru and when i logged in using siru i cannot run commands like tracert,nmap@loccalhost and all but i can run when i have logged into root account so my question is how to make siru to run the command tracert,nmap@localhost.I have even edited the .bash_profile of siru's home directory from
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
[code]...
View 1 Replies
View Related
Oct 15, 2009
Quote:
Originally Posted by diamond_ramsey
I was able to download the Fedora 12 Beta on a i386(32-bit) DVD iso and the install went well and clean.
I`m new to Fedora (but not to Linux generally) and maybe I made some kind of mistake. I`m not quite sure what logical volumes are and I was a little bit scared to use them. I tried to disable logical volumes and put Fedora on my "classical" volumes (partitions) but they looked quite different from what I expected.
View 5 Replies
View Related
Feb 20, 2010
I have an Ubuntu 9.10/64 Server configured with LVM in a 1Tb sata disk in my home server. For a simple server, LVM adds complexity if you need to recover your system, so I decided to migrate from LVM to normal partitions. I have another 1Tb disk to copy my system disk. In the backup disk, i have created same size partitions and trasfered files from /boot and root volumes with rsync, presenving perms etc... and excluding /dev /proc /sys etc... I have then modified /etc/fstab to mount new UUID's and reinstaled grub via live CD and chroot.
At this point, when I replace my system disk with backup one, the boot process start as usual, but when it starts loading services the boot process does not continue. The system is not "frozen". If I press intro, there is a line feed on screen. If I mount the backup disk in another system, there is nothing writed to /var/log/syslog or dmesg files during the boot process. I can change terminal with <alt>F2 but there is no login. In console, with backup disk I get:
Code:
....type 1505 audit.... operation="profile_load".....
Done.
fsck from util-linux-ng 2.16
/dev/sda1: clean ......
fsck from util-linux-ng 2.16
/dev/sda5: clean ......
* Stopping remote control daemon(s): LIRC
* Loading LIRC modules
lircd-0.8.6[1057]: lircd(default) ready, using /var/run/lirc/litcd
* could not access PID file for nmbd
And with original system disk:
Code:
....type 1505 audit.... operation="profile_load".....
Done.
fsck from util-linux-ng 2.16
/dev/sda5: clean ......
fsck from util-linux-ng 2.16
* Stopping remote control daemon(s): LIRC
* Loading LIRC modules
lircd-0.8.6[1057]: lircd(default) ready, using /var/run/lirc/litcd
/dev/mapper/coll-root: clean ......
* could not access PID file for nmbd
* Setting preliminary keumap...
Ubuntu 9.10 coll tty1
coll login:
View 1 Replies
View Related
Feb 10, 2010
I am trying to setup fstab to automatically mount my NTFS partitions. I have used various Mount managers to create the entries in fstab. The fstab seems fine, but when mounting at boot or even via Nautilus I get the error message that I do not have permission to mount the disk.
1) Can this permission be set in the fstab file? If so what is the syntax of the fstab entry?
2) If not, is there a tool i.e. GUI to set the mount permissions?
View 14 Replies
View Related
Jun 26, 2011
actually some my windows ntfs partiitions are unable to mount at start up. the error msg is -'some of your partitions are unable to mount press 's' to skip or 'm' to manually mount.
View 14 Replies
View Related
Aug 24, 2010
First of all: it's been more than 12 years ago since I worked with Linux, and a lot has changed in the meantime. But I considered it a challenge to install Ubuntu 9.10 and lateron upgraded to 10.04 LTS without any troubles, until now:
Except my main partition ("/") all other partitions fail to mount. All NTFS partitions from my other OS and also 2 other linux ext4 partitions I've made are not accessible anymore. and, what bothers me the most: I deleted those 2 new linux partitions in the meantime because I couldn't access them initially because Root was the owner (Duh! root is standard disabled in Ubuntu, right?). After an attempt to try to automount all partitions following the help guides I got now big grey errors on my splashscreen while booting, telling that an error occured with e.g. /media/Backup because it is missing or it cannot be mounted, with 3 options below: waiting, skipping or using a command prompt to solve this. I always choose Skip for safety.
Now if I want to see the content of all my other partitions I got a popup telling me unable to mount e.g. /media/Downloads and the message included:
[Code]....
View 9 Replies
View Related
Mar 6, 2010
Everything was working great with my FC12 box. I think the Fedora Gods must be punishing me as I had recently downloaded an image for another distro, but was only trying to install it to usb and play with it on another computer!
Then I tried to boot and I got an error message:
Code:
mount: you must specify the filesystem type
mount: you must specify the filesystem type
mount: you must specify the filesystem type
[code]....
Can't mount root filesystem
Boot has failed, sleeping forever. I obviously don't understand the boot process well enough to fix this problem, so I'll describe what happens in more detail. (Feel free to correct my terminology so I can communicate in a more concise manner next time!)
1) Bootloader comes up fine and I'm able to select my kernel. (This problem affects all kernels)
2) Then as usual a whole bunch of text goes flying across the screen identifying hardware.
3) During this hardware identification, at the point where all my disks are being identified sd 1, sd 2, sd 6... I get the error shortly/immediately after this.
I cant tell for certain if its immediate because so many mount messages are spewed and I am not sure how to 1) pause the screen or 2) scroll the screen or 3) output this information to a file. But it does sit long enough on the disk identification which is right before the mount errors. I was able to look at a previous dmesg and noticed that dracut comes right after the disk identification, so I think the mount errors are being generated in dracut. (Now whether dracut is the problem or not is another issue) I am able to boot using a rescue usb and mount my LVM manually and then browse the root filesystem, so at least my data seems to be safe!
my /etc/fstab:
Code:
UUID=7acf1074-64bb-4a73-9558-f9657f712756 /boot ext4 defaults 1 2
/dev/mapper/vg_willowtree-lv_swap swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
[code].....
View 11 Replies
View Related
Apr 15, 2010
Is there any way to use 'fdisk -l' as a normal user? I see in F12, /sbin has been added to PATH by default for a normal user, but when trying to use it, nothing shows up.
See below for demonstration purposes:
Code:
Password:
I don't want to use 'su -' or 'su -c' and login every time.
View 6 Replies
View Related
Jun 11, 2010
Recently I noticed, that manpages are not available anymore for a normal user:
Code:
$ man grep
No manual entry for grep
See 'man 7 undocumented' for help when manual pages are not available.With root privileges everything works fine
View 2 Replies
View Related
Oct 1, 2010
As I get reply from antoher forum is best there on Ubuntu is better to have 2 user accounts - one is admin and other is normal user for surfing, and other things. But there is problem. How can I install applications on this normal user account?
And,.. is option for installed applications (on normal user acc.) is no visible or installed on admin account?
- Can I .reg file for program which is running on Wine, use for a program that I need to change settings in "registry"?
View 7 Replies
View Related
Jan 3, 2010
Ubuntu(9.10) does not let me the permission to mount/unmount any NTFS partition with a normal click . I have to do it by using sudo mount command like below every time.
"sudo mount /dev/sda6 /media/sda6"
and a similar command to Unmount When I try to mount using the normal click I get the following error message Error unmounting: umount exited with exit code 1: helper failed with: umount: only root can unmount /dev/sda6 from /media/sda6 And a similar error for mounting
This problem started when I used storage device manager(pysdm) to mount the drives I have the same problem with all the drives
View 9 Replies
View Related
Aug 29, 2011
I can switch to root by typing "su"After having done something, I hope to switch back to original normal user. What's the command,
View 3 Replies
View Related
May 19, 2010
I would like to allow normal users to run some root scripts (e.g the sound subsytem [alsa]) in cases sound is stuck. What is the best way to allow this to happen in opensuse? There are many ways to do that (and I do not know how to use any of them ) and I am not sure which one is more suse all right.
View 6 Replies
View Related
May 11, 2011
I can start libreoffice as root user, but can't start as normal user. Shows error, exception "user" like something, now even that also stopped coming.
View 4 Replies
View Related
Jul 8, 2010
Using opensuse 11.1 64 bit with kde 4.1.3, apps like k3b, or any multimedia apps can not see the optical drives unless I run the apps as root. I also found that to run bladeenc, I have to do it in a root terminal. Is there a way to set permissions for the normal user? Firefox or any text editor work fine as normal user.
View 6 Replies
View Related
Feb 18, 2011
I have installed Oracle Database server in Red Hat Linux for the first time. I edited the .bash_profile first time & defined some parameters like "export ORACLE_SID =orcl".I quit the editing. Then When I entered ". .bash_profile" it got error " not a valid identifier" it shows like "bash: export: '=orcl' : not a valid identifier for all the lines I edited it shows same error beacause I think I put a space in between "ORACLE_SID" & "=orcl".
So when I tried to edit that using "vi .bash_profile" being a normal user. It doesn't allow me editing.when I try to delete that space (because I think I have got error) using Backspace key on my computer,,it just moves the cursor to left in stead of deleting that space.
View 5 Replies
View Related
Sep 16, 2009
I have just installed VirtualBox on my OpenSuSE 11.1 and created my first VM (Windows XP) - and everything works just fine, but.... I can only run it as user root (if I remember correctly I could only install VirtualBox as root)Anybody know what I need to do so that I can run VirtualBox under a normal user account.
View 2 Replies
View Related
Mar 11, 2010
Is there way we can restrict root to su to normal user. Or at least a way to prompt for the password when root tries to su <username>.
View 3 Replies
View Related