Page 7 of 18
Re: PVR to network storage
Posted: Thu Jan 01, 2015 7:44 pm
by sectroyer
You need ext image and not XFS

Re: PVR to network storage
Posted: Thu Jan 01, 2015 7:46 pm
by sectroyer
BTW ;
Code: Select all
dd if=/dev/zero of=/dtv/usb/sdb/smb/192.168.2.33/REG_TV/rec.img bs=1G count=1024
That should do the trick

Re: PVR to network storage
Posted: Thu Jan 01, 2015 7:52 pm
by Deus3X
sectroyer wrote:BTW ;
Code: Select all
dd if=/dev/zero of=/dtv/usb/sdb/smb/192.168.2.33/REG_TV/rec.img bs=1G count=1024
That should do the trick

have i to add it on vusb init script?
Code: Select all
mkfs.vfat -C /dtv/vusb 500 >> $LOGFILE 2>&1
dd if=/dev/zero of=fjsldfjdkls bs=1G count=1024
?
Re: PVR to network storage
Posted: Thu Jan 01, 2015 7:55 pm
by sectroyer
Do you at least check what you are quoting??

DON'T ADD THIS COMMAND ANYWHERE!!!!!
Just run it once and wait:
Code: Select all
dd if=/dev/zero of=/dtv/usb/sdb/smb/192.168.2.33/REG_TV/rec.img bs=1G count=1024
It should take approximately 10-15 hours to finish

At least that's what I assume

Re: PVR to network storage
Posted: Thu Jan 01, 2015 8:01 pm
by Deus3X
sectroyer wrote:Do you at least check what you are quoting??

DON'T ADD THIS COMMAND ANYWHERE!!!!!
Just run it once and wait:
Code: Select all
dd if=/dev/zero of=/dtv/usb/sdb/smb/192.168.2.33/REG_TV/rec.img bs=1G count=1024
It should take approximately 10-15 hours to finish

At least that's what I assume

ehehe sorry for this... i'm not an expert and that's the result...
anyway i sent that command and the tv restarted after some minute it's normal?
Re: PVR to network storage
Posted: Thu Jan 01, 2015 8:05 pm
by Deus3X
i tryed to resend the command...
the result was
Code: Select all
VDLinux#> dd if=/dev/zero of=/dtv/usb/sdb/smb/192.168.2.33/REG_TV/rec.img bs=1G count=1024
Killed
Re: PVR to network storage
Posted: Thu Jan 01, 2015 8:07 pm
by sectroyer
Deus3X wrote:i tryed to resend the command...
the result was
Code: Select all
VDLinux#> dd if=/dev/zero of=/dtv/usb/sdb/smb/192.168.2.33/REG_TV/rec.img bs=1G count=1024
Killed
lol and what is the result of:
Code: Select all
du -h /dtv/usb/sdb/smb/192.168.2.33/REG_TV/rec.img
Maybe it still creating the file ? Just not displaying any progress?
Re: PVR to network storage
Posted: Thu Jan 01, 2015 8:09 pm
by Deus3X
sectroyer wrote:Deus3X wrote:i tryed to resend the command...
the result was
Code: Select all
VDLinux#> dd if=/dev/zero of=/dtv/usb/sdb/smb/192.168.2.33/REG_TV/rec.img bs=1G count=1024
Killed
lol and what is the result of:
Code: Select all
du -h /dtv/usb/sdb/smb/192.168.2.33/REG_TV/rec.img
Maybe it still creating the file ? Just not displaying any progress?
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#>
no progress, the tv turned off when i sent the commend the first time..
i turned it on... and retried to send the command
Re: PVR to network storage
Posted: Thu Jan 01, 2015 8:12 pm
by sectroyer
Deus3X wrote:
no progress, the tv turned off when i sent the commend the first time..
i turned it on... and retried to send the command
Yeah it looks file we try to create is just to big for TV to handle it correctly. I think you might have to create this file manually on some linux (don't know how to do it on windoze

) and then mount it

P.S. Maybe this will work:
Code: Select all
dd if=/dev/zero of=/dtv/usb/sdb/smb/192.168.2.33/REG_TV/rec.img bs=1M count=1048576

And also run this:
Re: PVR to network storage
Posted: Thu Jan 01, 2015 8:15 pm
by Deus3X
sectroyer wrote:Deus3X wrote:
no progress, the tv turned off when i sent the commend the first time..
i turned it on... and retried to send the command
Yeah it looks file we try to create is just to big for TV to handle it correctly. I think you might have to create this file manually on some linux (don't know how to do it on windoze

) and then mount it

P.S. Maybe this will work:
Code: Select all
dd if=/dev/zero of=/dtv/usb/sdb/smb/192.168.2.33/REG_TV/rec.img bs=1M count=1048576

And also run this:
sent the last command

i'll wait

p.s. i have macosx and windows, no linux....
atm the tv does not reboot... i'll wait

ty for all, i will inform you when it finish or crash
