fuse: device not found
- I agree that I have searched opened and closed issues to prevent duplicates.
Description
So it's my first time building redox-os. I am using WSL Ubuntu 20.04 in Windows 10. The output after make all:
cargo build --manifest-path redoxfs/Cargo.toml --release
Finished release [optimized] target(s) in 0.04s
fusermount -u build/filesystem/ || true
fusermount: entry for /mnt/c/Users/Shlomi/Downloads/redox-0.6.0/redox-0.6.0/redox/build/filesystem not found in /etc/mtab
rm -rf build/filesystem.bin build/filesystem.bin.partial build/filesystem/
dd if=/dev/zero of=build/filesystem.bin.partial bs=1048576 count="256"
256+0 records in
256+0 records out
268435456 bytes (268 MB, 256 MiB) copied, 0.113034 s, 2.4 GB/s
cargo run --manifest-path redoxfs/Cargo.toml --release --bin redoxfs-mkfs build/filesystem.bin.partial
Finished release [optimized] target(s) in 0.04s
Running `redoxfs/target/release/redoxfs-mkfs build/filesystem.bin.partial`
redoxfs-mkfs: created filesystem on build/filesystem.bin.partial, reserved 0 blocks, size 268 MB, uuid e056c9e0-e929-4fee-814a-2fd3f8d7d064
mkdir -p build/filesystem/
redoxfs/target/release/redoxfs build/filesystem.bin.partial build/filesystem/
redoxfs: opening build/filesystem.bin.partial
redoxfs: opened filesystem on build/filesystem.bin.partial with uuid e056c9e0-e929-4fee-814a-2fd3f8d7d064
fuse: device not found, try 'modprobe fuse' first
redoxfs: failed to mount build/filesystem.bin.partial to build/filesystem/: No such file or directory (os error 2)
redoxfs: not able to mount path build/filesystem.bin.partial
make: *** [mk/filesystem.mk:10: build/filesystem.bin] Error 1
I tried make qemu but same problem.
ls:
shlomi@DESKTOP-K792D8R:/mnt/c/Users/Shlomi/Downloads/redox-0.6.0/redox-0.6.0/redox$ ls
CONTRIBUTING.md Makefile bochs.x86_64 bootloader-coreboot bootstrap.sh ci.toml cookbook filesystem.toml initfs_coreboot.toml installer kernel prefix relibc rust-toolchain
LICENSE README.md bootloader bootloader-efi build config docker initfs.toml initfs_live.toml isolinux mk redoxfs rust
Environment info
Win 10, WSL, Ubuntu 20.04, Latest everything (update, upgrade, rust, made sure)
- Redox OS Release: 0.6.0
- Operating system: WSL Ubuntu 20.04
-
uname -a
: Linux DESKTOP-K792D8R 4.4.0-19041-Microsoft #488-Microsoft Mon Sep 01 13:43:00 PST 2020 x86_64 x86_64 x86_64 GNU/Linux -
rustc -V
: rustc 1.47.0-nightly (6c8927b0c 2020-07-26) -
git rev-parse HEAD
: 5e39ab06