-
Notifications
You must be signed in to change notification settings - Fork 809
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
lfs_mkdir() returns LFS_ERR_NOENT #428
Comments
OK, problem solved, sorry for the noise.
|
I observe the same behavior:
If you decompose |
Same for me. Searched a while why my mkdir is not working. At least it was the trailing "/" and the end of the string. |
#679 is related. This is a tricky part of path parsing where following the logic (mkdir "a/" => mkdir "" in "a") does not match what POSIX and most filesystems do. I'll make sure this is fixed next minor release. |
I may have been slightly wrong in this time estimate, But this should now be implemented in #1046. Feedback welcome. |
Hello,
my attempt to create a dir fails with LFS_ERR_NOENT... Of course there is no directory entry, or I would not been trying to create one !
This test is failing in lfs_mkdir() because id ==0x3ff. I have no idea of the meaning of id, and why lfs_dir_find() puts 0x3ff in id.
It seems that I missed something obvious... Do I need to call something before lfs_mkdir() ? (of course I mounted successfully the filsystem...)
Thanks for your help
The text was updated successfully, but these errors were encountered: