Networking Forums

Networking Forums > Computer Networking > Linux Networking > replica of hard disk running BSD

Reply
Thread Tools Display Modes

replica of hard disk running BSD

 
 
Bd_net
Guest
Posts: n/a

 
      01-03-2005, 09:08 PM
Hello,
I have BSD unix which is configured as a firewall.
I want to make a exact replica of this hard disk.


I am comfertable in Red Hat Linux.
I think I can use dd utility for the copy of the old hard disk to new
hard disk. But the limitation with dd utility is we need new hard disk
with exact same architecture as of old hard disk. And I dont have that!
I did it with Linux machine --- 2nd solution which i used for making a
replica of disk having Linux is by installing the linux system on the
new hard disk with same partition size and then copied the data from
old hard disk to new (either by tar files or just by using the cp
command)and then wrote/installed the grub loader (boot loader) in the
MBR. every thing is working fine. But the problem is I dont know/want
BSD installation. And I dont know how the boot loader is
managed/installed in BSD.


How should I make a replica for the old disk??
Please help, thanks in advance


Bhagwan Dass

 
Reply With Quote
 
 
 
 
7
Guest
Posts: n/a

 
      01-04-2005, 12:08 AM
Bd_net wrote:

> Hello,
> I have BSD unix which is configured as a firewall.
> I want to make a exact replica of this hard disk.
>
>
> I am comfertable in Red Hat Linux.
> I think I can use dd utility for the copy of the old hard disk to new
> hard disk. But the limitation with dd utility is we need new hard disk
> with exact same architecture as of old hard disk.


Not true.
dd if=/dev/hda if=/dev/hdb bs=10240k
will copy until it runs off the disk, after it which it give error
message - but thats not a problem. It just means that it
can't copy any more.
You could boot off a liveCD like knoppix or Mepis
and do the whole operation outside
of any files that may be in use.
http://www.frozentech.com/content/livecd.php


And I dont have that!
> I did it with Linux machine --- 2nd solution which i used for making a
> replica of disk having Linux is by installing the linux system on the
> new hard disk with same partition size and then copied the data from
> old hard disk to new (either by tar files or just by using the cp
> command)and then wrote/installed the grub loader (boot loader) in the
> MBR. every thing is working fine. But the problem is I dont know/want
> BSD installation. And I dont know how the boot loader is
> managed/installed in BSD.
>
>
> How should I make a replica for the old disk??
> Please help, thanks in advance
>
>
> Bhagwan Dass


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hard Disk Recorder bobdydd Broadband 1 06-06-2008 06:44 PM
Adding new SCSI Hard disk pandi Linux Networking 0 01-24-2007 12:37 PM
Logging to a RAM drive instead of hard disk C3 Linux Networking 1 01-15-2007 07:11 PM
Access to hard disk through router epicman Wireless Internet 16 07-27-2006 10:19 PM
remote hard disk lugaburuga Home Networking 5 01-22-2005 11:15 PM



1 2 3 4 5 6 7 8 9 10 11