PVR to network storage

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

sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

Deus3X wrote: p.s. i have macosx and windows, no linux....
atm the tv does not reboot... i'll wait :P
ty for all, i will inform you when it finish or crash :P
Dude you should have started with saying that you have Mac OS X :D Now we can do anything ;)
Open new terminal window, telnet to tv (leave first window (the one with dd command) alone!!!) and run this:

Code: Select all

du -h /dtv/usb/sdb/smb/192.168.2.33/REG_TV/rec.img
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: p.s. i have macosx and windows, no linux....
atm the tv does not reboot... i'll wait :P
ty for all, i will inform you when it finish or crash :P
Dude you should have started with saying that you have Mac OS X :D Now we can do anything ;)
Open new terminal window, telnet to tv (leave first window (the one with dd command) alone!!!) and run this:

Code: Select all

du -h /dtv/usb/sdb/smb/192.168.2.33/REG_TV/rec.img
Lol i has no idea that it was important... :)
Now i'm on the car, i suppose that the command will need lots of time...
I will send remotely the command when at my friend's home
Last edited by Deus3X on Thu Jan 01, 2015 8:49 pm, edited 1 time in total.
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: PVR to network storage

Post by Deus3X »

Code: Select all

VDLinux#> du -h /dtv/usb/sdb/smb/192.168.2.33/REG_TV/rec.img
0       /dtv/usb/sdb/smb/192.168.2.33/REG_TV/rec.img
VDLinux#> 
i sent in a new telnet windows the command..
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

Let's wait ... Maybe it will work. if not you will do it on your Mac :)
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:Let's wait ... Maybe it will work. if not you will do it on your Mac :)
Ok :)
Always tnx :)
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: PVR to network storage

Post by Deus3X »

sectroyer wrote:Let's wait ... Maybe it will work. if not you will do it on your Mac :)
it not worked :P
don't know why but when i comes back at home the tv was off (i have no auto power off)
so i sent your command from my Mac to create a rec.img (10gb, just for test) and now i have a 10gb rec.img on my samba share directory
so i sent

Code: Select all

mount | grep usb
as you told me some post before... :P
this is the result

Code: Select all

none on /proc/bus/usb type usbfs (rw,relatime)
/dev/sda1 on /dtv/usb/sda1 type ext4 (rw,noexec,relatime,user_xattr,barrier=0,data=ordered)
/dev/sdb on /dtv/usb/sdb type vfat (rw,dirsync,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=utf8,shortname=mixed,usefree,nfs,flush,errors=continue)
//192.168.2.33/FILM on /dtv/usb/sdb/smb/192.168.2.33/FILM type cifs (rw,relatime,sec=ntlm,unc=\192.168.2.33\FILM,username=Casa,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.2.33,unix,posixpaths,serverino,acl,rsize=16384,wsize=1048576,actimeo=1)
//192.168.2.33/SERIE_TV on /dtv/usb/sdb/smb/192.168.2.33/SERIE_TV type cifs (rw,relatime,sec=ntlm,unc=\192.168.2.33\SERIE_TV,username=Casa,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.2.33,unix,posixpaths,serverino,acl,rsize=16384,wsize=1048576,actimeo=1)
//192.168.2.33/REG_TV on /dtv/usb/sdb/smb/192.168.2.33/REG_TV type cifs (rw,relatime,sec=ntlm,unc=\192.168.2.33\REG_TV,username=Casa,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.2.33,unix,posixpaths,serverino,acl,rsize=16384,wsize=1048576,actimeo=1)
//192.168.2.33/REG_TV on /dtv/usb/sda1/CONTENTS type cifs (rw,relatime,sec=ntlm,unc=\192.168.2.33\REG_TV,username=Casa,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.2.33,unix,posixpaths,serverino,acl,rsize=16384,wsize=1048576,actimeo=1)
VDLinux#> 
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

now I would run on TV these two commands:

Code: Select all

 mkfs.ext4 FULL_PATH_TO_rec.img
than run:

Code: Select all

mount -o loop FULL_PATH_TO_rec.img  FULL_PATH_TO__CONTENTS[_ON_USB
of course you would have copy all necessary files there ;)
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:now I would run on TV these two commands:

Code: Select all

 mkfs.ext4 FULL_PATH_TO_rec.img
than run:

Code: Select all

mount -o loop FULL_PATH_TO_rec.img  FULL_PATH_TO__CONTENTS[_ON_USB
of course you would have copy all necessary files there ;)

Code: Select all

VDLinux#> mkfs.ext4 /dtv/usb/sdb/smb/192.168.2.33/REG_TV/rec.img
Proceed anyway? (y,n) y
Writing inode tables: done                            
VDLinux#> mount -o /dtv/usb/sdb/smb/192.168.2.33/REG_TV/rec.img /dtv/usb/sda1/CONTENTS
mount: can't find /dtv/usb/sda1/CONTENTS in /etc/fstab
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

Re: PVR to network storage

Post by Deus3X »

first time i sent the mount command there was a precedent mount command setted on samba.init script.
so i disabled it and then i resent the command... but the result was exactly the same.
may i edit /etc/fstab?
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR to network storage

Post by sectroyer »

Did you run mkfs?
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”