ひょっとすると...
# mount -F ufs -o remount /tmp/dev/dsk/c0d0s0 /
# df
/proc (/proc ): 0 blocks 1410 files
/ (/dev/dsk/c0d0s0 ): 3749858 blocks 363983 files
/dev/fd (fd ): 0 blocks 0 files
/tmp (swap ): 1193808 blocks 15627 files
/ (/tmp/dev/dsk/c0d0s0 ): 3749858 blocks 363983 files
おぉ〜,めちゃくちゃ気持ち悪いけどイケてるぞ。
# drvconfig
# disks -C
# ls -l /dev/dsk/c0d0s0
/dev/dsk/c0d0s0: No such file or directory
おりょ?
# ls /dev/dsk/c?d0s0
/dev/dsk/c2d0s0
# ls -l /dev/dsk/c2d0s0
/dev/dsk/c2d0s0 -> ../../devices/isa/ata@1,1f0/cmdk@0,0:a
なんで control number が 2 なのか謎だけど,まあいいや。
/etc/vfstab 書きかえてっと。起動...した! (^^)/
Posted by つむら
@ 07:35 PM JST
(General)
[
Comments [0]
]
これに関連する話(?)として,CGI などで http header を送るときは
'\n' よりも '\r\n'と書くか '\015\012'と書くのが常套手段かと。
以下 CGI.pm より。
# Define the CRLF sequence. I can't use a simple "
" because the meaning
# of "
" is different on different OS's (sometimes it generates CRLF, sometimes LF
# and sometimes CR). The most popular VMS web server
# doesn't accept CRLF -- instead it wants a LR. EBCDIC machines don't
# use ASCII, so \015\012 means something different. I find this all
# really annoying.
Posted by つむら
@ 07:35 PM JST
(General)
[
Comments [0]
]
そういえば,NetHack tile project の Mail Daemon (Demon?) の絵が
ドラえもん だった気がする。
私? tile は使わない人です。っていうか,キャラクタ (文字) ベースでないと
monster が見分けられないの。マジで。
Posted by つむら
@ 07:35 PM JST
(Roguelike)
[
Comments [0]
]
苦闘の日々。っていうか無理かも。
おとなしく FreeBSD でも入れたほうがいいかも。
# mount /tmp
(これで,なぜか /tmp には書けるようになる。気にしない)
# mkdir /tmp/devices
# drvconfig -r /tmp/devices
# disks -C -r /tmp
# ls -l /tmp/dev/dsk/c0d0s0
/tmp/dev/dsk/c0d0s0 -> ../../devices/isa/ata@1,1f0/cmdk@0,0:a
# mount /tmp/dev/dsk/c0d0s0 /mnt
mount: /tmp/dev/dsk/c0d0s0 is already mounted, /mnt is busy.
or the allowable number of mount points has been exceeded.
ま,そらそうか。惜しいけどな。
Posted by つむら
@ 07:35 PM JST
(General)
[
Comments [0]
]