lovewilliam 发表于 2004-8-10 10:11:42

问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]#

zhtaoist 发表于 2004-8-10 11:51:07

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]#

lovewilliam 发表于 2004-8-10 12:16:42

晕啊~

Win下我也知道

cee1 发表于 2004-8-10 18:45:00

mount -o loop 文件 /mnt/cdrom

lovewilliam 发表于 2004-8-10 19:03:07

这个不行的

oickill 发表于 2004-8-11 01:07:25

要编译内核以支持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分区

lovewilliam 发表于 2004-8-11 07:53:34

谢谢了,不过我要挂载的是Apple的iso

oickill 发表于 2004-8-12 01:10:21

是用来玩PearPC吗?

caihua 发表于 2004-8-12 01:50:06

:mrgreen: 肯定是的啦,不然,Magic控制中心怎么搞得更好呢?

oickill 发表于 2004-8-12 02:27:19

到pearpc.net看看啦!

oickill 发表于 2004-8-12 02:42:50

到pearpc.net看看啦!
我的装在win上,迟些装一个基本的gentoo,为pearpc优化一下,然后在上面玩pearpc!肯定很快啦!

lovewilliam 发表于 2004-8-12 06:46:04

汗……

那东西能快吗?

oickill 发表于 2004-8-12 09:40:03

现在在我旧系统模拟出来的频率是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"

lovewilliam 发表于 2004-8-12 21:19:41

用了,

一个字,

慢!
页: [1]
查看完整版本: 问Apple的iso怎么mount