Use 'dd' to copy boot disk to larger target disk


 
Thread Tools Search this Thread
Operating Systems Solaris Use 'dd' to copy boot disk to larger target disk
# 1  
Old 10-07-2016
Use 'dd' to copy boot disk to larger target disk

Hi,

I'm looking to copy a boot disk on an old Solaris 8 system using dd. I'll bring the system down to single user mode and begin from there. I'm copying my source disk to a larger target disk. Do I need to do anything other than the 'dd' command below because the target disk is bigger?

Code:
dd if=/dev/rdsk/device-name of=/dev/rdsk/device-name bs=block-size

Thanks for your help!

Last edited by rbatte1; 10-10-2016 at 06:22 AM.. Reason: Added CODE tags & removed bold in code line
# 2  
Old 10-10-2016
My first comments would be that even in single user, the device is active. You would need to go to single user from external media, e.g.
Code:
OK> boot cdrom -s

The process may work, but the geometry of the disk may not give you a workable boot disk.

Can I presume that you are trying to create a bootable disk? For Solaris (and I last did it back to 2.6!) it was a ufsdump to tape. You can then ufsrestore it to another filesystem. You would first have to prepare the disk by booting to single user from CD and using format to slice it up (we didn't have Veritas or anything) but then there's more about devices to be cleaned up & regenerated because the hardware was different on the recovery server etc.

It is no easy task to work through but simple to follow once we'd proved it. Alas that has all gone many years past and I cannot recall it all.




Robin
# 3  
Old 10-10-2016
Not an ideal way to try and do it in my opinion. That would just copy the existing partition (slice) size to the new drive and wouldn't therefore gain you any new space.

I would connect the drive to the existing system, use 'format' to set the VTOC including any swap space required, 'newfs' the slice(s), 'ufsdump' piped to 'ufsrestore' to transfer the data, and write a boot block to the drive to make it bootable. Then boot from the new drive.

How many filesystems are on the drive? Just one?
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

How to specify local boot up disk in CD boot Grub?

Hi Solaris 10 Experts, I am wondering what is the correct syntax to edit in Grub when trying to specify the local ZFS boot disk while booting up from a Solaris 10 x86 64bits DVD installation disk. In other word, I try to boot up from local disk without removing the Solaris installation disk... (0 Replies)
Discussion started by: gjackson123
0 Replies

2. AIX

Clone or mirror your AIX OS larger disk to smaller disk ?

hello folks, I have a 300GB ROOTVG volume groups with one filesystem /backup having 200GB allocated space Now, I cannot alt disk clone or mirrorvg this hdisk with another smaller disk. The disk size has to be 300GB; I tried alt disk clone and mirrorvg , it doesn't work. you cannot copy LVs as... (9 Replies)
Discussion started by: filosophizer
9 Replies

3. UNIX for Dummies Questions & Answers

How to find a file whick is consuming larger disk space in file system

Hello, Can anybody please tell me the command to find out the filesystem or a file which is consuming larger disk space sing i want to find out the file and want to compress it please help me out any help would be appreciated (6 Replies)
Discussion started by: lokeshpashine
6 Replies

4. Solaris

Controller target disk?

Hi, I am a newbie to Solaris. I want to know how to find out the controller target and disk number on a SunFire V890 box that has 6X72GB disks. The probe-scsi output is as shown below: /pci@8,600000/SUNW,qlc@2 LiD HA LUN --- Port WWN --- ----- Disk description ----- 0 0 0 ... (1 Reply)
Discussion started by: sudhir_shet
1 Replies

5. Solaris

Upgrading To Larger Disk?

I have just been assigned the task of upgrading to a larger disk on a e250; however, I am use to working on Linux and x86 hardware. I would be very appreciative if someone could inform me on how this procedure can be done safely. To begin with, the e250 has a 18 Gig primary scsi disk and a 18... (3 Replies)
Discussion started by: cstovall
3 Replies

6. UNIX for Dummies Questions & Answers

The hard disk at channel 2, target 1 had a soft error.

Hi there! I received the following error message The hard disk at channel 2, target 1 had a soft error. The output of a system check reveiled the following (see entry <2,1> ): SWXCR xcr0 error counters: RAID Array 200 Controller Family Information Utility V1.03... (1 Reply)
Discussion started by: Ivo
1 Replies

7. UNIX for Dummies Questions & Answers

Upgrade Hard Disk to a larger one

Hello folks, I have a sun sparcstation 20, I would like to upgrade one of the hard disks to a larger one. The one I would like to upgrade only contains user data. Here are my thoughts: 1. Backup the specific file system 2. Replace the disk with the larger disk 3. Create a new file... (2 Replies)
Discussion started by: DLongan
2 Replies
Login or Register to Ask a Question