PVR to network storage

Here for general support for D series TVs, request and problem solve area.

zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: PVR to network storage

Post by zoelechat »

sectroyer wrote:Him? Who? Me? :D
No, him=the gremlin in the mount command :)
I do NOT receive any PM. Please use forum.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

Deus3X wrote: my question was... can i put the rec.img on a folder that is not shared with the tv using samba.init script?
yes
Deus3X wrote: in your command i setted user and password and also the path to the directory.
i tryed to set another directory and the script does not worked.
The reason was that the dir was not shared?
yes
Deus3X wrote:
why i had to set user and password if the script use samba share?
yes but the command HAS TO be different. Check samba script :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: PVR to network storage

Post by Deus3X »

sectroyer wrote:
Deus3X wrote: my question was... can i put the rec.img on a folder that is not shared with the tv using samba.init script?
yes
Deus3X wrote: in your command i setted user and password and also the path to the directory.
i tryed to set another directory and the script does not worked.
The reason was that the dir was not shared?
yes
Deus3X wrote:
why i had to set user and password if the script use samba share?
yes but the command HAS TO be different. Check samba script :)

Code: Select all

$SYSROOT/bin/busybox mount -o "rw,user=SECONDuser,password=SECONDpass,iocharset=utf8" -t  cifs "//192.168.2.33/Programmi/RETE/SamyGO" "/dtv/samba"
whats wrong? :P
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

Deus3X wrote:

Code: Select all

$SYSROOT/bin/busybox mount -o "rw,user=SECONDuser,password=SECONDpass,iocharset=utf8" -t  cifs "//192.168.2.33/Programmi/RETE/SamyGO" "/dtv/samba"
whats wrong? :P
it should be:

Code: Select all

$SYSROOT/bin/busybox mount -o "rw,user=,password=,iocharset=utf8" -t  cifs "//192.168.2.33/Programmi/RETE/SamyGO" "/dtv/samba"
since you don't use password and there was something more. Also you have to learn the basic of samba sharing. Your command doesn't make any sense :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: PVR to network storage

Post by Deus3X »

sectroyer wrote:
Deus3X wrote:

Code: Select all

$SYSROOT/bin/busybox mount -o "rw,user=SECONDuser,password=SECONDpass,iocharset=utf8" -t  cifs "//192.168.2.33/Programmi/RETE/SamyGO" "/dtv/samba"
whats wrong? :P
it should be:

Code: Select all

$SYSROOT/bin/busybox mount -o "rw,user=,password=,iocharset=utf8" -t  cifs "//192.168.2.33/Programmi/RETE/SamyGO" "/dtv/samba"
since you don't use password and there was something more. Also you have to learn the basic of samba sharing. Your command doesn't make any sense :)
for sure i have to learn lots of things :P i'm learning day by day :P
my SamyGO dir is shared from my nas. The access to that directory is allowed to a different user with his password. Guest user can't access..
Is like my REG_TV (we setted Deus ad user and buana as password) but has a different user and pass... that was the reason, at lest in my mind :P, of that command.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

Deus3X wrote: for sure i have to learn lots of things :P i'm learning day by day :P
Well good way to learn is to STOP using windoze and switch to Linux ;) Than you have to learn or nothing will work ;)
Deus3X wrote: my SamyGO dir is shared from my nas. The access to that directory is allowed to a different user with his password. Guest user can't access..
Is like my REG_TV (we setted Deus ad user and buana as password) but has a different user and pass... that was the reason, at lest in my mind :P, of that command.
Good but name of your dir is NOT "SamyGO" so no wonder mounting didn't work :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: PVR to network storage

Post by Deus3X »

sectroyer wrote:
Deus3X wrote: for sure i have to learn lots of things :P i'm learning day by day :P
Well good way to learn is to STOP using windoze and switch to Linux ;) Than you have to learn or nothing will work ;)
Deus3X wrote: my SamyGO dir is shared from my nas. The access to that directory is allowed to a different user with his password. Guest user can't access..
Is like my REG_TV (we setted Deus ad user and buana as password) but has a different user and pass... that was the reason, at lest in my mind :P, of that command.
Good but name of your dir is NOT "SamyGO" so no wonder mounting didn't work :)

Code: Select all

MacBook-di-Francesco:~ Deus3X$ cd /Volumes/Programmi/RETE/SamyGO
MacBook-di-Francesco:SamyGO Deus3X$ ls
02_04_vusb.init			SERIE H
Advanced service menu.rtf	firmware
SCRIPT				rec.img
SERIE F
MacBook-di-Francesco:SamyGO Deus3X$ 
The name is exactly SamyGO
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

Deus3X wrote:
The name is exactly SamyGO
Nope you are mistake. Take a look at this command:

Code: Select all

$SYSROOT/bin/busybox mount -o "rw,user=,password=,iocharset=utf8" -t  cifs "//192.168.2.33/Programmi/RETE/SamyGO" "/dtv/samba"
Folder name is "Programmi/RETE/SamyGO" :) If you share such folder it will work :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: PVR to network storage

Post by Deus3X »

sectroyer wrote:
Deus3X wrote:
The name is exactly SamyGO
Nope you are mistake. Take a look at this command:

Code: Select all

$SYSROOT/bin/busybox mount -o "rw,user=,password=,iocharset=utf8" -t  cifs "//192.168.2.33/Programmi/RETE/SamyGO" "/dtv/samba"
Folder name is "Programmi/RETE/SamyGO" :) If you share such folder it will work :)
i'm not understanding really well :P
i can't share a subfolder?
My Sharing folder is Programmi :P now i think to understand... :P
Subfolders can't be directly mounted, it's true?
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

Deus3X wrote: i can't share a subfolder?
you can
Deus3X wrote: My Sharing folder is Programmi :P now i think to understand... :P
Subfolders can't be directly mounted, it's true?
They can be but ONLY if they are ALSO directly shared ;)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!

Post Reply

Return to “[D] Support”