Search : in
By :

Cd is being mounted on rhel 5

Last answer on Jul 10, 2009 5:58:32 am BST rahul, on Dec 20, 2008 7:30:24 am GMT 
 Report this message to moderators

Hello,
I am using rhel 5, but before some days cd/dvd is not being mounted by my dvd writer.Whenever i mount it by command(# mount /dev/cdwriter or dvdwriter /folder name) it shows a error that file system is mot specified or file system error. Even I have reinstall rhel 5 on my computer, but it is not working still. So plz help me.
Thanks

Configuration: Windows Vista
Firefox 3.0.4

Best answers for « cd is being mounted on rhel 5 » in :
Linux Tricks Show Mounting a CD-ROM drive To mount a CD-ROM drive under Linux, log in as the system administrator, i.e. with the login "root". It is then sufficient to mount the drive, i.e. to "capture" the content of the CD-ROM drive in a directory (most of the...
[Windows XP] Update without the installation CD Show[Windows XP] Update without the installation CD Note that: this tip applies to Windows XP and Windows 2000. Normally when making updates or add Windows components, you will be asked to insert the installation CD of Windows in the drive....
Repairing Windows XP using CD installation ShowRepairing Windows XP using CD installation The CD installation for windows XP allow you to repair windows whenever there is file missing or corruption or improper function of Windows. This tips can be useful before you opt for a...
Mounting a partition Windows (VFAT/FAT32). ShowMounting a partition Windows (VFAT/FAT32) The following command enables you to mount a VFAT partition (file system in Windows 95): mount-t vfat / dev/hda1 / mnt/win95
Multichannel audio (5.1, 6.1, 7.1) ShowMultichannel audio The term "multichannel audio" refers to the use of multiple audio tracks to reconstruct sound on a multi-speaker sound system. Two digits separated by a decimal point (2.1, 5.1, 6.1, 7.1, etc.) are used to classify the various...

1

eauvital, on Dec 20, 2008 8:49:32 am GMT

Hi
check the compatobility of yiur system on :
https://hardware.redhat.com/

Reply to eauvital

2

sam, on Mar 5, 2009 4:27:17 pm GMT
  • +1

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

Reply to sam

3

 for mount CD or DVD, on Jul 10, 2009 5:58:32 am BST
  • +1

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........

Reply to for mount CD or DVD