Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't open device files #79

Closed
DUOLabs333 opened this issue Oct 21, 2023 · 3 comments · Fixed by #80
Closed

Can't open device files #79

DUOLabs333 opened this issue Oct 21, 2023 · 3 comments · Fixed by #80

Comments

@DUOLabs333
Copy link
Contributor

I'm trying to write an overlay-fs system using NFS --- while I can list the attributes of device files, trying to read from e.g "/dev/random" gives me "No such device or address".

@DUOLabs333
Copy link
Contributor Author

This might be because the server presents it as device 0:0 instead of 1:8.

@willscott
Copy link
Owner

can you see if #80 passes through the major/minor device numbers as expected?

@DUOLabs333
Copy link
Contributor Author

It seems to work with the branch. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants