![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Questions involving NAS, SAN, RAID, Robotic Libraries, backups, etc go here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ftp from hard drive to unix server | dummy_needhelp | Shell Programming and Scripting | 6 | 11-01-2007 12:35 PM |
| RAM Drive in UNIX? | joshivaibhav | UNIX for Advanced & Expert Users | 7 | 09-20-2006 08:11 AM |
| Tape Drive on Unix 7.1.1 | a4tech | UNIX for Dummies Questions & Answers | 4 | 09-10-2002 10:48 PM |
| unix on a small drive? | silverraindog | UNIX for Dummies Questions & Answers | 4 | 07-31-2002 12:19 PM |
| Unix backup to tape drive | Cute | Security | 3 | 12-21-2001 06:34 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
How to duplicate a drive in Unix?
I have a drive that I need to make a sector-by-sector or exact image copy of. In Windows, I use a program call Ghost by Symantec, but the version I have does not support Unix.
Does anyone know of a good product for Unix? Thanks, Brett Gibson Gibson Teldata, Inc. |
| Forum Sponsor | ||
|
|
|
|||
|
Upgrade your version of Ghost. We have it and it works well. However.. let me caution you on something... When you make exact duplicates of hard drives, I assume that you are changing the liscensing information on the duplicated drive... Right?? Right??? Right???? =)
__________________
:D |
|
|||
|
One guy reportedly did this with cat:
# cat /dev/hda >/dev/hdb The disks were 100% identical, important for such things as sector sizes, etc. The paranoid way would be to make filesystem, mount the second disk, and use cp -r. This is what I do when I add one disk and, fx. move the /usr or /home tree to the new disk Atle
__________________
PS All of the above is to be read as '... unless I am wrong' ENDPS |
|
|||
|
A not-so-known thing about FreeBSD:
I wanted to duplicate a disk, but couldn't for the life of me get it to work - how the H#&& do I get the SCSI-emulator to work, grrrr!! Then I found burncd, worked right off the IDE, just like I would have done it. ".. just like I would have ... hmm, lets try .." # cat /dev/acd0 >file.iso YES! That is the way to duplicate a disk under FreeBSD: You cat the CD and pipe it to the CD-R! I became a _dedicated_ BSD fan after that :-) Atle
__________________
PS All of the above is to be read as '... unless I am wrong' ENDPS |
|||
| Google The UNIX and Linux Forums |