You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Tried to mount
dummyfs
onia32-generic
in ext2 subdir. The mount completes successfully, but the partition is not available (old filesystem is present).Steps to reproduce (ia32-generic):
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.
The text was updated successfully, but these errors were encountered: