Page 2 of 2

Re: ok but the path is too long..

Posted: Fri Mar 09, 2012 3:40 pm
by address
ok, I Disabled scripts except:
02_04_vusb.init
03_03_sshd.init
99_99_mount-myserver.init.
Also I added two lines to 99_99_mount-myserver.init

Code: Select all

				touch /dtv/usb/sda1/Server/1.txt
				touch /dtv/usb/sda1/1.txt
The files 1.txt were both created but I still can not see any files in /dtv/usb/sda1/Server unless I type

Code: Select all

mount -o nolock 10.222.3.25:/media/Dati/Incoming /dtv/usb/sda1/Server -t nfs
via telnet

:-(

Re: ok but the path is too long..

Posted: Fri Mar 09, 2012 3:42 pm
by juusso
try /bin/mount instead of mount.

Code: Select all

/bin/mount -o nolock 10.222.3.25:/media/Dati/Incoming /dtv/usb/sda1/Server -t nfs

Re: ok but the path is too long..

Posted: Fri Mar 09, 2012 8:12 pm
by address
You are right juuso!
Now the script is running fine and the path is very short.

THANKYOU ALL!!!!