On Sun Aug 23 03:39:38 EDT 2009, [email protected] wrote:
> I'm using cwfs(4) for my external harddisks
> attached to my CPU server. Is there any
> service like /srv/fscons, to which I can
> connect with con(1) and get the same
> console as with running cwfs normally?
> And along the same lines, a way to
> "daemonize" cwfs?
>
> Then I wouldn't always have to have a
> separate rc window cpu'd into the CPU
> server and running cwfs.
this is a 5-minute hack. there are probablly
better ways of doing this, but
srv -e '<cwfs command>' cwfs
con -C /srv/cwfs
to escape, it's like acme ctl-\ then return.
- erik