#DF0: activity?
26-May-89 21:44:05
Sb: #50461-#DF0: activity?
Fm: John Sobernheim(TCR) 76625,1210
To: BILL LEACH 71330,2621
Boy, looking at my message to you I can sure understand why it's hard to
follow. I'll try and be a little more clear this time.
From what I understand you're having problems with _something_ going to df0:
even when you have everything assigned elsewhere. One possible (not probable
now that I've thought about it a little more) problem is that in your
devs:mountlist file where you specify devices like filesystems, you have to
specify a, normally disk based, 'Handler'. The handlers are normally found in
L: and so normally an entry in devs:mountlist would look like…
handler = l:fastfilesystem
However, it also may not look like the above. If you are specifying…
handler = df0:l/fastfilesystem
then when that device is mounted, the handler will be loaded from df0:.
I realize now that this is probably not your problem as the disk access does
not seem to be related with mounting devices, however, devs:mountlist is a hard
place to remember to look at when weird things happen and I just thought you
might like to check it out.
-John