From mboxrd@z Thu Jan 1 00:00:00 1970 From: piaojun Message-ID: <5D36C4EB.4010805@huawei.com> Date: Tue, 23 Jul 2019 16:27:23 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Virtio-fs] mount failed in virtio_fs dev 5.1 List-Id: Development discussions about virtio-fs List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: virtio-fs@redhat.com Hi, I got a problem when mounting virtiofs in kernel5.1 as below: fuse: loading out-of-tree module taints kernel. fuse: module verification failed: signature and/or required key missing - tainting kernel fuse init (API version 7.29) virtio_fs virtio1: Cache len: 0x80000000 @ 0x180000000 virtio1 initialised, 524288 pages in 12ms virtio_fs_find_instance: fs->tag myfs, tag /dev/null virtio-fs: tag not found Mounting FUSE Control File System... [/bin/bash]: [mount -t virtio_fs /dev/null /mnt/virtiofs/ -o tag=myfs] return code=[32], execute failed by [root(uid=0)] from [pts/0 (9.4.90.78)] And my kernel code is: https://github.com/rhvgoyal/linux/commits/virtio-fs-dev-5.1 I wonder if the mount command has been changed? Thanks, Jun