external dvdrw installations


 
Thread Tools Search this Thread
Operating Systems Linux external dvdrw installations
# 1  
Old 03-28-2007
external dvdrw installations

Hello all,

Please can someone assist?

I am attempting to install an external dvdrw on fedora 6.

I attach the dvdrw device to the USB port and run dmesg:

scsi2 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning
scsi 2:0:0:0: CD-ROM SONY DVD RW DRU-710A BY01 PQ: 0 ANSI: 0
scsi 2:0:0:0: Attached scsi generic sg0 type 5
usb-storage: device scan complete
sr0: scsi3-mmc drive: 62x/62x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 2:0:0:0: Attached scsi CD-ROM sr0


I presume the system has picked up the device and check /dev:

# ls -lrt /dev

brw-rw---- 1 root disk 11, 0 Mar 28 14:35 scd0
lrwxrwxrwx 1 root root 4 Mar 28 14:35 dvdwriter-sr0 -> scd0
lrwxrwxrwx 1 root root 4 Mar 28 14:35 dvdwriter -> scd0
lrwxrwxrwx 1 root root 4 Mar 28 14:35 dvd-sr0 -> scd0
lrwxrwxrwx 1 root root 4 Mar 28 14:35 dvdrw-sr0 -> scd0
lrwxrwxrwx 1 root root 4 Mar 28 14:35 dvdrw -> scd0
lrwxrwxrwx 1 root root 4 Mar 28 14:35 dvd -> scd0
lrwxrwxrwx 1 root root 4 Mar 28 14:35 cdwriter-sr0 -> scd0
lrwxrwxrwx 1 root root 4 Mar 28 14:35 cdwriter -> scd0
lrwxrwxrwx 1 root root 4 Mar 28 14:35 cdrw-sr0 -> scd0
lrwxrwxrwx 1 root root 4 Mar 28 14:35 cdrw -> scd0
lrwxrwxrwx 1 root root 4 Mar 28 14:35 cdrom-sr0 -> scd0
lrwxrwxrwx 1 root root 4 Mar 28 14:35 cdrom -> scd0

I try to mount the device however get the following error:

# mount /dev/scd0 -t iso9660 -r /mnt/usbcdrom

mount: wrong fs type, bad option, bad superblock on /dev/scd0,
missing codepage or other error
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
In some cases useful info is found in syslog - try
dmesg | tail or so

can anyone tell me where I am going wrong? I have read several documents but cant seem to find any useful info.

many thanks

chris
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Finding all Oracle SW installations on a host

Hi. I'm trying to find the best way to locate the latest version of Oracle on a Linux host. There could be multiple SW installs or there could be none. It could be a client or a full RDBMS installation. I need to find and set the environment in order to run the sqlplus binary. Rather than just... (14 Replies)
Discussion started by: user052009
14 Replies

2. UNIX for Advanced & Expert Users

Isolated installations on a network location

Hi, I'm looking to have certain packages installed on a location on my network(lets call this mount point /software) in such a way that they can run needing anything from the local system. So that when any of my users does /software/bin/vlc or /software/bin/open-office or... (0 Replies)
Discussion started by: saurabhgupta2u
0 Replies

3. Windows & DOS: Issues & Discussions

Remove lately made installations in Cygwin

I have installed lots of packets to try emacs with X11 in Cygwin. How can I restore to the point before that installation, without have to search, select and remove every single package on my own? Is there a function to remove lately installations easily? (2 Replies)
Discussion started by: Menedas
2 Replies

4. AIX

Automated Patch Installations in AIX

Hi Guys, I'm looking out to make automation of AIX patch installation and Report Generation... ANy suggestions or idea's welcome (8 Replies)
Discussion started by: kkeng808
8 Replies

5. UNIX and Linux Applications

Configuring firefox for mass installations

We have been looking into the possibility of configuring firefox upon installation for a common desktop environment for all users. For instance we want the font to be sans-serif 12 points throughout (preferences menu item), a standard set of plugins to be installed (add ons menu item) and some... (3 Replies)
Discussion started by: figaro
3 Replies

6. Solaris

Packages installations on my servor

Hello everybody, I'd like to install several important packages on my servor like for instance, man pages package.. I found a .tar.gz package of man pages. So, after to do "gtar zxvf name_of_file.tar.gz" I can access on the folder "name_of_file" (by cd name_of_file). Then, I read on my readme... (4 Replies)
Discussion started by: MasterapocA
4 Replies

7. HP-UX

Multiple Perl installations on HP-UX

This will undoubtedly seem like a problem that should be easily resolved but... We are having some 'issues' getting multiple versions of Perl installed on our HP-UX servers (11.11 & 11.23). Now, I'm not a Sys Admin but I believe the reason behind this is that the Perl installation which comes... (2 Replies)
Discussion started by: Macer
2 Replies

8. UNIX for Dummies Questions & Answers

find command to detect installations

Hi I'm wondering how I can find all the files which were installed on certain date? For example: I'm looking for alle the files which were installed on the 11.09.06 on the system. Does somebody know how to do this? Thanks Reto (2 Replies)
Discussion started by: goldenglobe
2 Replies

9. Solaris

Network Installations of Solaris

First off, I'm pretty new to Solaris, although I know Windows very well. I have a mixed Wintel, Linux and SPARC/Solaris environment and am looknig for a way to make short work of installing Solaris. I know there is a network booting option and there are the WebStart (configurable) and JumpStart... (1 Reply)
Discussion started by: BeekerC
1 Replies
Login or Register to Ask a Question