Aliga shared folders: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
Rgarcia (talk | contribs)
No edit summary
 
(34 intermediate revisions by 3 users not shown)
Line 1: Line 1:
go back to [[Main Page]], [[Computational Resources]], [[Services]],[[Shared Folders]]
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).
This is a disk space for users in the computational groups where you can upload and share files (related to work).


Be aware that '''no back up's''' are performed of the information you have stored there.
* To '''download''', '''upload''' or '''explore''' to the files stored in these folders use your preferred Web Browser and connect to:
 
'''http://aliga.iciq.es/fsn'''
User: tccguest  Passwd: guest1$ Choose USERS_AREA repository. Open the menu at the top left corner box (the default is SOFTWARE).               
 
* You have additional connection types depending on your operative system.
 
 
'''LINUX '''
There are three options:
 
1.- NFS:
Create the directory /mnt/users_area and mount it:
mount 10.3.1.253:/users_area /mnt/users_area
 
2.- Use scp, sftp, ...at the command line. Password: guest1$
scp ./myfile.tar.gz tccguest@10.3.1.253:/users_area


== LINUX ==
3.- Open the file browser, press ctrl+L, and put: smb://aliga.iciq.es/users_area/ (computational groups) or smb://iciqfs03.iciq.es/depart/ (all ICIQ)


        NFS
'''WINDOWS'''
                mkdir /mnt/users_area
                mount 10.3.1.253://users_area /mnt/users_area


        Command line – scp, sftp, ...
Use a file explorer and connect to:
                scp ./myfile.tar.gz tccguest@10.3.1.253:/users_area
                Password: guest1$


        Web Browser:
\\aliga.iciq.es\users_area
                http://aliga.iciq.es/fsn
                User: tccguest
                Passwd: guest1$
                Choose USERS_AREA repository


== WINDOWS ==
'''MAC'''


        File explorer:
Use a file browser and connect to:
                \\aliga.iciq.es\users_area


        Web Browser:
smb://aliga.iciq.es/users_area
                http://aliga.iciq.es/fsn
                User: tccguest
                Passwd: guest1$
                Choose USERS_AREA repository


'''Backups'''


== MAC ==
Be aware that '''no backups''' are performed of the information you have stored.


        File Browser
'''Common errors and solutions'''
                smb://aliga.iciq.es/users_area


        Web Browser:
--When mounting the NFS: "mount: wrong fs type, bad option, bad superblock on 10.3.1.253://users_area,...". try to sort it out by installing the nfs-client package by "sudo apt-get install nfs-common"
                http://aliga.iciq.es/fsn
                User: tccguest
                Passwd: guest1$
                Choose USERS_AREA repository

Latest revision as of 09:41, 28 April 2017

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, upload or explore to the files stored in these folders use your preferred Web Browser and connect to:
http://aliga.iciq.es/fsn
User: tccguest  Passwd: guest1$ Choose USERS_AREA repository. Open the menu at the top left corner box (the default is SOFTWARE).                
  • You have additional connection types depending on your operative system.


LINUX

There are three options:

1.- NFS: 
Create the directory /mnt/users_area and mount it: 
mount 10.3.1.253:/users_area /mnt/users_area
2.- Use scp, sftp, ...at the command line. Password: guest1$
scp ./myfile.tar.gz tccguest@10.3.1.253:/users_area
3.- Open the file browser, press ctrl+L, and put: smb://aliga.iciq.es/users_area/ (computational groups) or smb://iciqfs03.iciq.es/depart/ (all ICIQ) 

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 

Backups

Be aware that no backups are performed of the information you have stored.

Common errors and solutions

--When mounting the NFS: "mount: wrong fs type, bad option, bad superblock on 10.3.1.253://users_area,...". try to sort it out by installing the nfs-client package by "sudo apt-get install nfs-common"