Help Record over Samba Share withouth using Nfs server

Support for C series TVs that all user could ask. Please do not ask a questions at other forums.
Post Reply

tempinbox
Posts: 317
Joined: Wed May 11, 2011 7:00 pm

Help Record over Samba Share withouth using Nfs server

Post by tempinbox »

Hi to all i want to configure my samygo extension for allowing the record over samba share, in the wiki and on forum there are a lot of info by remy and kayaweed but nothing about this things.
The info aare only available for nfs share but because my windows seven haven't nfs services and hanewin is not opensource i want to recorder over my samba share.
I think that i have to create a pvrimage with xfs filesystem mount it and share it and then configuring one script for do all operations.
Could someone help me?
If i achieve this point then i update the wiki becuase a lot of people want to do this things. :D
User avatar
greenhorn
SamyGO Project Donor
Posts: 701
Joined: Wed Feb 15, 2012 3:05 pm
Location: Eastern Europe

Re: Help Record over Samba Share withouth using Nfs server

Post by greenhorn »

You do not have to mess with samba. You can start nfs server on windows 7 as service or find key for your hanewin nfs server. Nfs server - less troubles and better performance.
TV: UE40F7000 - T-FXPDEUC-1115.0 - SamyGO Extensions on F series
TV: UE55ES7000S - T-ECPDEUC-2003.4 - SamyGO tool Right from USB - no develop account is needed
TV: UE40C6710 - T-VALDEUC 3011 - Hacking TV over Hotel mode (C650 T-VALDEUC-3009.2)
BD-Player: BD-E6100 - B-FIRBPEWWC 1063.3 - rooted, no more Cin@vi@
NAS: CIFS: MAG250 NFS: Playon!HD
tempinbox
Posts: 317
Joined: Wed May 11, 2011 7:00 pm

Re: Help Record over Samba Share withouth using Nfs server

Post by tempinbox »

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.
freddofrog
Posts: 4
Joined: Sat Nov 03, 2012 1:03 am

Re: Help Record over Samba Share withouth using Nfs server

Post by freddofrog »

Hi Tempinbox
Congratulations on getting this working.
I'm trying to follow your steps to record on a samba share but I'm a little lost.

Code: Select all

mount -o user=<username>,password=<password> -t cifs //<server>/<share> /dtv/usb/sdXX/[mount_path]
sdXX/[mount_path] is the mount path of pvrimage? Or samba share?
I take it I add this line to my run.sh?

Also
I try to record but without success so i copy on the second virtual usb the file NewBoard4Rpsp.inf and the .PVRPfmChkLog
Where do i get these files from and how do i copy onto the second vusb?

I have been able to follow the rest of the steps.
Thanks in advance

Post Reply

Return to “[C] Support”