Using a DVD Drive as HDA
Posted: 13 Feb 2010, 02:11
Hello,
I'd like to turn my intrepid Bubba Server into a kind of network attached DVD drive. I can imagine accomplishing this by either booting from a CD, or from a custom bubba.img that I put on a memory stick.
I can boot the minimal system, and the kernel seems to see the drive:
.. but when I pop a disk in nothing shows up in /proc/partitions:
Any thoughts? I can't think of what to try next.
Thanks,
- Daniel
I'd like to turn my intrepid Bubba Server into a kind of network attached DVD drive. I can imagine accomplishing this by either booting from a CD, or from a custom bubba.img that I put on a memory stick.
I can boot the minimal system, and the kernel seems to see the drive:
Code: Select all
Registering ide devices.
Probing IDE interface ide0...
hda: probing with STATUS(0x00) instead of ALTSTATUS(0xfd)
hda: PIONEER DVD-RW DVR-103, ATAPI CD/DVD-ROM drive
hdb: probing with STATUS(0x00) instead of ALTSTATUS(0xfd)
hdb: probing with STATUS(0x01) instead of ALTSTATUS(0x9b)
ide0 at 0xc8810000-0xc8810007,0xc880e000 on irq 26
Registering done.
Code: Select all
# cat /proc/partitions
major minor #blocks name
7 0 6520 loop0
31 0 66 mtdblock0
31 1 1584 mtdblock1
31 2 462 mtdblock2
8 0 3909092 sda
8 1 3909055 sda1
Thanks,
- Daniel