Mar 11, 2004 #1 haneo Programmer Jan 2, 2002 274 CA Hello, I wanna backup the MBR of our server (PROLIANT with hardware RAID controler), to a floppy ... or the other storage media ! Is it possible to do it with the command dd ??? Thanks. CCNA
Hello, I wanna backup the MBR of our server (PROLIANT with hardware RAID controler), to a floppy ... or the other storage media ! Is it possible to do it with the command dd ??? Thanks. CCNA
Mar 11, 2004 #2 Deleted Technical User Jul 17, 2003 470 US This should work. Code: dd if=/dev/hda of=mbr.bak bs=512 count=1 M. Brooks X Concepts LLC http://xconcepts.com Upvote 0 Downvote
This should work. Code: dd if=/dev/hda of=mbr.bak bs=512 count=1 M. Brooks X Concepts LLC http://xconcepts.com
Mar 12, 2004 Thread starter #3 haneo Programmer Jan 2, 2002 274 CA Thanks mbrooks ! Does this work on servers with RAID Hardware, i have all partitions (/ /boot /etc /usr .....) mounted on /dev/cciss/c0d0p[1-9] ? Or does it matter ? Thanks. CCNA Upvote 0 Downvote
Thanks mbrooks ! Does this work on servers with RAID Hardware, i have all partitions (/ /boot /etc /usr .....) mounted on /dev/cciss/c0d0p[1-9] ? Or does it matter ? Thanks. CCNA
Mar 12, 2004 #4 Deleted Technical User Jul 17, 2003 470 US Shouldn't make any difference.. M. Brooks X Concepts LLC http://xconcepts.com Upvote 0 Downvote
Mar 19, 2004 Thread starter #5 haneo Programmer Jan 2, 2002 274 CA Thanks very much it works !!! Greate CCNA Upvote 0 Downvote