Closed jayninja closed 5 years ago
I hope its me doing something wrong, but it looks like files are turning into directories with no data on remount.
# hubicfuse --version FUSE library version: 2.9.2 fusermount version: 2.9.2 using FUSE kernel interface version 7.19
[root@testbox storagetest]# mount -l | grep fuse fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime) hubicfuse on /storagetest type fuse.hubicfuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) [root@testbox storagetest]# cat /etc/centos-release CentOS Linux release 7.6.1810 (Core) [root@testbox storagetest]# cd /storagetest/ [root@testbox storagetest]# echo "this is a file" > file.txt [root@testbox storagetest]# ls -l total 4 -rw-rw-rw- 1 root root 15 Dec 31 14:22 file.txt [root@testbox storagetest]# cd .. [root@testbox /]# umount /storagetest [root@testbox /]# hubicfuse /storagetest/ -o noauto_cache,sync_read,allow_other [root@testbox /]# cd /storagetest/ [root@testbox storagetest]# ls -l total 0 drwxr-xr-x 2 root root 0 Dec 31 14:22 file.txt [root@testbox storagetest]#
As you can see after unmount, and remount, the file now appears to be a directory... There is nothing inside the directory if I were to cd in.
already listed under bugs.
I hope its me doing something wrong, but it looks like files are turning into directories with no data on remount.
As you can see after unmount, and remount, the file now appears to be a directory... There is nothing inside the directory if I were to cd in.