Search Options
close
Search the following clips:
All Clips
Everyone's Clips
My Guides
Sign Up
Install
Learn More
Login
MBR backup mit linux
berot3
follow
0
7-8-2007 6:30 PM
273 views
tags:
mbr
,
disc
,
backup
,
linux
Add a Comment
Login
to Comment. Not a member yet?
Sign up
Related Clips
TestDisk - Free data recovery tool
HDHacker: restoring your Master Boot Recor...
The Time-eater clock
Blu-ray is dead
Computer Animated Music
Webbed Toe Piercing
Tiny shop serves software on demand
More clips from
berot3
Ubuntu Beryl vs. Windows AERO so who is be...
Rotate display 90 degrees counterclockwise...
iPhone - unbezahlbar?
Today's Top Clips
Obama's Use of Complete Sentences Stirs Controversy
Most Amazing Lightning Strike You Will Ever See
What Makes People Racist?
Sun + Water = Fuel
You're entitled to your own opinion - not your own truth
Naomi Campbel reclaim her faith in God !! Thank goodness ..
Do-It-Yourself Tests for Racism, Homophobia, Ageism and Anti-Obesity Bias
Norwegian shipping firm takes long way to avoid pirates
California wildfires (yet again) - Photos
"Perhaps our moral reasoning is not as reasonable as it seems".
visit the
Top Clips page
View the Top Clips from
July 8, 2007
Embed This Clip In Your Site...
<div style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;"><div class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;"><div style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" ><a href="http://clipmarks.com/clip-to-blog/" title="see clips that are hot right now"><img src="http://content.clipmarks.com/blog_embed/b8744bd8-9208-4013-8f2a-ce83661909a9/44D2FF5C-034F-47C6-881D-05CB2C8FB878/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://kohnlehome.de/wiki/index.php/MBR_backup" href="http://kohnlehome.de/wiki/index.php/MBR_backup" style="font-size: 11px;">kohnlehome.de</a></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://kohnlehome.de/wiki/index.php/MBR_backup"><H1 class="firstHeading">MBR backup</H1></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://kohnlehome.de/wiki/index.php/MBR_backup"><SPAN class="mw-headline"> 1. Beliebiges Linux booten (z.B. Live-CD/Knoppix) </SPAN></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://kohnlehome.de/wiki/index.php/MBR_backup"><SPAN class="mw-headline"> 2. Diskette mounten </SPAN></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://kohnlehome.de/wiki/index.php/MBR_backup"><PRE>mount /dev/fd0 /mnt </PRE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://kohnlehome.de/wiki/index.php/MBR_backup"><SPAN class="mw-headline"> 3. MBR auf Diskette kopieren </SPAN></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://kohnlehome.de/wiki/index.php/MBR_backup"><PRE>dd if=/dev/hda of=/mnt/mbr.dat bs=512 count=1 </PRE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://kohnlehome.de/wiki/index.php/MBR_backup"><B>Erklärung:</B></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://kohnlehome.de/wiki/index.php/MBR_backup"><P><CODE>dd</CODE> ist ein Befehl zum byteweisen kopieren von Daten, </P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://kohnlehome.de/wiki/index.php/MBR_backup"><P><CODE>of=/mnt/mbr.dat</CODE> bedeutet, dass die Daten in der Datei <CODE>mbr.dat</CODE> gespeichert werden, die sich im Verzeichnis <CODE>/mnt</CODE> (=Diskette) befindet. </P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://kohnlehome.de/wiki/index.php/MBR_backup"><P><CODE>if=/dev/hda</CODE> bedeutet, dass die Quelle die Master-Festplatte am 1.IDE-Kanal ist (<CODE>hdb</CODE> ist Slave am 1.IDE-Kanal, <CODE>hdc</CODE> Master am 2.IDE-Kanal, <CODE>hdd</CODE> Slave am 2.IDE-Kanal) </P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://kohnlehome.de/wiki/index.php/MBR_backup"><P><CODE>bs=512</CODE> gibt die Grösse eines der Datenblöcke an, die kopiert werden sollen. In diesem Fall sind das 512 Byte. </P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://kohnlehome.de/wiki/index.php/MBR_backup"><P><CODE>count=1</CODE> gibt die Anzahl der zu kopierenden Datenblöcke an. In diesem Fall ist es einer. </P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://kohnlehome.de/wiki/index.php/MBR_backup"><SPAN class="mw-headline"> Sonstige Hinweise </SPAN></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://kohnlehome.de/wiki/index.php/MBR_backup"><P><I>dd if=/dev/hda of=/pfad/zu/mbr.dat bs=512 count=1</I> speichert den MBR und die Partitionstabelle. <I>dd if=/dev/hda of=/pfad/zu/mbr.dat bs=446 count=1</I> speichert nur den MBR, ohne die Partitionstabelle. </P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://kohnlehome.de/wiki/index.php/MBR_backup"><SPAN class="mw-headline"> MBR in die Datei mbr.dat auf Diskette kopieren </SPAN></blockquote></div><div style="margin: 0px 6px 6px 4px;"><table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%"><tr><td style="background:transparent;border-width:0px;padding:0px;"> </td><td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/44D2FF5C-034F-47C6-881D-05CB2C8FB878/blog/" title="blog or email this clip"><img src="http://content7.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td></tr></table></div></div>
Clipmarks
Home
New Clips
Top Clips
Dashboard
Popular Topics
News
Life
Science
Technology
Entertainment
Get Started
Sign Up
Install Clipping Tool
How Clipping Works
Clip-to-Blog™
ClipSearch
Tools and Resources
FAQ
ClipWeek
Top Clippers
Top Tags
Site Map
About Clipmarks
About Us
Contact
Blog
Copyright
Privacy
EULA
OK