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

own and group of the mount_point are changed to "root" after executing fuse-ext2 cmd in user account #122

Open
syvenwang7 opened this issue Aug 7, 2021 · 0 comments

Comments

@syvenwang7
Copy link

following command is executed in usr account "syven.wang"

mkdir -p mnt
#at the end of these commands, i checked own and group of mnt is still "syven.wang", not "root"
fuse-ext2 ext3_part mnt -o rw+ # after this command, own and group of mnt is changed to "root".

why did this happen and how to avoid this issue?

env:
centos 7
gcc 7.3
fuse-ext2 0.0.9 29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant