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

Re: mdconfig (Re: VRAM disk)



> うーん、swap を実際に使うかどうかは別としても、disklabel 上には切
> られてないと駄目ですよね?mount_mfs は special を必ず要求するよう
> ですから…。

そんなことはないです.  代りに swap と書けばいい, と mfs(8) に書いてあ
ります.  下の note は, もともと root on nfs で swap は file にとってい
たのですが, on wd0a にしたときに swap を切り忘れてそのままになっている
ものです.

enami.

enami@vaio505% grep ^swap /etc/fstab
swap /tmp mfs rw,-s=120000 0 0 
enami@vaio505% pstat -s
no swap devices configured
enami@vaio505% df | grep mfs
mfs:117              57999     1996     53103     3%    /tmp
enami@vaio505% disklabel wd0 | tail -8
8 partitions:
#        size    offset     fstype  [fsize bsize cpg/sgs]
 a:    141120         0     4.2BSD   1024  8192    16   # (Cyl.    0 - 139)
 c:   1975680         0     unused      0     0         # (Cyl.    0 - 1959)
 d:   2116800         0     unused      0     0         # (Cyl.    0 - 2099)
 e:    141120    141120     4.2BSD   1024  8192    16   # (Cyl.  140 - 279)
 f:   1693440    282240     4.2BSD   1024  8192    64   # (Cyl.  280 - 1959)
 h:    137088   1975680     unused      0     0         # (Cyl. 1960 - 2095)
enami@vaio505%