Displaying 1 result from an estimated 1 matches for "zqft1".
Did you mean:
zqft0
2003 Nov 07
0
rsync 2.5.6 fails to create device nodes on IRIX and NFS mount
...NFS mount is from a
linux box (NFSv3 and dev,suid as mount options, no_root_squash,rw as
export option).
[root@octane /]# /usr/freeware/bin/rsync -aHzvxe "ssh -q" --delete
--rsync-path=/usr/bin/rsync root@host:/ /net/ente/master/DISK
[...]
mknod dev/zqft0 : Invalid argument
mknod dev/zqft1 : Invalid argument
mknod dev/zqft2 : Invalid argument
mknod dev/zqft3 : Invalid argument
[...]
mknod by commandline on IRIX to the NFS filesystem has no problems:
[root@octane /]# mknod /net/ente/master/DISK/dev/sda b 8 0
[root@octane /]# ll /net/ente/master/DISK/dev/sda
brw-r--r-- 1 root...