how to change the CD mount point

2013-10-15 Thread Edison, Arul (GE Healthcare)
HI, I am porting my application from Redhat to Scientific Linux 6.3 In Scientific Linux, the CD is mounted to mount point /media/CDROM_ I would like to change the mount point location to /mnt/cdrom Any idea what is the configuration to change this? Thanks, Arul

Re: how to change the CD mount point

2013-10-15 Thread Paul Robert Marino
Um well that's not a porting issue that's a basic sysadmin issue.If the CD isn't being automouted by a GUI like they usually are nowadays then look at '/etc/fstab'.-- Sent from my HP Pre3On Oct 15, 2013 8:07, Edison, Arul (GE Healthcare) aruljeyananth.jamesedi...@ge.com wrote: HI,

Re: how to change the CD mount point

2013-10-15 Thread Chris Jones
Hi, Mounting in /media is pretty standard these days. If you want your application to work on any SLC6 machine, you should instead be looking to fix your application to look in /media (as well as /mnt). This is not something your application can change, its a system setting. Chris On

Re: blue griffon current production successfully built

2013-10-15 Thread Yasha Karant
From a terminal application within gnome, my default Python is: [ykarant@jb344 ~]$ python Python 2.6.6 (r266:84292, Feb 21 2013, 19:26:11) [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2 Type help, copyright, credits or license for more information. despite having to install whatever the

Re: blue griffon current production successfully built

2013-10-15 Thread Oleg Sadov
Python 2.7 may be installed from Software Collections 1.0 for SL6: http://listserv.fnal.gov/scripts/wa.exe?A2=ind1309L=scientific-linux-develT=0P=501 On Tue, Oct 15, 2013 at 10:03 PM, Yasha Karant ykar...@csusb.edu wrote: From a terminal application within gnome, my default Python is:

Re: how to change the CD mount point

2013-10-15 Thread Paul Robert Marino
The automount tools in the GUI usually use the label of the CD as the mount point so the only way to ensure the name is the same regardless of the label is to specify it in the /etc/fstab file.And yes that line should work in SL6-- Sent from my HP Pre3On Oct 15, 2013 17:09, Steven J. Yellin

Re: how to change the CD mount point

2013-10-15 Thread Alan Bartlett
On 15 October 2013 23:36, Paul Robert Marino prmari...@gmail.com wrote: The automount tools in the GUI usually use the label of the CD as the mount point so the only way to ensure the name is the same regardless of the label is to specify it in the /etc/fstab file. And yes that line should