We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i [yuri@yv /usr/ports/sysutils/dfrs]$ dfrs Error: No such file or directory (os error 2)
It doesn't say what file it was trying to open. It was actually /proc/self/mounts.
/proc/self/mounts
15940 dfrs NAMI "/proc/self/mounts" 15940 dfrs RET openat -1 errno 2 No such file or directory
sysctl kern.disks reads mounted disks on FreeBSD.
sysctl kern.disks
The text was updated successfully, but these errors were encountered:
running into the same issue while running in osx
Sorry, something went wrong.
No branches or pull requests
It doesn't say what file it was trying to open.
It was actually
/proc/self/mounts
.sysctl kern.disks
reads mounted disks on FreeBSD.The text was updated successfully, but these errors were encountered: