Push-Nachrichten von MacTechNews.de
Würden Sie gerne aktuelle Nachrichten aus der Apple-Welt direkt über Push-Nachrichten erhalten?
Forum>Software>Fix Win MBR, Gefahr für Mac?

Fix Win MBR, Gefahr für Mac?

slownick
slownick08.10.0917:57
Hey Freunde, mein windows hat sich zerschossen und ich muss jetzt den Master Boot Record neu machen. Besteht da bei Win XP die Gefahr, das es die Mac Partition nicht erkennt und diese zerschießt? Dachte an folgende Befehle:

fixmbr
fixboot c:
copy X:\i386\ntldr c:\
copy x:\i386\ntdetect.com c:\
Attrib -h -r -s c:\boot.ini
del c:\boot.ini
bootcfg /rebuild
0

Kommentare

Redeemer
Redeemer08.10.0918:07
Hmmm.... da kann ich nur raten... aber ich würde sagen ja...
„Moep...“
0
elcaradura08.10.0918:23
Die drei Möglichkeiten:
FIXBOOT
fixboot drive name:
Use this command (where drive name is the drive letter where the boot sector will be written) to write the new Windows boot sector code on the boot partition. This command fixes problems where the Windows boot sector is corrupted. The Emergency Repair process also fixes the boot sector. This command overrides the default of writing to the system boot partition.

FIXMBR
fixmbr device name
Use this command (where device name is an optional device name that specifies the device that needs a new MBR) to repair the master boot record (MBR) of the system partition. This command is used in scenarios where a virus has damaged the MBR and Windows cannot start.

WARNING: This command has the potential to damage your partition tables if a virus is present or a hardware problem exists. This command may lead to inaccessible partitions. Microsoft suggests running antivirus software before using this command.

The name can be obtained from the output of the map command. If this is left blank, the boot device's MBR is fixed, for example:
fixmbr \device\harddisk2
If Fixmbr detects an invalid or non-standard partition table signature, it prompts you for permission before rewriting the MBR.
FORMAT
format drive: /Q /FS:file-system
Use this command (where /Q performs a quick format of the drive, drive is the drive letter of the partition to format /FS:file-system specifies the type of file system to use [FAT, FAT32, or NTFS]) to format the specified drive to the specified file system.

If a file system is not specified, the existing file system format is used, when available.

0

Kommentieren

Diese Diskussion ist bereits mehr als 3 Monate alt und kann daher nicht mehr kommentiert werden.