Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Just 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

  2. #2
    Linux Engineer Kieren's Avatar
    Join Date
    Aug 2007
    Location
    England
    Posts
    845
    What are the outputs of:

    Code:
    lsusb
    and...

    Code:
    ls /dev/disk/by-id
    Linux User #453176

  3. #3
    Just 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

    ************************************************** *****

  4. #4
    Linux Engineer Kieren's Avatar
    Join Date
    Aug 2007
    Location
    England
    Posts
    845
    Okay, well mounting this drive should be simple enough. As root type:

    Code:
    mount /dev/disk/by-id/usb-USB2.0_External_Mass_Storage_Device_DEF110D90577 /mnt
    Your drive should then be available in the /mnt directory
    Linux User #453176

  5. #5
    Just 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

  6. #6
    Linux Engineer Kieren's Avatar
    Join Date
    Aug 2007
    Location
    England
    Posts
    845
    Is there a CD in the drive?
    Linux User #453176

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

  8. #8
    Linux Engineer Kieren's Avatar
    Join Date
    Aug 2007
    Location
    England
    Posts
    845
    What type of disk is it? For exampe DVD, music CD, data CD...
    Linux User #453176

  9. #9
    Just Joined!
    Join Date
    Jun 2009
    Posts
    7
    its dvd... in which Matlab setup is there for linux.....

  10. #10
    Linux Engineer Kieren's Avatar
    Join Date
    Aug 2007
    Location
    England
    Posts
    845
    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

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...