-
Notifications
You must be signed in to change notification settings - Fork 10
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
Test with more filesystems #21
Comments
Hi, Can I work on this? If yes, please guide me on how to fix it. Thanks |
Hi @abhishek23tiwari! Yes you can start working this task. This is not a bug but a test improvement. The first step would be to create minimal filesystems with |
Hey @l0kod. IRL, the fs needs to be created and mounted against a said volume. For example
Can you please point me on how to create the minimal fs with respect to layout3_fs? |
Hi!
We can extend
|
Greetings @l0kod, I am an Outreachy applicant and have had 3 patches accepted already. I would like to work on this. |
Hi @MOLeCULE-Soft, @abhishek23tiwari @demonkillerr, what is your status? Are you still interested? |
Hi @l0kod. I am not part of the Outreachy program, so please feel free to assign it to others. I am a distro maintainer looking at some kernel code 😅. I am still interested to help regardless. |
Hello @l0kod, sorry I used the wrong account to send the first message, this is my active GitHub account now. I only realised this after your reply. |
OK
Good! You might be interested by other test tasks. They may be a bit more complex though. |
Hello @l0kod I am having issues creating a loop device for ext4.
Using system above, I get the following error
And when I use
I get an error still. Thanks in advance |
It might not be required to directly call
I guess kernel's |
Hello Sir @l0kod, when we are creating a file system with mkfs.*, do we need to check for any condition where there might be a failure, (say |
Hi, because of some reasons, I am not able to continue with the program. And I think you already assigned someone so, I have no issue. :) Happy Coding. |
Hi @l0kod,
Can you ellaborate this? Secondly, I keep getting this error whenever I try to mount the filesystem ext4;
Can you please guide me on this? Thanks |
Yes, all steps required to create a file system must be checked with asserts. |
File system creations should be quick, not take much space (see call to
You probably need to allow |
I guess @Tundroid is not working on this task anymore. |
We currently perform testing on a set of synthetic filesystems (e.g. tmpfs, proc, sysfs) thanks to the
layout3_fs
test variants.It would be useful to add new tests for more filesystems (e.g. ext4, btrfs, f2fs, erofs, vfat, ntfs, fuse, nfs) to make sure they are consistent with Landlock sandboxing. One of the challenges is to cleanly integrate light filesystem creations with the tests.
The text was updated successfully, but these errors were encountered: