alperakcan / fuse-ext2

Fuse-ext2 is a multi OS FUSE module to mount ext2, ext3 and ext4 file system devices and/or images with read write support.
GNU General Public License v2.0
804 stars 130 forks source link

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

Open syvenwang7 opened 3 years ago

syvenwang7 commented 3 years ago

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