“不适当的 I/O 控制操作”是什么意思?使用 Perl 将文件从 Windows 文件夹复制到 samba 共享时出现错误
我的问题有点具体,我正在使用 Perl 将文件从 Windows 文件夹复制到 Linux samba 共享,并且定期收到如下错误: Inproperty I/O control operation, it 最终导致文件损坏与源文件的大小完全相同。我需要弄清楚这是网络问题还是其他问题。有人可以启发我这一点吗? 预先非常感谢!
大卫
My question is a little specific, I'm copying files from a windows folder to a Linux samba share using Perl, and periodically, I get an error like this: Inappropriate I/O control operation, which ended up with a corrupted file with the exact same size as the source file. I need to figure out if this is a network issue, or something else. Could somebody enlighten me on this one.
Thanks very much in advance!
David
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最近,我从一个 Perl 脚本中收到此错误,该脚本尝试访问(通过 Archive::Extract)Samba 共享上不存在的文件。
I recently got this error from a Perl script that attempted to access (via Archive::Extract) a non-existent file on a samba share.