免费注册 查看新帖 |

Chinaunix

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

[SCO UNIX] ide 硬盤可否克隆向Scsi硬盘? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-09-27 17:05 |只看该作者 |倒序浏览
我在同一部机里装了IDE和SCSI 硬盘,在IDE里装了SCO,现在可否实现向SCSI硬盘克隆呢?

论坛徽章:
0
2 [报告]
发表于 2003-09-27 17:30 |只看该作者

ide 硬盤可否克隆向Scsi硬盘?

可高版本的克隆软件试试!!

论坛徽章:
0
3 [报告]
发表于 2003-09-27 19:14 |只看该作者

ide 硬盤可否克隆向Scsi硬盘?

好像不行,我上次就没成功,ghost 不认识 scsi 硬盘

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
4 [报告]
发表于 2003-09-27 21:03 |只看该作者

ide 硬盤可否克隆向Scsi硬盘?

转一篇文章给你,希望有所帮助。

  1. 在开始硬盘对拷之前,首先应将已安装好系统的源盘和空白目标盘分别设置跳线,安装在计算机上。开机,进入CMOS设置两块硬盘的参数,然后进入源盘的超级用户root,就可以开始拷贝了。
  2.   以下是在digital P200微机上,SCO Open Server Release 5环境下进行硬盘对拷的过程。
  3.   1.增加一块硬盘
  4.   #mkdev hd 1 0
  5.   Your root hard disk is attached to an IDE controller.
  6.   Pick one of the choices below or you may quit and
  7.   Invoke mkdev hd -u for a detail usage message.
  8.   1)Add a hard disk to IDE controller
  9.   2)Add a hard disk to SCSI controller
  10.   3)Add a hard disk to an IDA controller(EISA)
  11.   Enter 1,2,3,or enter 'q' to quit:(输入1)
  12.   ……
  13.   If you wish to exit the entire installation at this menu,
  14.   Press the <DEL>;key.
  15.   Hard Disk Drive 1 Configuration
  16.   1.Display current disk parameters
  17.   2.Modify current disk parameters
  18.   3.Select default disk parameters
  19.   Enter an option or 'q' to quit:
  20.   (这是dkinit程序的菜单。在此可以选1显示目标硬盘参数,如不符要求,可选2进行修改,然后输入q继续)
  21.   ……
  22.   1.Display Partition Table
  23.   2.Use Entire Disk for UNIX
  24.   3.Use Rest of Disk for UNIX
  25.   4.Create UNIX Partition
  26.   5.Activate Partition
  27.   6.Delete Partition
  28.   7.Create Partition
  29.   Enter your choice or 'q' to quit:
  30.   (这是fdisk程序的菜单。在此可以对目标硬盘按需要进行分区,然后输入q继续)
  31.    ……
  32.   1.Print Current Bad Track Table
  33.   2.Scan Disk (You may choose Read-Only or Destructive later)
  34.   3.Add Entries to Current Bad Track Table by Cylinder/Head Number
  35.   4.Add Entries to Current Bad Track Table by Sector Number
  36.   5.Delete Entries Individually from Current Bad Track Table
  37.   6.Delete All Entries from Bad Track Table Please enter your choice or 'q' t 廯 t:
  38.   (这是badtrk程序的菜单,选择2可以扫描查找硬盘上有问题的磁道,并对应到硬盘别处的正常磁道上,另外还建立一个坏道表。输入q继续)
  39.   Enter the number of bad tracks to allocate space for
  40.   (or press<return>;to use the recommended value of 15):
  41.   (回车)
  42.   There are 2110657 blocks in the UNIX area.
  43.   Please enter the number of file systems you want this area
  44.   To be divided into,or press<Return>;to get the default of 2 file system(s).
  45.   (回车)
  46.   The layout of the filesystems and swap area is now prepared.
  47.   Do you wish to make any manual adjustments to the sizes or
  48.   names of the filesystems or swap area before they are created
  49.   on the hard disk?(y/n)
  50.   (输入n)
  51.   Making filesystems
  52.   Hard disk initialization procedure completed.
  53.   2.用dd命令将SCO UNIX硬盘自举程序从源盘拷入目标盘
  54.   #dd if=/dev/hd0a of=/dev/hdla bs=1024 count=40
  55.   3.用divvy命令在目标盘上建立可安装的文件系统
  56.   #divvy-im /dev/rhdla
  57.   There are 2095537 lk blocks in the UNIX area.
  58.   Between 16000 and 512000 lk blocks should be reserved for the swap area.
  59.   Please enter the swap-space allocation ,or press <Return>;
  60.   To get the default allocation of 24000 lk blocks:
  61.   (回车)
  62.   There are 2095537 lk blocks in the UNIX area.
  63.   Between 15000 and 64000 lk blocks should be reserved for the boot filesystem.
  64.   Please enter the boot-space allocation,or press <Return>;
  65.   To get the default allocation of 20000 lk blocks:
  66.   (回车)
  67.   Do you want a separate /u filesystem?(y/n)
  68.   (输入n)
  69.   The layout of the filesystems and swap area is now prepared.
  70.   Do you wish to make any manual adjustments to the sizes or
  71.   names of the filesystems or swap area before they are created
  72.   on the hard disk?(y/n)
  73.   (输入n)
  74.   Making filesystems
  75.   4.用divvy 命令查看并修改内分区(division)名
  76.   #divvy/dev/rhdla
  77.   Name Type New FS # First Block
  78.   Last Block dll50 EAFS     no     0
  79.   0 19999
  80.   d1151 NON Fs          no     1 20000
  81.   43999
  82.   HTFS              no     2 44000
  83.   2045725
  84.   Not USED            no     3 -
  85.   -
  86.   Not USED            no     4 -
  87.   -
  88.   Not USED            no     5 -
  89.   -
  90.   recover NON FS         no     6 2045726
  91.   2045735
  92.   hdla WHOLE DISK        no     7 0
  93.   2061831
  94.   2045736 lk blocks for divisions,16096 lk blocks reserved for the system.
  95.   n[ame] Name or rename a division.
  96.   c[reate] Create a new file system on this division.
  97.   t[ype] Select or change filesystem type on new filesystems.
  98.   p[revent] Prevent a new file system from being created on
  99. this.
  100.   s[tart] Start a division on a different block.
  101.   e[nd] End a division on a different block.
  102.   r[estore] Restore the original division table.
  103.   Please enter your choice or 'q' to quit:
  104.   (输入n修改内分区名。在此分别将0,1,2内分区名修改为rb ,rs,rr)
  105.   i[nstall] Install the division set-up shown.
  106.   r[eturn] Return to the previous menu.
  107.   e[xit] Exit without installing a division table.
  108.   Please enter your choice:
  109.   (输入i将内分区情况安装在目标盘上)
  110.   Making filesystems.
  111.   5.将目标盘引导文件系统安装到源盘上,并拷贝其内容
  112.   #mount/dev/rb/mnt
  113.   #cd/stand
  114.   #find.-print|cpio-pdumv /mnt
  115.   #umount/mnt
  116.   6.将目标盘根文件系统安装到源盘上,并拷贝其内容
  117.   # mount/dev/rr/mnt
  118.   #find/-mount print|cpio-pdumv/mnt
  119.   7.建立目标盘根文件系统中的文件系统安装点
  120.   #cd /mnt
  121.   #mkdir mnt stand;chmod 755 mnt stand;chgrp bin mnt stand
  122.   #umount /mnt
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP