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

filesystems/ext2: ext2 doesn't support mounting other filesystems #114

Closed
nalajcie opened this issue Jun 23, 2021 · 0 comments · Fixed by phoenix-rtos/phoenix-rtos-filesystems#117
Assignees

Comments

@nalajcie
Copy link
Member

Tried to mount dummyfs on ia32-generic in ext2 subdir. The mount completes successfully, but the partition is not available (old filesystem is present).

Steps to reproduce (ia32-generic):

mkdir /var/tmp
/sbin/dummyfs -m /var -D
ls -l /var

The /var/tmp subdir is still visible.
(also file handling specifics point to ext2 implementation).

Note:
There is currently no way to learn which partitions / file systems are mounted. I would much welcome any API providing that functionality.

jmaksymowicz added a commit to phoenix-rtos/phoenix-rtos-filesystems that referenced this issue Nov 23, 2023
Fix setting attributes of newly created file
Fixes phoenix-rtos/phoenix-rtos-project#114

DONE: RTOS-675
agkaminski pushed a commit to phoenix-rtos/phoenix-rtos-filesystems that referenced this issue Nov 29, 2023
Fix setting attributes of newly created file
Fixes phoenix-rtos/phoenix-rtos-project#114

DONE: RTOS-675
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants