-
Notifications
You must be signed in to change notification settings - Fork 120
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
Issue creating symbolic links when running fastsurfer-gpu.sif #471
Comments
This operation creates a symbolic link in the mri subfolder. Most likely you are using a file system that does not support soft links? Can you maybe check whether you can create the symbolic link from the terminal? Because this command should really do the same thing inside singularity as on the terminal... |
You are right, the file system in that drive doesn't allow soft links. Thank you! |
Maybe we can check if soft links work in our code and if not create copies ? (in a future release) |
Can you tell us, which file system you used that was affected? |
Sure. The drive is mounted with:
|
Hopefully, #473 fixes similar issues in the future. I am going to close this issue for now, feel free to reopen if there are additional comments. |
Question/Support Request
Dear experts, running
fastsurfer-gpu.sif
I am getting the following error:I change the permissions to the output folder (777) and I tried to run it as a root (
--allow_root
), but I still got this messageln: failed to create symbolic link 'rawavg.mgz': Operation not permitted
. Same thing with different input volumes.Any suggestion to debug it?
Thank you,
f4b
Environment
Execution
Run Command:
The text was updated successfully, but these errors were encountered: