Code: Select all
...
case $1 in
start)
insmod $MOD_DIR/kernel/fs/cifs/cifs.ko
sync; sleep 2
mkdir -p "$DEST_DIR"
get_servers
get_shares
>>>>>>>>>>>>>>>>>HERE!!!<<<<<<<<<<<<<<<<
;;
...
Code: Select all
...
case $1 in
start)
insmod $MOD_DIR/kernel/fs/cifs/cifs.ko
sync; sleep 2
mkdir -p "$DEST_DIR"
get_servers
get_shares
>>>>>>>>>>>>>>>>>HERE!!!<<<<<<<<<<<<<<<<
;;
...
Ty matezoelechat wrote:04_04_samba.initCode: Select all
... case $1 in start) insmod $MOD_DIR/kernel/fs/cifs/cifs.ko sync; sleep 2 mkdir -p "$DEST_DIR" get_servers get_shares >>>>>>>>>>>>>>>>>HERE!!!<<<<<<<<<<<<<<<< ;; ...
nicezoelechat wrote:Yes, mount point takes almost no room on USB. Recordings are redirected and stored only on your samba share.
Code: Select all
mount -o bind /dtv/usb/sda1/CONTENTS /dtv/usb/sdb/smb/192.168.2.33/REG_TV
Well this commands mounts CONTENTS from normal USB on samba share but recordings are still made to real usbDeus3X wrote:Code: Select all
mount -o bind /dtv/usb/sda1/CONTENTS /dtv/usb/sdb/smb/192.168.2.33/REG_TV
Nosectroyer wrote:Well this commands mounts CONTENTS from normal USB on samba share but recordings are still made to real usbDeus3X wrote:Code: Select all
mount -o bind /dtv/usb/sda1/CONTENTS /dtv/usb/sdb/smb/192.168.2.33/REG_TV
Are you sure that's what you wanted ?
Than you should read carefully what I post and don't write nonsenseDeus3X wrote:Nosectroyer wrote:Well this commands mounts CONTENTS from normal USB on samba share but recordings are still made to real usbDeus3X wrote:Code: Select all
mount -o bind /dtv/usb/sda1/CONTENTS /dtv/usb/sdb/smb/192.168.2.33/REG_TV
Are you sure that's what you wanted ?
I want the recordings ONLY on my samba directory to be able to record more then 2 gb (the usb disk space).
Code: Select all
mount -o bind /dtv/usb/PATH_TO_CONTENTS_FOLDER _ON_SOME_SAMBA_SHARE /dtv/usb/_PATH_TOCONTEENTS_DIRECTORY)_ONS_USB_FORMATED_FOR_RECORDING
Code: Select all
mount -o bind /dtv/usb/sdb/smb/192.168.2.33/REG_TV /dtv/usb/sda1/CONTENTS
Check with ftp client there isDeus3X wrote:so...
now the samba share is correctly mounted for recording...
But there is a problem...
The tv asked me to do a test... and the samba share haven't passed the test... write speed 0 reading speed 0
The samba directory mounted has reading and writing authorization, and i'm using a gigabyte lan...
Code: Select all
.PVRPfmChkLog