问Apple的iso怎么mount
RT[root@Lover Mac.OSX.V10.3.Phanter]# ls
Mac.OSX.V10.3.Phanter.Disc1.ISOMac.OSX.V10.3.Phanter.Disc3.ISO
Mac.OSX.V10.3.Phanter.Disc2.ISO
[root@Lover Mac.OSX.V10.3.Phanter]# file *
Mac.OSX.V10.3.Phanter.Disc1.ISO: Apple Partition data block size: 2048, first type: Apple_partition_map, name: Apple, number of blocks: 63, second type: Apple_Driver43, name: Macintosh, number of blocks: 56, third type: Apple_Void, name: , number of blocks: 0, fourth type: Apple_Driver_ATAPI, name: Macintosh, number of blocks: 56
Mac.OSX.V10.3.Phanter.Disc2.ISO: Apple Partition data block size: 2048, first type: Apple_partition_map, name: Apple, number of blocks: 63, second type: Apple_Driver43, name: Macintosh, number of blocks: 56, third type: Apple_Void, name: , number of blocks: 0, fourth type: Apple_Driver_ATAPI, name: Macintosh, number of blocks: 56
Mac.OSX.V10.3.Phanter.Disc3.ISO: Apple Partition data block size: 2048, first type: Apple_partition_map, name: Apple, number of blocks: 63, second type: Apple_Driver43, name: Macintosh, number of blocks: 56, third type: Apple_Void, name: , number of blocks: 0, fourth type: Apple_Driver_ATAPI, name: Macintosh, number of blocks: 56
[root@Lover Mac.OSX.V10.3.Phanter]#
Re: 问Apple的iso怎么mount
苹果的iso,win下我知道怎么用,linux下不清楚RT
[root@Lover Mac.OSX.V10.3.Phanter]# ls
Mac.OSX.V10.3.Phanter.Disc1.ISOMac.OSX.V10.3.Phanter.Disc3.ISO
Mac.OSX.V10.3.Phanter.Disc2.ISO
[root@Lover Mac.OSX.V10.3.Phanter]# file *
Mac.OSX.V10.3.Phanter.Disc1.ISO: Apple Partition data block size: 2048, first type: Apple_partition_map, name: Apple, number of blocks: 63, second type: Apple_Driver43, name: Macintosh, number of blocks: 56, third type: Apple_Void, name: , number of blocks: 0, fourth type: Apple_Driver_ATAPI, name: Macintosh, number of blocks: 56
Mac.OSX.V10.3.Phanter.Disc2.ISO: Apple Partition data block size: 2048, first type: Apple_partition_map, name: Apple, number of blocks: 63, second type: Apple_Driver43, name: Macintosh, number of blocks: 56, third type: Apple_Void, name: , number of blocks: 0, fourth type: Apple_Driver_ATAPI, name: Macintosh, number of blocks: 56
Mac.OSX.V10.3.Phanter.Disc3.ISO: Apple Partition data block size: 2048, first type: Apple_partition_map, name: Apple, number of blocks: 63, second type: Apple_Driver43, name: Macintosh, number of blocks: 56, third type: Apple_Void, name: , number of blocks: 0, fourth type: Apple_Driver_ATAPI, name: Macintosh, number of blocks: 56
[root@Lover Mac.OSX.V10.3.Phanter]# 晕啊~
Win下我也知道 mount -o loop 文件 /mnt/cdrom 这个不行的 要编译内核以支持HFS格式!如果您机器是sata的硬盘,一定要把scsi 的选项弄明白。
另外还有 ATA/ATAPI/MFM/RLL support --->
File systems --->
Partition Types --->
[*] Macintosh partition map support
Miscellaneous filesystems --->
<*> Apple Macintosh file system support (EXPERIMENTAL)
<*> Apple Extended HFS file system support
<*> UFS file system support (read only)
[*] UFS file system write support (DANGEROUS)
mount要这样:
#mount /dev/hda4 /mnt/mac -thfsplus
最好下hpmount, hpcd, hpls, hpcopy这些工具
用它们读写分区
hpmount /dev/hda6 /mnt/data # mount mac硬盘
cd data # 进入mac的硬盘
hpcd mp3 # 进入mp3的目录
hpcopy * ~/mp3 # 把里面的mp3目录复制到linux分区 谢谢了,不过我要挂载的是Apple的iso 是用来玩PearPC吗? :mrgreen: 肯定是的啦,不然,Magic控制中心怎么搞得更好呢? 到pearpc.net看看啦! 到pearpc.net看看啦!
我的装在win上,迟些装一个基本的gentoo,为pearpc优化一下,然后在上面玩pearpc!肯定很快啦! 汗……
那东西能快吗? 现在在我旧系统模拟出来的频率是700MHz,我新机器上已经达到1.1G了!
而且Linux的CVS版要比win版快哦!
只要把那个配置文件改成这样就行了,不用手动去mount它,PearPC会自动接管cdrom了!
pci_ide0_slave_installed = 1
#pci_ide0_slave_image = "2,0,0"
pci_ide0_slave_image = "/dev/cdrom"
pci_ide0_slave_type = "cdrom" 用了,
一个字,
慢!
页:
[1]