phoenix-rtos-project icon indicating copy to clipboard operation
phoenix-rtos-project copied to clipboard

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

Open nalajcie opened this issue 3 years ago • 0 comments

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.

nalajcie avatar Jun 23 '21 08:06 nalajcie