Re: cannot mount cdrom as user after fc4 to fc5 yum upgrade

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jim Cornette <fc-cornette@xxxxxxxxxxxxxx> wrote:
I installed a system with the FC4 CDs that I had. Later I upgraded the system to FC5 via yum upgrade. I cannot mount data CDs as a regular user. The disc will mount if mounted using mount /dev/hdc /media/cdrecorder I can then view and deal with the content of the CD as a user. Is there a package that is new and might not be pulled in if one upgrades the installation via yum? I plan on releasing this computer into the hands of some regular desktop capable users. With this problem though, the user would have to know root password and how to work at the command line. Hopefully there is some program that was not pulled in and it will mend all wounds. Thanks, Jim

Chances are the upgrade process just rewrote your /etc/fstab file. Add the keyword "user" or "managed" to the mount options column for the cdrecorder in fstab. It should look something like:

/dev/hdb /media/cdrecorder auto pamconsole,exec,noauto,user 0 0

or

/dev/hdb /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0

I think managed relies on the automounter while "user" lets the user mount and the same user unmount the drive. User the "users" mount option if you want to allow any user to unmount the drive even if they weren't the user who originally mounted it. Hopefully, someone else will chime in with how "managed" really works.

Cheers,
Dave

--
Politics, n. Strife of interests masquerading as a contest of principles.
-- Ambrose Bierce

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux