-
Notifications
You must be signed in to change notification settings - Fork 9
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
how to set 'nonempty' mount option #105
Comments
@JaneEyreliu Hi! If I get it right, you want to keep option |
Hi,that‘s not true. |
With your command line it works for me: sergeyb@pony:~/sources/unreliablefs$ mkdir base_dir
sergeyb@pony:~/sources/unreliablefs$ mkdir mount_dir
sergeyb@pony:~/sources/unreliablefs$ ./unreliablefs $(pwd)/mount_dir -basedir=$(pwd)/base_dir -seed=1618680646
random seed = 1618680646
read configuration /home/sergeyb/sources/unreliablefs/base_dir/unreliablefs.conf
starting FUSE filesystem unreliablefs
sergeyb@pony:~/sources/unreliablefs$ ./unreliablefs --version
unreliablefs version 0.1
FUSE library version: 2.9.9
fusermount version: 2.9.9
using FUSE kernel interface version 7.19
$ Please, share It is worth to run |
hi man,i am so appreciate you project,but when i use it,i get the following warn:
starting FUSE filesystem unreliablefs
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the 'nonempty' mount option
could you tell me how to use ?
The text was updated successfully, but these errors were encountered: