Results 1 to 10 of 12
hi all,
I am trying to use USB DVD drive on rhel5.2 OS. but i could not mount it.
Kindly tell me solution to mount and how to check hardware ...
- 06-26-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 7
mount usb dvd drive
hi all,
I am trying to use USB DVD drive on rhel5.2 OS. but i could not mount it.
Kindly tell me solution to mount and how to check hardware browser in rhel5.2
- 06-26-2009 #2
What are the outputs of:
and...Code:lsusb
Code:ls /dev/disk/by-id
Linux User #453176
- 06-26-2009 #3Just Joined!
- Join Date
- Jun 2009
- Posts
- 7
*****************************************
lsusb
Result=
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 004: ID 0411:00f9 MelCo., Inc.
Bus 001 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 006 Device 004: ID 03f0:1027 Hewlett-Packard
Bus 006 Device 001: ID 0000:0000
Bus 006 Device 003: ID 03f0:1327 Hewlett-Packard
************************************************** *******
ls /dev/disk/by-id
Result=
usb-USB2.0_External_Mass_Storage_Device_DEF110D90577
************************************************** *****
- 06-26-2009 #4
Okay, well mounting this drive should be simple enough. As root type:
Your drive should then be available in the /mnt directoryCode:mount /dev/disk/by-id/usb-USB2.0_External_Mass_Storage_Device_DEF110D90577 /mnt
Linux User #453176
- 06-26-2009 #5Just Joined!
- Join Date
- Jun 2009
- Posts
- 7
I try with this command..its saying no medium found..
[root@master /]# mount /dev/disk/by-id/usb-USB2.0_External_Mass_Storage_Device_DEF110D90577 /mnt
mount: No medium found
************************************
Evan i try
mount -t iso9660 /dev/disk/by-id/usb-USB2.0_External_Mass_Storage_Device_DEF110D90577 /mnt/dvd/
mount: No medium found
But same result.....No medium found
- 06-26-2009 #6
Is there a CD in the drive?
Linux User #453176
- 06-26-2009 #7Just Joined!
- Join Date
- Jun 2009
- Posts
- 7
yes. there is one cd in drive.
If u can, I am online at gomzy.g@gmail.com
- 06-26-2009 #8
What type of disk is it? For exampe DVD, music CD, data CD...
Linux User #453176
- 06-26-2009 #9Just Joined!
- Join Date
- Jun 2009
- Posts
- 7
its dvd... in which Matlab setup is there for linux.....
- 06-26-2009 #10
Well this has got me stumped...
From looking on Google a few people have had the same problem but nothing seems to be solved. I have read that music CDs can't be mounted as they don’t have a file system and media players read the raw data needed straight from the disk. Have you tried playing the DVD in your media player without mounting it first?Linux User #453176


Reply With Quote