Re: iso file support (bd-c6900)
Posted: Sat Feb 09, 2013 6:11 am
geo650 perhaps you miss usblog.log or usb.log on /dtv dir with device info?
This is the history of rooting D6900 (actually made by other people, not me):mrmrmrmr wrote:thanks. how did you root and get telnet access ?
of course that's a big step.
so how shall we go further ?
This file (/dtv/usb/usblog) contains attached HDD's info, like:juuso wrote:geo650 perhaps you miss usblog.log or usb.log on /dtv dir with device info?
Code: Select all
[sda]
Vendor : VENDOR_NAME
Product : Product_name
Serial : serial_number
Devpath : 1-1
Lun : 0
ScsiDevicePath : /dev/sda1
MountDir : /dtv/usb/sda1
FileSystem : ntfs
ScsiDevicePath : /dev/sda2
MountDir : /dtv/usb/sda2
FileSystem : xfs
I think here the problem is that you don't insert a real BD but a DVD. Try to insert a DB (or a blu-ray demo on a DVD (filesystem should be UDF 2.50)) and to find where the mount point is. Then try to mount the ISO in that point. I think it is different if you insert a DVD and you must try with a DB inserted.geo650 wrote:First, your BD must be rooted (you need telnet / netcat access) to make such experiments.mrmrmrmr wrote:yes; totally agree.
I have several iso images but I can't try to mount them. Because I don't have access to shell of the BD player.
how do you suggest mounting it ?
thx.
I made my own blu-ray ISO image and tried to mount it but still with no success. I can mount it to /mnt/cdrom or /mnt/bdd but internal player doesn't see it (Disc option is grayed out and writes "No disc insterted.") Even when a real/physical DVD is inserted and ISO image is mounted later, internal media player plays that physical DVD instead of image mounted.
I think BD player rather must see our image file under /dev/cdrom (linked to /dev/sr0). But I couldn't link it because /dev is a read-only filesystem.
Maybe we need a kind of kernel driver module or so.