Ubuntu :: Unable To Mount Cdrom As Regular User
May 17, 2010
I have a problem to mount my cdrom as a regular user. After inserting a cd, I receive this error message:"Error mounting: mount exited with exit code 1: helper failed with:mount: must be superuser to use mount" After mounting the cdrom as superuser with "sudo mount /media/cdrom".I can access the cd also as regular user. This behavior is inconvenient and I would like to be able to mount the cdrom as user.Honestly, I do not have the experience to tell if this should be fine or not. Do you have any advice for me to fix this problem? I am running Ubuntu 9.10 with a 2.6.32-02063209-generic kernel.
View 6 Replies
ADVERTISEMENT
Aug 31, 2010
I had to change the mounting properties of my disk partitions so i tinkered with the fstab file.. Now I am unable to mount the cdrom as a normal user..To mount the cdrom I had to login as root in terminal and use the following command:
Code:
mount /mnt/cdrom
The cdrom entry in my fstab file reads:
[code]...
View 2 Replies
View Related
May 17, 2011
I get allways thus message when I try to access try to access my drive.
I have CentOs 5 and an HP Laptop. I use Oracle Virtualbox.
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
Oct 20, 2010
Does anyone have a permanent fix for not being able to use USB devices in VirtualBox as a regular user?
View 11 Replies
View Related
Dec 19, 2010
I made a Desktop User account. When I went on that account, it allowed me to execute sudo as if I was an administrator. I don't know what might be causing this. I do have ufw set up and blocking incoming connections. Do you guys know what might be at the root of this?Also, when I used sudo from the user account (which I shouldn't have been able to do), I provided the password for my admin account.
View 9 Replies
View Related
Sep 28, 2010
What is the difference between creating a "regular" user and creating a "system" user on Linux?
For example:
Code:
adduser john
Code:
adduser --system john
Similarly it seems there are normal groups and system groups. Doing an internet search and reading man pages does not give much information on the whole concept of system and regular user/group.
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
Dec 31, 2010
My cdrom is not mounting on ubuntu 8.04. I find this message in syslog (below). How can I resolve this?
<code>
Dec 30 16:13:26 ubuntusap kernel: [ 351.765683] usb-storage: device scan complete
Dec 30 16:13:26 ubuntusap kernel: [ 351.766423] scsi 5:0:0:0: CD-ROM Memorex DVD+-RAM 530L v1 5M64 PQ: 0 ANSI: 0
[Code]....
View 9 Replies
View Related
Oct 4, 2010
this subject seems to have been touched a hundred times, but after following all the advice google could provide, i'm still unable to mount cifs shares as user, here's the fstab line
<server> <mountpoint> cifs rw,noauto,credentials=/etc/gattonauth,uid=1000,gid=1000,dir_mode=0770 0 0
i've chowned the mountpoint to the user,
ive tried
chmod +s /sbin/mount.cifs /sbin/mount.cifs
suggested by http://www.linuxquestions.org/questi...-lenny-711337/
View 9 Replies
View Related
Mar 16, 2010
I can NOT mount my CDROM. I see several under the /dev folder cdrom, cdrw, dvd, scd0, src, how do I kow which drive to mount? I would like to load KDE fom a slackware disk,
View 1 Replies
View Related
Jan 1, 2011
My cdrom is not mounting on ubuntu 8.04. I find this message in syslog (below). How can I resolve this? code...
View 5 Replies
View Related
Jan 2, 2011
My cdrom is not mounting on ubuntu 8.04. I find this message in syslog (below). How can I resolve this?
<code>
Dec 30 16:13:26 ubuntusap kernel: [ 351.765683] usb-storage: device scan complete
Dec 30 16:13:26 ubuntusap kernel: [ 351.766423] scsi 5:0:0:0: CD-ROM Memorex DVD+-RAM 530L v1 5M64 PQ: 0 ANSI: 0
[Code]....
View 10 Replies
View Related
Mar 5, 2011
How do I mount dev cdrm/dvd in ubuntu 10.04.
View 2 Replies
View Related
Mar 5, 2010
I can't mount my cdrom drive
here is my /etc/fstab file(no i did not comment out /dev/cdrom) code...
View 1 Replies
View Related
May 27, 2011
I am trying to add my natty Live Cd as a repository, by issuing apt-cdrom add, but even autodetecting the mount point fails.
Code:
apt-cdrom --auto-detect add
How do I determine the mount point for the cdrom in order to tell apt-cdrom where to look?
Output:
Code:
Using CD-ROM mount point /media/apt/
Identifying..
E: Unable to stat the mount point /media/Ubuntu-4011.04-40amd64/ - stat (2: No such file or directory)
E: Unable to stat the mount point /media/apt/ - stat (2: No such file or directory)
W: Failed to mount '/dev/sr0' to '/media/apt/'
E: Unable to change to /media/apt/ - chdir (2: No such file or directory)
E: Unable to stat the mount point /media/Ubuntu-4011.04-40amd64/ - stat (2: No such file or directory)
View 5 Replies
View Related
Mar 12, 2011
How can i mount usb or cdrom in ubuntu9?
View 4 Replies
View Related
Mar 19, 2010
I am running Karmic x64 on a HP laptop that has a cd/dvd burner. I have a r/w cd with files on it and I wish to add/remove files to it. After it mounts automatically on insertion, I unmount it and remount with:
sudo mount /dev/sr0 -t iso9660 -w /media/cdrom
(I tried assorted other hare-brained things also) but it always says that the filesystem is read only. Do I need to use a different device than sr0? Is it even possible under Ubuntu?
View 1 Replies
View Related
Mar 24, 2010
My cdrom was sort of working, but the tray was physically damaged. The usb was working without a problem.
After replacing the the cdrom drive with a similar model known to work well I could not get it to mount. I then tried to move important files to usb to try a fresh install. The usb stick flickered when I put it in, but it didn't mount. Same behaviour as the cdrom, the light goes on when I turn on the computer, but once I'm logged in I can't access the cdrom.
I have tried multiple variations of playing with fstab and trying to mount things in terminal to no avail. I just can't get Ubuntu to recognize the usb or cdrom even though their lights go on when I first try to use them.
View 4 Replies
View Related
Jan 4, 2011
I have recently installed Xbuntu on my old laptop (An IBM iSeries 2621) - yes its an old piece of kit with a USB 1.0 port, a cd-drive and an internal floppy.My problem is that even though removable media are set to auto-mount in the settings; when I put a floppy disk in, or a CD-ROM, they do not auto-mount so I cant access the disks (the laptop does not have wireless (or even an rj45 port!! - it only has an internal 56k modem) - hence why I REALLY need to get the CD-ROM working and recognised by Xbuntu as I have burned some packages that id like to install to CD-ROM. (a working floppy would definately be a bonus as id like to save my documents there)
View 4 Replies
View Related
Sep 27, 2009
I can see, that openSUSE mounts cdroms (at /media) according to cd label (eg. /media/data_dvd_x). My problem is, that several applications (eg. a cd cataloguer) expecting to find the cd at /media/cdrom0, or something similar. Is it possible to fix it? (Tell openSUSE to mount cds at a single point)?
View 9 Replies
View Related
Dec 3, 2010
I'm trying to get back into Linux after a few years off.
I have tried booting from a Live CD using Flash Linux and Damn Small Linux.
Flash Linux reports unable to mount CDROM and then provides a command line - I assume I have the kernel, a shell and little else at this point? Can I mount the CD and continue?
DSL seems to do something similar but freezes with a blank screen. I have the option of entering parameters prior to booting with DSL (but not with Flash) I have tried the parameter which copies the CD to RAM and then boots without success.
I plan on installing Debian to my HD in the near future but felt like playing around with Live CDs prior to this in order to get reacquainted.
I have googled this issue and it seems there are other noobs out there with the same model of PC (HP DV6) who are having similar problems but I could not find a solution.
As an aside - this is the kind of issue that IMO, still prevents Linux from becoming a mainstream OS.
View 4 Replies
View Related
Feb 19, 2011
I have XP installed with a wubi installation of 10.04. My CDROM is shot so I'm using Unetbootin to install from XP to a new partition.
[URL]
During installation it stops with error message that a mount point could not be unmounted /cdrom.
View 7 Replies
View Related
Jun 15, 2011
Whenever I mount a encfs directory to a regular directory, the regular directory disappears. this is the command I use
encfs ~/encrypted ~/plain
When I try to access the folder from my windows computer, I can not see it. What to do?
View 2 Replies
View Related
Nov 9, 2010
I tried to mount my CD Rom drive and got this response: "mount: can't find cdrom in /etc/fstab or /etc/mtab"
I did see the CD Rom drive briefly after I upgraded from 10.04 to 10.10 but I couldn't access the drive and when I logged back in.
View 5 Replies
View Related
May 7, 2011
I have had a dual boot on my system since first trying Ubuntu a few months ago.I had a few problems when i upgraded to 11.04 (mainly due to the new desktop Unity), but after some great help here, we had the old desktop running again.I have Windows running on my spare Computer in case i should need it for any reason, though can not think of one lol Now i am used to Ubuntu (from the using side, get lost in terminal etc so here i come if i need help) i decided i would totally commit my main computer to Ubuntu.I downloaded the latest iso from the Ubuntu site, and burnt it to CD, inserted in my main computer & rebooted. It goes past the first purple ubuntu page (hit a key to choose language & also get a selection Menu) then goes to black screen and i get:
BusyBox v1.17.1 (ubuntu 1:1.17.1-10ubuntu1) built-in shell (ash)Enter 'help' for a list of built-in commands.(initramfs) mount: mounting /dev/loop0 on //silesystem.squashfs failed: Input/output errorCan not mount /dev/loop0 (/cdrom/casper/filesystem.squashfs) on //filesystem.squashfs(hope i typed that i correctly)I have burnt the iso image numerous times, using different disks, speed (from x4 - x52) and burning programs
View 2 Replies
View Related
Nov 24, 2010
I have a problem with Netbook 10.10 in an inability to see my CDROM drive (old Sony)
View 1 Replies
View Related
Jun 17, 2009
I had this all hashed out in previous versions of Fedora, but since I have moved the Mrs over to F10 this problem has come to the surface yet again.The Mrs is a strait user. She does not do command line and there is not a chance in a hot place that I could convince her to do it. Now we have her on the F10 system and we, once again, can't get her to have the right Kung Fu to be able to moun/unmount the floppy drive using the computer icon on the Gnome desktop.
What has changed and how do I get this function back for her? She uses this for business files, so this is somewhat on the urgent side.
View 14 Replies
View Related
Apr 9, 2010
i've got a regular user i want to turn into admin group so he can have same privileges as a root. should i just change the GID in /etc/passwd and /etc/group or should i use usermod/groupmod?
View 3 Replies
View Related