[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

root.diskimage-980222.gz



                                     Tue Feb 24 21:23:28 1998
                                             千葉市中央区長洲
                                                     藤原  誠
                                                 makoto@ki.nu

ftp://nandra.iri.co.jp/pub/NetBSD/powermac/root.diskimage-980222.gz
ですが、次のように試して見ました。
SCSI id = 6 の 170M の disk をつなぐ。

(linuxppc で作業しています。)
dd if=rootimage-980222 of=/dev/sdb
で書く。

disklabel で見ると次のようになる。

bash# disklabel /dev/sdb
Part  HFS Volume Name  Partition Type       Start    Length
---------------------------------------------------------------
sdb1  Apple            Apple_partition_map  1      3(   0.00MB)
sdb2  A/UX Root        MkLinux              4  65536(  32.00MB)
bash# 

それで、
次のようなところまでは進みました。
(in=kbd, out=ttya です)

Open Firmware, 2.0.2
To continue booting the MacOS type:
BYE<return>
To continue booting from the default boot device type:
BOOT<return>
 ok
0 > boot scsi/sd@6:2 
>> NetBSD/powerpc OpenFirmware Boot, Revision 1.3
>> (tsubai@yokyun, Sun Feb 22 23:33:42 JST 1998)
Boot: /netbsd
Booting scsi/sd@6/netbsd
871864@0x100000+72656@0x1d4db8 
 start=0x100000

dd ってとても便利ですね。原始的だけれど。

(linux 側で)
bash# mount /dev/sdb2 /mnt
mount: you must specify the filesystem type
bash# mount -t ffs /dev/sdb2 /mnt
mount: fs type ffs not supported by kernel
bash# 
(出来る訳ないですか)

(linux) man mount より
 rently supported are listed in linux/fs/filesystems.c: minix,
ext, ext2, xiafs, msdos, umsdos, hpfs, proc, nfs, iso9660, smbfs,
sysv, xenix, coherent. 

(MkLinux DR2.1 + wip 980113 + Update4 + Monolithic 2.1.24
+ Ethernet mod(tulip.c) )
PowerPC 603e/240MHz
StarMax 3000/240
---
(藤原)