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

Biosci-cbig mounting dropped from Arnold #28

Open
Tuulit opened this issue Aug 16, 2013 · 1 comment
Open

Biosci-cbig mounting dropped from Arnold #28

Tuulit opened this issue Aug 16, 2013 · 1 comment

Comments

@Tuulit
Copy link

Tuulit commented Aug 16, 2013

This is what to do:

  • Mount file server (biosci-cbig)
  1. Run the following command, replacing USERNAME with your own username

sudo mount -t cifs "//biosci-cbig.biosci.helsinki.fi/CBIG Data Server" /mnt/biosci-cbig -o username=USERNAME,domain=ATKK

  1. Mounted folder can be found @

/mnt/biosci-cbig

or

/media/DATAPART1/Data/biosci-cbig

@FedeMPouzols
Copy link
Collaborator

If you experience write permission issues, try adding 'noperm' in the mount options:

sudo mount -t cifs "//biosci-cbig.biosci.helsinki.fi/CBIG Data Server" /mnt/biosci-cbig -o noperm,username=USERNAME,domain=ATKK

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

No branches or pull requests

2 participants