Hello,
while reading a text file from linux OS this error happens : file error 30,26
the file is located on a windows share visible through the linux 'mount'.
can anyone help me?
Thank you.
Hello,
while reading a text file from linux OS this error happens : file error 30,26
the file is located on a windows share visible through the linux 'mount'.
can anyone help me?
Thank you.
Hello,
while reading a text file from linux OS this error happens : file error 30,26
the file is located on a windows share visible through the linux 'mount'.
can anyone help me?
Thank you.
The '26' means that the disk cannot be found. Presumably you are getting this error on the open.
Can you open the file with a text editor (on Linux) using exactly the same pathname?
The '26' means that the disk cannot be found. Presumably you are getting this error on the open.
Can you open the file with a text editor (on Linux) using exactly the same pathname?
yes, the error could be on the open, the file with an editor I open it.
it is a process of 'crontab' that runs all day, every now and then goes into error 30.26
it seems that the mount of 'samba' creates the problem ?
mount -t smbfs -o .....
Hello,
while reading a text file from linux OS this error happens : file error 30,26
the file is located on a windows share visible through the linux 'mount'.
can anyone help me?
Thank you.
Have you used a USE procedure to catch the error and do further processing on the error situation? Since this is an intermittent error, perhaps a USE procedure could call C$DELAY and then retry the open?
Have you used a USE procedure to catch the error and do further processing on the error situation? Since this is an intermittent error, perhaps a USE procedure could call C$DELAY and then retry the open?
Excellent suggestion .. Acu has C$SLEEP -
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.