On Thu, Sep 24, 2009 at 4:48 PM, hadi motamedi motamedi24@gmail.com wrote:
Dear All I tried to mount an external cdrom on my CentOS 5 server but un-successful . I attached the device to my USB port and then the followings have been added to my /dev folder : "cdrom -> scd0 cdrom-sr0 -> scd0 cdrw -> scd0 cdrw-sr0 -> scd0 cdwriter -> scd0 cdwriter-sr0 -> scd0" To this end , I tried to mount it as the followings (but it didn't get through) : #mount -t vfat /dev/cdrom-sr0 /mnt/cdrom
What's the error message? Check tail -f /var/log/messages while try mounting it. It will show what's wrong.