-
Notifications
You must be signed in to change notification settings - Fork 1
Home
stefbod edited this page May 6, 2016
·
1 revision
#Flashix wiki
##Troubleshooting
###Mounting
If you are experiencing problems with the mounting script run.sh
, try importing the code into eclipse and run Flashix with the integration.Mount
main file. Therefor pass your options, including your mountpoint, to the Run Configurations
- Arguments
.
###SibylFS test runs
In case the SibylFS test runs fail, make sure you are running them as root. By default in FUSE no other user (not even root) can access the mount. Hence you have to mount Flashix as root too.
If you run Flashix via eclipse and you don't want to run eclipse as root, you can change this behaviour of FUSE by adding the line user_allow_other
in /etc/fuse.conf
and add the option allow_root
to the Run Configurations
- Arguments
.