免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2226 | 回复: 1
打印 上一主题 下一主题

[存储备份] dd备份文件有大小限制吗 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-07-04 16:47 |只看该作者 |倒序浏览
AIX4.3.3
裸设备文件:/dev/tmpa(文件大小:20G)
3590流带:/dev/rmt0
命令行:dd if=/dev/tmpa of=/dev/rmt0 bs=2048k

出错信息如下:
dd: 0511-051 The read failed.
: There is an input or output error.
8000+0 records in.
8000+0 records out.

问题:
是因为dd对文件有限制吗
怎么解决这个问题

论坛徽章:
0
2 [报告]
发表于 2005-07-04 17:12 |只看该作者

dd备份文件有大小限制吗

0511-051 The read failed
Possible Causes
The tape is backed up on a tape device with a block size that differs from the one on which it is currently set.
The value specified with either the bs, ibs, or obs flag is not a multiple of the block size of the tape device.
The value specified for the fskip flag is greater than the number of end-of-file marks on the tape.
The tape is damaged.
Procedures for Recovery
Use the chdev command to change the block size on the tape device:
chdev -1 rmt# -a block size=0
Use the tctl command to check the block size of the tape device:
tctl -f /dev/rmt# status
Then, specify the value of the bs, ibs, or obs flag as a multiple of the block size.
Use the tcopy command to check the number of files or records that can be accessed on tape.
Check the error log for tape errors:
errpt -a
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP