Skip to content
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

Add script to setup FUSE mount after build. #6

Open
viveknigam3003 opened this issue May 21, 2020 · 1 comment
Open

Add script to setup FUSE mount after build. #6

viveknigam3003 opened this issue May 21, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@viveknigam3003
Copy link
Contributor

viveknigam3003 commented May 21, 2020

Motivation

The build script handles the compilation of the program but does not set up FUSE in the way it can be used for mounting the Rucio server(s) to a directory using the FUSE mount. A post-build script is thus required to automate the process of setting up FUSE and mounting the server using the same.

Expected Result

vivek@ubuntu:~/Desktop/GSoC_2020/fuse-posix$ sudo ./postbuild.sh
Setting up FUSE for ruciofs.........
Done.

vivek@ubuntu:~/Desktop/GSoC_2020/fuse-posix$ ./cmake-build-debug/bin/rucio-fuse-main

Settings file at: ./settings.json
Parsing settings file:

	Server 0 -> rucio-dev-server:
		url = https://localhost/
		account = root

Actual Result

Manually set up FUSE. Add the user to the fuse group and set the right permissions.

@viveknigam3003 viveknigam3003 added the enhancement New feature or request label May 21, 2020
@gabrielefronze
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants