From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 9 Sep 1995 21:51:40 -0400 From: rob@plan9.att.com rob@plan9.att.com Subject: gnot1.link.bull.se online Topicbox-Message-UUID: 22b3cea8-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19950910015140.DDkN0_LalnjTKGesc1q4AhcoRbMmHy92cYLF3XAYItk@z> >>One problem with ftpfs is that its mount point is only known >>to the process that forked and execed the ftpfs command and >>its children. I don't know how to change that, but I guess >>I have to dabble some in mount and bind. >No dabbling will fix that. You could hack ftpfs to stick itself >into /srv and then mount that somewhere else. It's easy enough to >do, just look at the 's' option in /sys/src/cmd/ramfs.c Doesn't take any hacking. See srvfs(4). The last sentence even says that this is the canonical use of the command. -rob