![]() |
|
|
grep unix.com with google
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Our Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
|
RHEL4&5 Automount for USB/CDROM/DVDROM
Hi Guys,
as above, how do I enable automount for USB/CDROM/DVDROM in RHEL4 & 5? I have searched the forum on this topic but didn't find any. Also searched the net but it seems confusing and there are different ways to do things depending on the distros. Btw, I am on RHEL command line only with no GNOME or KDE. TIA |
|
|||
|
Quote:
ya, i check the auto.misc file. It contain that entry uncommented, however it does not mount the cdrom when one was inserted into the drive. Any idea what else i need to enable? TIA |
|
|||
|
well simple way would be Code:
#vi /etc/fstab /dev/cdrom /mnt/cdrom auto defaults 0 0 what this will do is on your system start or reboot it will mount the drive. and everytime you put in the cd you will have access to it in /mnt/cdrom. also i think you have to run Code:
#mount -a you dont have to mount it to /mnt/cdrom you can mount to which ever directory you want it to mount on. i dont know why but with REDHAT,and SOLARIS system i have installed the drive will not open with eject button..so type command and be outside the /mnt/cdrom directory Code:
#eject Last edited by dplinux; 11-24-2009 at 07:33 PM.. Reason: correction |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Update for RHEL4 | laxmikant | Red Hat | 2 | 10-30-2009 09:16 AM |
| How to set dns in rhel4 | flekzout | Red Hat | 4 | 10-27-2009 09:42 AM |
| Problem on RHEL4.7 mtrr | Cybre | Red Hat | 1 | 12-29-2008 06:38 AM |
| Adobe Reader in RHEL4 | etcpasswd | Linux | 5 | 11-13-2008 05:16 AM |
| Installing Fonts on RHEL4 | ankurjain | Linux | 1 | 03-05-2008 03:24 AM |