Aliga shared folders: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
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 backups''' are performed of the information you have stored there.
* To '''download" or "explore''' to the files stored in these folders use your preferred Web Browser and connect to:


* '''LINUX'''
'''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).
 
* To '''upload''' files, or also to download and explore these folders, you have different options depending on your operative system.
 
'''LINUX'''


         NFS
         NFS
Line 15: Line 23:
                 Password: guest1$
                 Password: guest1$


        Web Browser:
'''WINDOWS'''
                http://aliga.iciq.es/fsn
                User: tccguest
                Passwd: guest1$
                Choose USERS_AREA repository
 
When using the Web Browser
 
'''Common errors and solutions:'''
 
When mounting the NFS: "mount: wrong fs type, bad option, bad superblock on 10.3.1.253://users_area,..."
 
 
 
* '''WINDOWS'''


         File explorer:
         File explorer:
                 \\aliga.iciq.es\users_area
                 \\aliga.iciq.es\users_area


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


        File Browser
                smb://aliga.iciq.es/users_area


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


        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,..."
                http://aliga.iciq.es/fsn
                User: tccguest
                Passwd: guest1$
                Choose USERS_AREA repository

Revision as of 10:29, 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:

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).

  • To upload files, or also to download and explore these folders, you have different options depending on your operative system.

LINUX

       NFS
               mkdir /mnt/users_area
               mount 10.3.1.253:/users_area /mnt/users_area
       Command line – scp, sftp, ...
               scp ./myfile.tar.gz tccguest@10.3.1.253:/users_area
               Password: guest1$

WINDOWS

       File explorer:
               \\aliga.iciq.es\users_area

MAC

       File Browser
               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,..."