scp 返回退出状态 1

scp 返回退出状态 1

在局域网中我有两台电脑,都运行 Ubuntu 13.04。

第一台电脑上的共享文件夹(samba,访客访问)中有一个目录。我尝试通过 nautilus(我可以在文件浏览器中看到共享文件夹)将此目录复制到第二台电脑... 我收到超时错误,之后 samba 共享不可用。

然后我尝试使用 scp 进行复制... 它再次停止:之后我根本无法连接 ssh,直到我重新启动机器。更令人惊讶的是,在出现此 scp 问题后,samba 共享也不可用。

我尝试了详细模式的 scp,结果如下:

scp: /home/yvesu/Public/Alexandre/002/pmvs/models/option-0008.pset: Input/output error
Sending file modes: C0744 205850157 option-0009.patch
Sink: C0744 205850157 option-0009.patch
option-0009.patch                                                100%  196MB  98.2MB/s   00:02    
scp: /home/yvesu/Public/Alexandre/002/pmvs/models/option-0009.patch: Input/output error
Sending file modes: C0744 129092129 option-0005.pset
Sink: C0744 129092129 option-0005.pset
option-0005.pset                                                 100%  123MB  61.6MB/s   00:02    
scp: /home/yvesu/Public/Alexandre/002/pmvs/models/option-0005.pset: Input/output error
Sending file modes: C0744 228669306 option-0006.ply
Sink: C0744 228669306 option-0006.ply
option-0006.ply                                                  100%  218MB  54.5MB/s   00:04    
scp: /home/yvesu/Public/Alexandre/002/pmvs/models/option-0006.ply: Input/output error
Sending file modes: C0744 84462440 option-0001.pset
Sink: C0744 84462440 option-0001.pset
option-0001.pset                                                 100%   81MB  80.6MB/s   00:01    
scp: /home/yvesu/Public/Alexandre/002/pmvs/models/option-0001.pset: Input/output error
Sink: E
Sending file modes: C0744 874 centers-0010.ply
Sink: C0744 874 centers-0010.ply
centers-0010.ply                                                 100%  874     0.9KB/s   00:00    
scp: /home/yvesu/Public/Alexandre/002/pmvs/centers-0010.ply: Input/output error
Sending file modes: C0744 384 option-0009
Sink: C0744 384 option-0009
option-0009                                                      100%  384     0.4KB/s   00:00    
scp: /home/yvesu/Public/Alexandre/002/pmvs/option-0009: Input/output error
Sink: E
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: client_input_channel_req: channel 0 rtype [email protected] reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
Transferred: sent 3586000, received 13047756680 bytes, in 283.6 seconds
Bytes per second: sent 12646.3, received 46013798.3
debug1: Exit status 1

此后,当我尝试使用 ssh 连接时:

ssh_exchange_identification: Connection closed by remote host

当我双击 samba 共享时:

Unable to access location
Failed to mount Windows share: Connection timed out

目录所在的硬盘是全新的。使用磁盘实用程序,SMART 数据自检没有显示任何内容。

有什么想法吗?

答案1

我收到一个输入输出错误ls,此外还有我在评论中提到的黑屏......这一定与 HDD 有关。

我在另一个硬盘上安装了 ubuntu,同一品牌,同一型号......一切都运行良好。

相关内容