How to clone enter harddisk on Sun Sparc20?


 
Thread Tools Search this Thread
Operating Systems Solaris How to clone enter harddisk on Sun Sparc20?
# 22  
Old 03-25-2010
sd0 doesn't exist. I believe you want a device spanning the whole disk which should be sd0c (i.e. slice 2 = overlap) instead.

A media error while reading the source disk isn't exactly a good new. Perhaps should you start to focus on some "Plan B" ...
# 23  
Old 03-25-2010
# dd if=/dev/sd0c of=/dev/sd1c bs=256k
this would clone the whole hard drive?

sorry for being noob...and "Plan B" would mean?
# 24  
Old 03-25-2010
Quote:
Originally Posted by Ron Macam
# dd if=/dev/sd0c of=/dev/sd1c bs=256k
this would clone the whole hard drive?
Assuming the source disk is readable, that will copy all of it to the destination one.
Quote:
sorry for being noob...and "Plan B" would mean?
Nothing Solaris related: plan B - Wiktionary
# 25  
Old 03-25-2010
Quote:
Originally Posted by jlliagre
Assuming the source disk is readable, that will copy all of it to the destination one.
Do i need to do something on my target disk? I mean do i have to format it or something

Quote:
Nothing Solaris related: plan B - Wiktionary
hehe Smilie i mean do you know of any Plan B action?

---------- Post updated at 11:22 PM ---------- Previous update was at 12:23 PM ----------

Update:
I did a cloning on partition by partition, but first i formatted and partition the target hard disk to match the source hard disk.

Question do i need to mount the cloned disk when i use it eventually? Because frankly speaking i don't know where to start if i need to mount it.

Last edited by Ron Macam; 03-25-2010 at 01:33 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Loop logic, enter into respective IF as per enter input file name

have three big data file, however I just need to see the mentioned below one line form the all the file which has SERVER_CONNECTION Value File 1 export SERVER_CONNECTION=//dvlna002:10001/SmartServer File2 export SERVER_CONNECTION=///SmartServer File3 export... (1 Reply)
Discussion started by: Nsharma3006
1 Replies

2. Solaris

Clone Production Server (Sun v120)

It's a DHCP server. We want to make a clone for fail over purpose since there are some identical systems available here. We do have a secondary DHCP server. Hardware: Sun v120. OS: Solaris 9. Two disks without array, /var and /opt on the secondary disk. How can I clone the system via network... (1 Reply)
Discussion started by: aixlover
1 Replies

3. Solaris

Image from harddisk

Can i take image from all data in SCSI hard-disk which work in foxboro workstation and extract it again on another hard disk ?:b: thanks (4 Replies)
Discussion started by: hatemeid
4 Replies

4. Solaris

SunOS 5.6 vs 5.8 HardDisk

Hi all, I am not sure I am in the correct forum or not, but I would appreciate if somebody from here can help me out. My processing equipment currently is using Unltra5 SunOs 5.6 with 8.6 GB hard disk, newer UltraSPARC SunOS 5.8 is with higher hard disk capacity. I am wondering how much hard... (2 Replies)
Discussion started by: uvex
2 Replies

5. UNIX for Dummies Questions & Answers

SCSI Harddisk

hey guys this is my problem I have SCO unix installed on a IDE h/drive. I want to add a SCSI hard drive, how do i do that within UNIX (1 Reply)
Discussion started by: kwame.neilsen
1 Replies

6. Solaris

Clone disk for Sun Blade 2000

Hai ......... my name Rio, I want to clone my harddisk at Sun Balade 2000 server with Solaris 8 OS, my question is : a. what kind method for making backup or clonning disk ? b. what method more easier , quick but still reliable ? c. how to proceed it ? Thanks (1 Reply)
Discussion started by: rioria
1 Replies

7. UNIX for Dummies Questions & Answers

BSD's that will work on a multiprocessor Sparc20

i know openbsd has a port that works on single cpu sparcs, and freebsd only works on the sparc64 architecture, and then there is netbsd that happens to work on multiprocessor sparc20's. as far as i know these are the only free BSD's, are there any others that will work on a multiprocessor... (2 Replies)
Discussion started by: xyyz
2 Replies

8. UNIX for Dummies Questions & Answers

getting netbsd 1.6 to work on a sparc20 woes...

i downloaded and burned the iso. the installation was pretty straight forward. evenything seemed alright. however, after the install reboot, i get a "Data Access Exception" error and then the system exits to the "ok" prompt. i tried finding something about this everywhere... but what i... (2 Replies)
Discussion started by: xyyz
2 Replies

9. UNIX for Dummies Questions & Answers

server harddisk upgrade

hi friends, one of my clnts wants his Hard drive to be ugrded . He is currently using SCO unix 5.04 on a 4.3 Gig SCSI drive. He wants me to upgrd it to 18 Gigs . All he wants is that the data / programs / userfiles shall be intact. he has 3 user slices /user1, /user2 , /user3 presently... (3 Replies)
Discussion started by: /etc/passwd
3 Replies

10. UNIX for Advanced & Expert Users

clone harddisk

Hi, i have to make an excect physical copie of a sun unix station harddisk. I have to make all partitions the same on about 60 harddisks, and also they should contain the same data/info. I have hade a look at commands 'DD' and 'UFSDUMP' but both of them are not sufficient enough. Can... (5 Replies)
Discussion started by: dirk2
5 Replies
Login or Register to Ask a Question