usb dvdrw not detected unless unplug and replug

Asked by john ziegler

I thought I had this problem fixed, but I only had it half fixed. I have a usb DVDRW that i used to install Ubuntu 10.04 and it worked great with the cd that I made from the Ubuntu image that I downloaded. After the installation was completed without any problems I discovered that the dvdrw was no longer visible by the system unless I unplugged then replugged it. Then it mounts fine. I also discovered that I can no longer boot from it so there must be something in the bios that changed that I don't know about it. Thanks for the help.

Something I forgot to mention earlier is that after Ubuntu was installed my system now takes a long time to boot, sometimes as long as 10 minutes or more.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
john ziegler
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

You can just run:

sudo mount -a

and it will mount.

Can you have the device attatched and run:

sudo lshw -C disk; echo; cat /etc/fstab

Thanks

Revision history for this message
john ziegler (zieglerjb3) said :
#2

I think I may have fixed it by changing my bios to the optimized settings. Now it seems to boot from it and once the system is up and running it mounts when I insert a disk. I am still running tests, but it looks fixed.

I ran the mount command and nothing happened. Here is the lshw and cat.

john@john-desktop:~$ sudo lshw -C disk; echo; cat /etc/fstab
  *-disk:0
       description: ATA Disk
       product: Maxtor 96147H6
       vendor: Maxtor
       physical id: 0.0.0
       bus info: scsi@1:0.0.0
       logical name: /dev/sda
       version: ZAH8
       serial: V60Q78EC
       size: 57GiB (61GB)
       capabilities: partitioned partitioned:dos
       configuration: ansiversion=5 signature=f3bff3bf
  *-disk:1
       description: ATA Disk
       product: ST380013A
       vendor: Seagate
       physical id: 0.1.0
       bus info: scsi@1:0.1.0
       logical name: /dev/sdb
       version: 8.01
       serial: 5JVR05S2
       size: 74GiB (80GB)
       capabilities: partitioned partitioned:dos
       configuration: ansiversion=5 signature=0a6ab1e8
  *-disk
       description: ATA Disk
       product: WDC WD5000AAJS-0
       vendor: Western Digital
       physical id: 0.0.0
       bus info: scsi@3:0.0.0
       logical name: /dev/sdc
       version: 12.0
       serial: WD-WCAPW3888827
       size: 465GiB (500GB)
       capabilities: partitioned partitioned:dos
       configuration: ansiversion=5 signature=45a631d3
  *-cdrom
       description: DVD writer
       product: DVD RW DRU-800A
       vendor: SONY
       physical id: 0.0.0
       bus info: scsi@0:0.0.0
       logical name: /dev/cdrom
       logical name: /dev/cdrw
       logical name: /dev/dvd
       logical name: /dev/dvdrw
       logical name: /dev/scd0
       logical name: /dev/sr0
       version: KY01
       capabilities: removable audio cd-r cd-rw dvd dvd-r
       configuration: status=nodisc

# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/mapper/nvidia_gbbeddeb5 / ext2 errors=remount-ro 0 1
/dev/mapper/nvidia_gbbeddeb6 none swap sw 0 0
/dev/dvdrw /media/dvdrw udf,iso9660 user,noauto,exec,utf8 0 0

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Well as you can see there is now a /dev/dvdrw and an entry in fstab so it should now be good to go. Is it ok?

Revision history for this message
john ziegler (zieglerjb3) said :
#4

I added the entry to try to get the system to mount the dvdrw. The /dev/dvdrw only shows up if the mother board sees the dvdrw on boot up. If this happens then the dvdrw shows up in Disk Utility. It seems to be working for now. I will continue to do testing.

Revision history for this message
john ziegler (zieglerjb3) said :
#5

The drive seems to be detected by the bios when I turn off the quick post test and then the dvdrw shows up in the Drive Utility. There still seems to be a long time detecting something on boot up before it loads the OS. I am still testing under different circumstances to see what the cause may be.

Revision history for this message
john ziegler (zieglerjb3) said :
#6

I still don't know what caused the original problem but I fixed it by taking out the old ide drives, which I don't need anymore, and hooking up the dvd drives to the ide connector and not using a usb drive. I also still don't know what it was looking for but that fixed the long boot up time as well.