While registering filter module: Clues for following error

Hi all,

While registering filter module with io-net, I am getting following error.

Can anyone help me in this regard?

mount -vvvv -T io-net nfm-filter.so

Parsed: mount from [nfm-filter.so] mount on [NULL] type [io-net]
exec: mount_io-net -o implied -o nostat nfm-filter.so /
Using internal mount (mount_io-net not found)
Type [io-net] Flags 0x80080000
Device [nfm-filter.so] Directory [/]
Options []
mount: Can’t mount / (type io-net)
mount: Possible reason: No such device or address

mount_io-net not found Where can I found mount_io-net?

Regards

Ashish

I assume nfm-filter.so if a module you wrote yourself?

  1. try full path. (mount -Tio-net /my/full/path/nfm-filter.so)
  2. debug/fprintf()/slog in your entry function see if it is called (and why it returns an error to io-net).