Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
redox
redox
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 215
    • Issues 215
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 9
    • Merge Requests 9
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • redox-os
  • redoxredox
  • Issues
  • #1328

Closed
Open
Opened Jan 04, 2021 by Shlomi@ShlomiRex1 of 1 task completed1/1 task

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
Edited Jan 04, 2021 by Shlomi
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: redox-os/redox#1328