I'm not sure if this is the right forum to ask this ....
I have a dvd image (.iso) on one of my smb shares that I want to mount on the roku. I want to be able to access some/all the files on the image. I've tried:
> mount -o loop -t iso9660 /mnt/smb/computerName/file.iso /mnt
error response:
mount: Could not find a spare loop device
Googling around it seems that this requires /dev/loop/0... which roku does have 0..7 actually. I used losetup on these and they all are undefined.
Anyone have any luck doing this?
Thanks