Externe Festplatte für Mac und Pc nutzen

macdrive ist echt empfehlenswert. das funktioniert echt prima.
 
Mit Hilfe des Terminals funktionierts!

So kriegt man eine Festplatte mit fat32 UND HFS zum Laufen (ich habs im Selbstversuch getestet, und bei mir funktionierts!):
diskutil partitionDisk disk1 2 MBRFormat MS-DOS WIN 30G HFS+ MAC 20G
 
Mit diskutil kann man sogar eine bootfähige Hybridplatte definieren!

Unter https://www.macuser.de/threads/externe-festplatte-macosx-bootfaehig-winxp-zugriff.107586/ von djmorris666 vom 08-08-2005, 16:06 wird beschrieben, wie man 2 Partitionen anlegt.

Mir war eine Systembackup- / eine (MAC)Daten- und eine Windows-Partition wichtig.

Hier ist die Anleitung, wie man dieses 3 Partitionen anlegt (ich habe die Originalanleitung einfach adaptiert)

ACHTUNG: ALLE DATEN auf der PLATTE werden gelöscht!

Beispiel für eine 160 GB Platte


command diskutil partitionDisk disk2 3 HFS+ SYSBUP_LACie 45G HFS+ DATEN_LaCie 98G MS-DOS WINFAT32 10G

Command pdisk dann l (kleines L) dann /dev/disk2

Info von pdisk
/dev/disk2 map block size=512
#: type name length base ( size )
1: Apple_partition_map Apple 63 @ 1
2: Apple_Free 0+@ 64
3: Apple_HFS Apple_HFS_Untitled_2 94109696 @ 262208 ( 44.9G)
4: Apple_Free 0+@ 94371904
5: Apple_HFS Apple_HFS_Untitled_3 205258752 @ 94634048 ( 97.9G)
6: DOS_FAT_32 DOS_FAT_32_Untitled_4 20280240 @ 299892800 ( 9.7G)
7: Apple_Free 0+@ 320173040

Device block size=512, Number of Blocks=320173056
DeviceType=0x0, DeviceId=0x0

beenden mit q (Quit)

fdisk -e /dev/rdisk2
nach dem prompt "Would you like to initialize the partition table? [y] y

edit 1

partition id: af (I wasn't sure what partition id to use for the Apple partition map so I just used HFS+)
edit in CHS mode? n
partition offset: 1 (This is the value in the base column for the Apple partition map in the output from pdisk.)
partition size: 63 (from the length column for the partition map)

edit 2
partition id: af (for HFS+)
edit in CHS mode? n
partition offset: 262208 (from the base column for the HFS partition in the output from pdisk)
partition size: 94109696 (from the length column for the HFS partition)

edit 3
partition id: af (for HFS+)
edit in CHS mode? n
partition offset: 94634048 (from the base column for the HFS partition in the output from pdisk)
partition size: 205258752 (from the length column for the HFS partition)

edit 4
partition id: c (for Win95 FAT32L)
edit in CHS mode? n
partition offset: 299892800 (from the base column for the FAT32 partition)
partition size: 20280240 (from the length column for the FAT32 partition)

You can verify what you've entered using the print command:

Disk: /dev/rdisk1 geometry: 30401/255/63 [488397169 sectors]
Offset: 0 Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: AF 0 0 2 - 0 1 1 [ 1 - 63] HFS+
2: AF 16 82 3 - 1023 96 46 [ 262208 - 94109696] HFS+
3: AF 1023 177 48 - 1023 12 3 [ 94634048 - 335282176] HFS+
4: 0C 1023 12 4 - 1023 80 47 [ 429916224 - 58480928] Win95 FAT32L

noch einmal kontrollieren, ob die neue Platte ja nicht gemountet ist --> sonst auswerfen!!!

jetzt zum Abschluss noch den write command

Gutes Gelingen.

Gruß kofel
 
Zurück
Oben Unten