PVR-Records on sshfs share (failed speedtest) [UPDATE]
Posted: Fri Dec 27, 2013 4:04 pm
Hi!
I`ve sucessfully installed SamyGo to my UE50ES6300. I`ve also added sshfs binary, because I`am using only sshfs. This works very well, but DLNA is much faster. I think VirtUSB is working, because it is visible in the "SOURCES" List.
This is my script:
Second VirtUSB is also visible after running script. When i try to record something he tries to make an speedtest, fails with 0/0. I haven`t changed any other stuff, so maybe there is something missing with VirtUSB?
[UPDATE]
I have also set the allow_other option to sshfs, so i think this is not a permission problem
I`ve sucessfully installed SamyGo to my UE50ES6300. I`ve also added sshfs binary, because I`am using only sshfs. This works very well, but DLNA is much faster. I think VirtUSB is working, because it is visible in the "SOURCES" List.
This is my script:
Code: Select all
#!/bin/sh
mkdir -p /dtv/usb/sdk/records
sshfs -o ssh_command="ssh -i key" data@${SERVER}:/hddpool/pool01/records /dtv/usb/sdk/records
echo -e "
[sdk]
Vendor : Linux
Product : SSHFS
Serial : Q22VQLFK
Devpath : 13
Lun : 0
ScsiDevicePath : /dev/sdk
MountDir : /dtv/usb/sdk
FileSystem : xfs
" >> /dtv/usb/log
[UPDATE]
I have also set the allow_other option to sshfs, so i think this is not a permission problem