Page 4 of 10

Re: SamyGo Extension Pack modified for NFS recording

Posted: Fri Jan 28, 2011 5:08 pm
by dasurpha
Hi, and thanks for the great work!

I would need some advice here. Everything works fine until

touch /dtv/usb/sda/SamyGO /.PlaceHolderDO-NOT-REMOVE

Here I get the response

"touch: /.PlaceHolderDO-NOT-REMOVE: Read-only file system"

Any ideas?

Re: SamyGo Extension Pack modified for NFS recording

Posted: Sat Jan 29, 2011 3:51 pm
by dasurpha
robvb wrote:
dasurpha wrote: touch /dtv/usb/sda/SamyGO /.PlaceHolderDO-NOT-REMOVE
First of all thanks remi71 and anduril11 ...

dasurpha , I had the same problem ..

I removed the space after "SamyGo" and added /bin in front of touch and also in front of mount ..

/bin/mount -t xfs -o loop pvrimage /dtv/usb/sda/SamyGO
/bin/touch /dtv/usb/sda/SamyGO/.PlaceHolderDO-NOT-REMOVE

best start with a clean samygo usb disk

It works fine on my c6800

cheers
Thanks, works fine now!