Sponsored Content
Full Discussion: Make a Copy Entire Hard Disk
Operating Systems SCO Make a Copy Entire Hard Disk Post 302353036 by jgt on Monday 14th of September 2009 10:14:46 AM
Old 09-14-2009
Assuming for the moment that the system has an IDE hard drive, the simplest way is to add a second IDE drive, and use Norton Ghost to duplicate the drive, by booting from a DOS/Win95/Win98 diskette. Do not attempt to change the partition size, as this function of Ghost is not supported.
If you have a SCSI system, then you can use the same process if:
1 you have a DOS driver for the SCSI host adapter,
2 you have a disk with the same number of heads and sectors per track.
3 you know how to install a scsi disk

There are ways to do this using SCO unix, read the installation manual about adding a second hard drive, run mkdev hd, but skip the divvy section, and use "dd" to copy /dev/hd0a to /dev/hd1a
You could also purchase Microlite Edge from Home of Microlite BackupEDGE / RecoverEDGE, and then use its backup and recovery features.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to Copy Contents from CD to Hard disk

Hello all.. Iam New to Unix Environment. I need to copy .cpio file from CD to a Folder on Sun 5.8 Box. Can anyone give me the commands to execute this ?.. Thanks in advance Ron (4 Replies)
Discussion started by: vr76413
4 Replies

2. UNIX for Dummies Questions & Answers

which cmde recommended to copy an entire dty?

Hi, - i am not unix specialist and i would like to save all the contents of a directory containing symbolic links BUT: + i want to get the links within the copy (to be able to restaor them) + i dont want to copy the directories which are pointed to by theses links some advice? what... (4 Replies)
Discussion started by: JAKEZ
4 Replies

3. Linux

Copy entire disk in FC3

I'm running FC3 and I'd like to copy the entire /dev/hda to /dev/hdc, including all the boot info, so that I can boot off of it in case of failure. This will be a one time thing. I'm doing an app upgrade and I'm very afraid the install will go wrong, so I want to be able to quickly be back up in... (11 Replies)
Discussion started by: dangral
11 Replies

4. Shell Programming and Scripting

Script that can Copy a Range of files from Tape to Hard disk

Hi: I am a trying to write a script using a loop i guess. What I need to do is write a script that can allow my users to load a tape and copy a range of files from a tape to the hard disk. By range I mean, I would like the users to pick a range of numbers like files 3 - 8 and the script will... (0 Replies)
Discussion started by: msjazzie
0 Replies

5. UNIX for Dummies Questions & Answers

Copy and entire folder except one

Hi, I have a folder named "A". I want to copy the entire stuff inside it to another location except the folder "B" which is present inside it. How can it be done? (6 Replies)
Discussion started by: vibhor_agarwali
6 Replies

6. UNIX for Dummies Questions & Answers

Search for a string and copy the entire line

Hello All, I am after the script or the command which can scan the entire file for a string $PART_ID and when found to extract/copy the corresponding $PART_ID value (e.g THIRE_PTY_SOFTWARE for the 1st occurance of $PART_ID in the attached file) to a file. Appreciate your help. Thanks in... (3 Replies)
Discussion started by: forumthreads
3 Replies

7. SCO

declare disk driver for IDE hard disk

hi I've a fresh installation of SCO 5.0.7 on the IDE hard disk. For SCSI hard disk I can declare, for example blc disk driver using: # mkdev hd 0 SCSI-0 0 blc 0but it works for IDE hard disk? (3 Replies)
Discussion started by: ccc
3 Replies

8. Linux

C++ Code to Access Linux Hard Disk Sectors (with a LoopBack Virtual Hard Disk)

Hi all, I'm kind of new to programming in Linux & c/c++. I'm currently writing a FileManager using Ubuntu Linux(10.10) for Learning Purposes. I've got started on this project by creating a loopback device to be used as my virtual hard disk. After creating the loop back hard disk and mounting it... (23 Replies)
Discussion started by: shen747
23 Replies

9. Solaris

fsck entire hard drive?

ho do you check filesystem on entire hard disk? (9 Replies)
Discussion started by: orange47
9 Replies

10. Solaris

How to make an exact image copy of a SCSI hard drive in Solaris 8 OS?

To Solaris 8 Experts, Please let me know what's the best method / procedure as well as the Solaris 8 commands for accomplishing the following tasks on a production Sun Enterprise 250 Server running Sun Solaris 8 Operating System: 1. Make an exact image/copy of the SCSI Hard Drive in the... (3 Replies)
Discussion started by: ssabet
3 Replies
MCA(4)							   BSD Kernel Interfaces Manual 						    MCA(4)

NAME
mca -- introduction to machine-independent MCA bus support and drivers SYNOPSIS
mca0 at mainbus? options MCAVERBOSE Machine-dependent; depends on the bus topology and MCA bus interface of your system. Typical MCA buses are connected directly to the main system bus. DESCRIPTION
NetBSD includes a machine-independent MCA bus subsystem and several machine-independent MCA device drivers. HARDWARE
NetBSD includes machine-independent MCA drivers, sorted by device type and driver name: SCSI controllers aha Adaptec AHA-1640 SCSI interface esp NCR 53C90 SCSI Adapter Disk and tape controllers edc IBM ESDI Fixed Disk Controller Serial interfaces com NS8250-, NS16450-, and NS16550-based serial cards. Network interfaces tr TROPIC based token ring interfaces ate Allied-Telesis 1720 Ethernet interface cards we WD/SMC WD80x3x Ethernet interface cards and clones le SKNET Personal and MC+ Ethernet interface cards elmc 3Com EtherLink/MC (3c523) Ethernet interface ep 3Com EtherLink III 3c529 Ethernet interface tra Tiara LANCard/E and Standard MicroSystems 3016/MC Ethernet interface SEE ALSO
aha(4), ate(4), com(4), edc(4), elmc(4), ep(4), esp(4), le(4), ne(4), tr(4), tra(4), we(4) HISTORY
The machine-independent MCA subsystem appeared in NetBSD 1.5. BSD
March 3, 2005 BSD
All times are GMT -4. The time now is 11:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy