Related:
- Cd is being mounted on rhel 5
- Gta 5 download apk pc - Download - Action and adventure
- Forza horizon 5 download free - Download - Racing
- Bluestacks 5 - Download - Android emulators
- Chikii gta 5 - Download - Gaming tools
- High street 5 - Download - MMO
3 responses
Hello sir..... some times it may possible for error mounting.
Try this cmd
1) mount /dev/cdrom /opt
or
2) mount /media/cdrom /opt
or
3) mount /media/dvd name /opt --force
Bye........
Try this cmd
1) mount /dev/cdrom /opt
or
2) mount /media/cdrom /opt
or
3) mount /media/dvd name /opt --force
Bye........
hello
mounting in rhel 5 is not difficult , if u want to mount u r cd/dvd in rhel 5 use these steps
1 # dmesg and view u r device port in live hda,hdb,hdc,hdd,
2 #mount /dev/hda /media if is not work
u make a mount point by
# mkdir <dir name> then enter
then again mount u r cd/dvd rom like this
# mount /dev/hda /dir name
then ur cd/dvd r mounted
mounting in rhel 5 is not difficult , if u want to mount u r cd/dvd in rhel 5 use these steps
1 # dmesg and view u r device port in live hda,hdb,hdc,hdd,
2 #mount /dev/hda /media if is not work
u make a mount point by
# mkdir <dir name> then enter
then again mount u r cd/dvd rom like this
# mount /dev/hda /dir name
then ur cd/dvd r mounted
eauvital
Posts
11
Registration date
Sunday August 17, 2008
Status
Member
Last seen
April 1, 2009
1
Dec 20, 2008 at 03:49 AM
Dec 20, 2008 at 03:49 AM
hi
check the compatobility of yiur system on :
https://catalog.redhat.com#/category/Server?ecosystem=Red%20Hat%20Enterprise%20Linux
check the compatobility of yiur system on :
https://catalog.redhat.com#/category/Server?ecosystem=Red%20Hat%20Enterprise%20Linux
Dec 1, 2009 at 03:35 PM
Dec 7, 2009 at 06:12 PM
use the command
mkdir folser
mount -r /dev/cdrom /mnt/folder
the cd will mounted inthe read only mode thats what the the system is telling to u