winfuse icon indicating copy to clipboard operation
winfuse copied to clipboard

The owner of the directory to be mounted is set to root.

Open jc-lab opened this issue 3 years ago • 0 comments

The owner of the directory to be mounted is set to root.

image

# After install winfuse.
$ qemu-img create -o size=5G disk.img
$ mkdir -p mnt
$ qcowmount vdisk1.img mnt
$ ls -al
dr-xr-xr-x 1 root   root     4096 Aug  2 15:03 mnt

jc-lab avatar Aug 02 '21 06:08 jc-lab