trusslab / brf

Apache License 2.0
14 stars 0 forks source link

Failed to mount brf at /mnt/brf_work_dir #47

Closed brant-ruan closed 1 month ago

brant-ruan commented 1 month ago

Hi,

After I run ./bin/syz-manager -config ../syz_config, it failed with

failed to mount brf work dir: failed to run ["mount" "-t" "9p" "-o" "trans=virtio,version=9p2000.L" "brf" "/mnt/brf_work_dir"]: exit status 32
mount: /mnt/brf_work_dir: special device brf does not exist.

May I ask what the brf device is? How can I build it? Thanks a lot!

brant-ruan commented 1 month ago

After reading the code, I find that the bug doesn't affect the running of brf, as it is just on host, not in guest.