Page 1 of 1

timeshift on nfs share lite

Posted: Mon Feb 02, 2015 3:41 pm
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?

Re: timeshift on nfs share lite

Posted: Mon Feb 02, 2015 4:15 pm
by zoelechat
cmuc05 wrote:which prolongs the timeshift time to ~1000 minutes
AFAIK this feature is not really operational in PVRAnyDev (especially on E :) )

Re: timeshift on nfs share lite

Posted: Tue Feb 03, 2015 9:16 am
by cmuc05
Can be. But also without activating PVRAnyDev these problems appear ...