Mac OS could not mount diskXX with name after erase

Make sure you're on the desktop of your Windows installation.
Press WIN+R to open the Run prompt, then type DISKPART and press Enter.
Now we're going to use DISKPART to create a HFS+ compatible Mac partition that we can boot off.
Follow these next set of commands:
DISKPART> list disk
Will show you a list of selectable disks
DISKPART> select disk n
[where n = the disk number]
This will specify which disk to create a new partition on, assuming you have already used the XP Install Disc, Partition Magic or Windows Disk Management to set aside some unformatted space. If not, and the drive you want to install Mac OS X on is empty, just follow the instructions immediately below for creating a partition.
DISKPART> create partition primary size=n id=af
[where n = the size in MB of the partition, however if no size is specified then the remaining space of that drive is used]
[where af = hfs+ compatible]
Will proceed to create a bootable primary partition for the Mac
For example: create partition primary size=100000 id=af
This will create a 100GB partition for Mac OS X.
DISKPART> list partition
This will show you the partitions on your selected disk
DISKPART> select partition n
[where n = the newly created OSX partition]
This will specify the partition
DISKPART> active
Will make your OS X partition the first-boot active partition
DISKPART> Exit
Leaves DiskPart...

 

http://www.insanelymac.com/forum/index.php?s=3bd87890755078698fdbcbf4542cd6ba&showtopic=92414

http://www.doctormac.net/tips_links/partitioning/index.html

http://www.ipodtouchfans.com/forums/showthread.php?t=174434

posted @   emanlee  阅读(913)  评论(0编辑  收藏  举报
编辑推荐:
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
阅读排行:
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
历史上的今天:
2008-12-28 CSS+DIV 完美实现垂直居中的方法
2007-12-28 2008毕业设计-毕业设计需要了解的信息
点击右上角即可分享
微信分享提示