LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   CDROM Mount point (https://www.linuxquestions.org/questions/linux-newbie-8/cdrom-mount-point-904264/)

MugerwaM 09-21-2011 02:55 PM

CDROM Mount point
 
I am new to Linux, just installed my first OpenSuse OS Linux 2.6.37.1-1.2. I chose KDE by random without regard to the pros and cons.

However from an AIX background, when I need to see the contents of a CDROM, I mount /dev/cdrom to a folder say /temp. However I find that Linux somehow auto mounts the CDROM, and any attempts to mount it fail even as root, even merely running the mount command on the terminal prompt does not show me anything like a cdrom.... could anyone help me tell me where it is mounted?

camorri 09-21-2011 03:09 PM

Look in /Media that is where automount usually mounts data CD's on systems I have used.

You can, if you want disable automount. Google it, you should be able to find instructions.

chrism01 09-21-2011 05:53 PM

Your std
Code:

df -h]
will show where its mounted; as above, something like /media is common; see also /mnt. just because it automounts doesn't mean you can't umount it and remount elsewhere if you want.
The automount is fundamentally handled by the udev system, which attempts to automatically recognise such things.


All times are GMT -5. The time now is 11:40 AM.