Record TV over USB
Re: Record TV over USB
Maybe the NAS mount was not writable? At least I haven't yet found the reason why my NAS mounts are read-only. I use rw option when mounting, and also in /etc/exports, and the local mount directory in TV is also in writable dir (/mtd_ram/mnt for example). If I try eg. "touch /mtd_ram/mnt/test.txt" it says that the file system is read-only. FW is unmodified, btw.
Re: Record TV over USB
Sry, I don't have much time these days.. however I suppose I'll publish something new during next week.I'm waiting to test next version from doodlecz
(filenames according to the channel/time/program and configurable destination path - other things are still under research..)
- erdem_ua
- SamyGO Admin
- Posts: 3126
- Joined: Thu Oct 01, 2009 6:02 am
- Location: Istanbul, Turkey
- Contact:
Re: Record TV over USB
For NFS write support, you needed to give permissions to your computer when you creating NFS server.
I tried by hand (via debug menu) and have no problems with NFS writing...
I tried by hand (via debug menu) and have no problems with NFS writing...
- erdem_ua
- SamyGO Admin
- Posts: 3126
- Joined: Thu Oct 01, 2009 6:02 am
- Location: Istanbul, Turkey
- Contact:
Re: Record TV over USB
PVR2? Since we don't release PVR1
I am against of PVR2. There one and only PVR app could be for SamyGO 
I wish will test it soon.


I wish will test it soon.
Re: Record TV over USB
Actually I didn't have the no_root_squash option and by default nfs changes root uid to -2. With no_root_squash, I have now writable NFS mount.erdem_ua wrote:For NFS write support, you needed to give permissions to your computer when you creating NFS server.