Displaying 1 result from an estimated 1 matches for "subplaib".
2013 Jan 18
1
sftp does not allow rename across file system
...rding no
AllowTcpForwarding no
ForceCommand internal-sftp
there are two subdirs in a user home
subPlain (a plain unix dir)
subMounted (a dir that is actually mounting a different file system, or
using mount --bind <targetDir> subMounted )
when using sftp rename
rename subPlaib/F1 subPlaib/F2
works fine.
but
rename subPlaib/F1 subMounted/F2
failed
strace output shows the error as
read(0, "\0\0\0H\310\0\0\0&\0\0\0\30posix-rename at openss"..., 16384) = 76
rename("/johnson/ttt", "/johnson/shared/kkk") = -1 EXDEV (Invalid
cross-device l...