idled 介绍 (二)设定说明(3) // IPv6 的通讯协定 (因为尚未启用所以disable) options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] // 以上两项,是基本的硬碟档案系统。若您要用硬碟开机...keep this !! options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device // memory-mapped档案系统,如果您有很大的swap空间,您想要好好的利用的话...keep this 如果要使用的话,通常我们会将他挂在(mount)在/tmp 这个地方, 因为这里有许多程式将暂存资料存放在此。 要如此的话...请在/etc/fstab中的swap部分加入(或者说更新): # Device Mountpoint FStype Options Dump Pass# /dev/ad0s1b /tmp mfs rw 0 0 options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required