I'm having trouble creating a named pipe on a filesystem mounted from a 760 to a Linux system. The 760 is running 5.3.4R3.
'mknod <name> p' gives me a zero-length file rather than a named pipe:
# mknod initctl p # ls -la initctl -rw-r--r-- 1 root root 0 Feb 8 15:58 initctl ^
I'm sure this *used* to work (way back when I had a 540). It works fine if I try it on a filesystem mounted from a Linux server...
Any ideas?
-Ronan