Aliga shared folders: Difference between revisions
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
'''http://aliga.iciq.es/fsn''' | '''http://aliga.iciq.es/fsn''' | ||
User: tccguest Passwd: guest1$ | User: tccguest Passwd: guest1$ Choose USERS_AREA repository. Open the menu at the top left corner box (the default is SOFTWARE). | ||
* To '''upload''' files, or also to download and explore these folders, you have different options depending on your operative system. | * To '''upload''' files, or also to download and explore these folders, you have different options depending on your operative system. | ||
| Line 15: | Line 14: | ||
'''LINUX''' | '''LINUX''' | ||
You have two options: | |||
1.- NFS: | |||
Create the directory /mnt/users_area | |||
Mount it: '''mount 10.3.1.253:/users_area /mnt/users_area''' | |||
2.- Use at the command line – scp, sftp, ...Password: guest1$ | |||
'''scp ./myfile.tar.gz tccguest@10.3.1.253:/users_area''' | |||
'''WINDOWS''' | '''WINDOWS''' | ||
Use a file explorer and connect to: | |||
'''\\aliga.iciq.es\users_area''' | |||
'''MAC''' | '''MAC''' | ||
Use a file browser and connect to: | |||
'''smb://aliga.iciq.es/users_area''' | |||
* Be aware that '''no backups''' are performed of the information you have stored there. | * Be aware that '''no backups''' are performed of the information you have stored there. | ||
Revision as of 10:34, 24 December 2009
go back to Main Page, Computational Resources, Services, Shared Folders
This is a disk space for users in the computational groups where you can upload and share files (related to work).
- To download" or "explore to the files stored in these folders use your preferred Web Browser and connect to:
User: tccguest Passwd: guest1$ Choose USERS_AREA repository. Open the menu at the top left corner box (the default is SOFTWARE).
- To upload files, or also to download and explore these folders, you have different options depending on your operative system.
LINUX
You have two options:
1.- NFS:
Create the directory /mnt/users_area
Mount it: mount 10.3.1.253:/users_area /mnt/users_area
2.- Use at the command line – scp, sftp, ...Password: guest1$
scp ./myfile.tar.gz tccguest@10.3.1.253:/users_area
WINDOWS
Use a file explorer and connect to:
\\aliga.iciq.es\users_area
MAC Use a file browser and connect to:
smb://aliga.iciq.es/users_area
- Be aware that no backups are performed of the information you have stored there.
- Common errors and solutions:
When mounting the NFS: "mount: wrong fs type, bad option, bad superblock on 10.3.1.253://users_area,..."