timeshift on nfs share lite

Here for general support for E series TVs, request and problem solve area.
Post Reply

cmuc05
SamyGO Project Donor
Posts: 84
Joined: Tue Jan 13, 2015 1:39 pm

timeshift on nfs share lite

Post by cmuc05 »

Short script for Recording to NFS Share without the use of dummy_hcd.ko and g_file_storage.ko:

Code: Select all

mkdir -p /dtv/usb/sdw1
insmod $MOD_DIR/kernel/net/sunrpc/sunrpc.ko
insmod $MOD_DIR/kernel/fs/lockd/lockd.ko
insmod $MOD_DIR/kernel/fs/nfs/nfs.ko
$SYSROOT/bin/busybox mount -o "rw,soft,nolock"  "192.168.0.50:/data/SamyGo" "/dtv/usb/sdw1"

#Anounce Virtual USBs
echo -e "[sdw]\nVendor : Home\nProduct : Record\nSerial : 21052013\nDevpath : 8\n\
Lun : 1\nScsiDevicePath : /dev/sdw1\nMountDir : /dtv/usb/sdw1\nFileSystem : xfs\n" >> /dtv/usb/usblog

sed -i -e "s,MountPlaceholder,/dtv/usb/sdw1," /dtv/SGO.env
On the NFS-share create a folder named "CONTENTS" and copy the famous ".PVRPfmChkLog" in this folder.
After that, you are able to record and timeshift to this nfs folder. The pseudo-virtual drive, which is made only by Announcing is named Record.

So far so good!

BUT:
At Timeshift (with or without 99_99_PVRtoAnyDev.init (which prolongs the timeshift time to ~1000 minutes)) the recording breaks down.
You can not seek anymore and you can throw the timeshift away.

Now my question:
Has anybody problems with timeshift after 90 minutes too?
To the people who can use dummy_hcd.ko and g_file_storage.ko and a real virtual usb: Do you have any problems with timshift, especially after 90 minutes?
UE50ES6300, UE32D5700
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: timeshift on nfs share lite

Post by zoelechat »

cmuc05 wrote:which prolongs the timeshift time to ~1000 minutes
AFAIK this feature is not really operational in PVRAnyDev (especially on E :) )
I do NOT receive any PM. Please use forum.
cmuc05
SamyGO Project Donor
Posts: 84
Joined: Tue Jan 13, 2015 1:39 pm

Re: timeshift on nfs share lite

Post by cmuc05 »

Can be. But also without activating PVRAnyDev these problems appear ...
UE50ES6300, UE32D5700

Post Reply

Return to “[E] Support”