in libnpfs/mount-Linux.c np_mount() uses "9P" as the filesystem type which causes the linux kernel to return "ENODEV". Changing this to "9p" causes the mount to succeed.
Tested on 2.6.17.7.
patch to correct 9P vs 9p filesystem type
Log in to post a comment.
patch to correct 9P vs 9p filesystem type