I'm running OpenBSD 4.6-current (GENERIC) #125: Tue Aug 25 06:13:48 MDT 2009 on an i386 and notice that mfs seems different than earlier versions. What have I missed in mounting /dev ram using MFS?
>From /etc/fstab: /dev/wd0a / ffs ro 1 1 swap /dev mfs rw,-P=/templates/dev.base,-s=3000,-i=1024 0 0 >From mount output: /dev/wd0a on / type ffs (local, read-only) mfs:7390 on /dev type mfs (asynchronous, local, size=3000 512-blocks) Examples of unexpected behavior: $ sudo -H -u torrent /usr/local/bin/btpd -d /var/torrents/ \ > -p 24556 --bw-out 100 --max-peers 10 \ > --logfile /var/log/btpd/bt.log freopen of stdin failed (Permission denied). $ cat /etc/fstab cat: stdout: Bad file descriptor Although 'cat' does not work, as seen above, 'less' does work. Regards -Lars

