> % fossil/fossil -f /dev/sdC0/fossil -c 'srv -APW open' -c 'srv -p fscons' > % mount /srv/open /n/open ... > When I tried to cp some file there: > > can't create "/n/open/PLAN9.INI" : mounted directory forbids creation
As Robby said, you probably don't want to copy your plan9.ini there. But the reason the copy fails is that Plan 9 mounts don't allow creation by default, you have to use 'mount -c /srv/open /n/open'. Micah
