The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 04-08-2008
pupp's Avatar
pupp pupp is offline Forum Staff  
cap_10hdx 1
  
 

Join Date: Feb 2008
Location: Jersey Shore
Posts: 557
put it on a scsi copier and copy over the drive.

or

install another disk and use the command dd to copy the disk to the new disk.

Code:
dd if=/dev/hda of=/dev/hdb

or

copy the boot img to diskette.

Code:
dd if=boot.img of=/dev/fd0 bs=18k

** warning ** be careful using the command dd. you can completely wipe out your main hard drive.