That is what I do
I create one share folder "PVR" on windows and share it on Home Group
then i mount it as Samba share
Code: Select all
mount -o user=<username>,password=<password> -t cifs //<server>/<share> /dtv/usb/sdXX/[mount_path]
where sdXX is the vusb
I create under linux the pvrimage
with the following command
Code: Select all
mkfs.xfs -f -d file,name=pvrimage,size=1536m
I mount the image:
Code: Select all
mount -t xfs -o loop pvrimage <MOUNT POINT>
I create the empty file .PlaceHolderDO-NOT-REMOVE:
touch <MOUNT POINT>/.PlaceHolderDO-NOT-REMOVE
Then i copy this image to SamyGO folder
I try to record but without success so i copy on the second virtual usb the file NewBoard4Rpsp.inf and the .PVRPfmChkLog
i press rec button and it's done I am able to record on cifs share withouth lag or freeze and my tv is connect to my pc via wifi.
DONE.
So people is possible to record over cifs share withouth using hanewin or nfs share.