2010-02-28 :-)
_ 朝ッ
1000 起床
_ フィギュアスケートエキシビジョンを見るなど
途中から
_ リッジレーサー7昨晩Odinさん合格祝いレースだったが
そおいや私が参加したときは既にOdinさんが居なかった
_ 友人などを大切にしよう
居なくなってしまっては遊ぶこともケンカすることも罵倒することも出来ない。
_ NetBSD Dell Inspiron Mini10v に USB=>SATA アダプタを使って SATA ディスクを接続する(失敗)
USB=>SATA アダプタはこれ ↓
B001K97W56
ディスクは以前使ってたディスクを使う。パーティションは e を作ってある。
商品マニュアルの手順どおりに刺す
umass1 at uhub4 port 1 configuration 1 interface 0 umass1: vendor 0x05e3 USB Storage, rev 2.00/0.09, addr 4 umass1: using SCSI over Bulk-Only scsibus1 at umass1: 2 targets, 1 lun per target sd1 at scsibus1 target 0 lun 0: <WDC WD50, 00AACS-00ZUB0, 0009> disk fixed sd1: fabricating a geometry sd1: 465 GB, 476940 cyl, 64 head, 32 sec, 512 bytes/sect x 976773164 sectors sd1: fabricating a geometry sd1: mbr partition exceeds disk size
mount しようとしたらデバイスが無いと言われた。はて
disklabel してみる。rsd1e が表示されない。
# disklabel sd1 # /dev/rsd1d: type: SCSI disk: 00AACS-00ZUB0 label: fictitious flags: bytes/sector: 512 sectors/track: 32 tracks/cylinder: 64 sectors/cylinder: 2048 cylinders: 476940 total sectors: 976773164 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # microseconds track-to-track seek: 0 # microseconds drivedata: 0 4 partitions: # size offset fstype [fsize bsize cpg/sgs] a: 976773164 0 4.2BSD 0 0 0 # (Cyl. 0 - 476940*) d: 976773164 0 unused 0 0 # (Cyl. 0 - 476940*) disklabel: boot block size 0 disklabel: super block size 0
こっちだと表示される。むう
# disklabel -iI sd1 partition> P 5 partitions: # size offset fstype [fsize bsize cpg/sgs] c: 976773105 63 unused 0 0 # (Cyl. 0*- 969020) d: 976773168 0 unused 0 0 # (Cyl. 0 - 969020) e: 976773105 63 4.2BSD 2048 16384 28896 # (Cyl. 0*- 969020) partition>
一度消して作り直すか。
hitomi# disklabel -iI sd1 partition> P 5 partitions: # size offset fstype [fsize bsize cpg/sgs] c: 976773105 63 unused 0 0 # (Cyl. 0*- 969020) d: 976773168 0 unused 0 0 # (Cyl. 0 - 969020) e: 976773105 63 4.2BSD 2048 16384 28896 # (Cyl. 0*- 969020) partition> e Filesystem type [?] [4.2BSD]: unused Start offset ('x' to start after partition 'x') [0.0625c, 63s, 0.0307617M]: 0 Partition size ('$' for all remaining) [969021c, 976773105s, 476940M]: 0 partition> P 5 partitions: # size offset fstype [fsize bsize cpg/sgs] c: 976773105 63 unused 0 0 # (Cyl. 0*- 969020) d: 976773168 0 unused 0 0 # (Cyl. 0 - 969020) partition> W Label disk [n]? y Label written partition> P 5 partitions: # size offset fstype [fsize bsize cpg/sgs] c: 976773105 63 unused 0 0 # (Cyl. 0*- 969020) d: 976773168 0 unused 0 0 # (Cyl. 0 - 969020) partition> e Filesystem type [?] [unused]: 4.2BSD Start offset ('x' to start after partition 'x') [0c, 0s, 0M]: 63 Partition size ('$' for all remaining) [0c, 0s, 0M]: $ e: 976773105 63 4.2BSD 2048 16384 28896 # (Cyl. 0*- 969020) partition> P 5 partitions: # size offset fstype [fsize bsize cpg/sgs] c: 976773105 63 unused 0 0 # (Cyl. 0*- 969020) d: 976773168 0 unused 0 0 # (Cyl. 0 - 969020) e: 976773105 63 4.2BSD 2048 16384 28896 # (Cyl. 0*- 969020) partition> W Label disk [n]? y Label written partition> Q
newfs する
hitomi# newfs /dev/rsd1e /dev/rsd1e: 476940.0MB (976773104 sectors) block size 16384, fragment size 2048 using 2588 cylinder groups of 184.34MB, 11798 blks, 23296 inodes. wtfs: write error for sector 976773104: Input/output error
orz
_ [NetBSD][NMBCLUSTERS]mclpool limit reached; increase NMBCLUSTERS
mbuf が枯渇した、と怒られてる。
WARNING: mclpool limit reached; increase NMBCLUSTERS WARNING: mclpool limit reached; increase NMBCLUSTERS WARNING: mclpool limit reached; increase NMBCLUSTERS WARNING: mclpool limit reached; increase NMBCLUSTERS WARNING: mclpool limit reached; increase NMBCLUSTERS WARNING: mclpool limit reached; increase NMBCLUSTERS WARNING: mclpool limit reached; increase NMBCLUSTERS WARNING: mclpool limit reached; increase NMBCLUSTERS WARNING: mclpool limit reached; increase NMBCLUSTERS WARNING: mclpool limit reached; increase NMBCLUSTERS WARNING: mclpool limit reached; increase NMBCLUSTERS WARNING: mclpool limit reached; increase NMBCLUSTERS WARNING: mclpool limit reached; increase NMBCLUSTERS WARNING: mclpool limit reached; increase NMBCLUSTERS WARNING: mclpool limit reached; increase NMBCLUSTERS WARNING: mclpool limit reached; increase NMBCLUSTERS WARNING: mclpool limit reached; increase NMBCLUSTERS WARNING: mclpool limit reached; increase NMBCLUSTERS