QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 859|回复: 13

问Apple的iso怎么mount

[复制链接]
发表于 2004-8-10 10:11:42 | 显示全部楼层 |阅读模式
RT

[code:1][root@Lover Mac.OSX.V10.3.Phanter]# ls
Mac.OSX.V10.3.Phanter.Disc1.ISO  Mac.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]#[/code:1]
发表于 2004-8-10 11:51:07 | 显示全部楼层

Re: 问Apple的iso怎么mount

苹果的iso,win下我知道怎么用,linux下不清楚

[quote:b7c0bacd4f="lovewilliam"]RT

[code:1][root@Lover Mac.OSX.V10.3.Phanter]# ls
Mac.OSX.V10.3.Phanter.Disc1.ISO  Mac.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]#[/code:1][/quote]
回复

使用道具 举报

 楼主| 发表于 2004-8-10 12:16:42 | 显示全部楼层
晕啊~

Win下我也知道
回复

使用道具 举报

发表于 2004-8-10 18:45:00 | 显示全部楼层
mount -o loop 文件 /mnt/cdrom
回复

使用道具 举报

 楼主| 发表于 2004-8-10 19:03:07 | 显示全部楼层
这个不行的
回复

使用道具 举报

发表于 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分区
  • 回复

    使用道具 举报

     楼主| 发表于 2004-8-11 07:53:34 | 显示全部楼层
    谢谢了,不过我要挂载的是Apple的iso
    回复

    使用道具 举报

    发表于 2004-8-12 01:10:21 | 显示全部楼层
    是用来玩PearPC吗?
    回复

    使用道具 举报

    发表于 2004-8-12 01:50:06 | 显示全部楼层
    肯定是的啦,不然,Magic控制中心怎么搞得更好呢?
    回复

    使用道具 举报

    发表于 2004-8-12 02:27:19 | 显示全部楼层
    到pearpc.net看看啦!
    回复

    使用道具 举报

    发表于 2004-8-12 02:42:50 | 显示全部楼层
    [quote:cfeda97d1c="oickill"]到pearpc.net看看啦![/quote]
    我的装在win上,迟些装一个基本的gentoo,为pearpc优化一下,然后在上面玩pearpc!肯定很快啦!
    回复

    使用道具 举报

     楼主| 发表于 2004-8-12 06:46:04 | 显示全部楼层
    汗……

    那东西能快吗?
    回复

    使用道具 举报

    发表于 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"
    回复

    使用道具 举报

     楼主| 发表于 2004-8-12 21:19:41 | 显示全部楼层
    用了,

    一个字,

    慢!
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 注册

    本版积分规则

    GMT+8, 2024-11-26 11:38 , Processed in 0.051723 second(s), 15 queries .

    © 2021 Powered by Discuz! X3.5.

    快速回复 返回顶部 返回列表