Aliga shared folders: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
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.


== LINUX ==
* '''LINUX'''


         NFS
         NFS
Line 21: Line 21:
                 Choose USERS_AREA repository
                 Choose USERS_AREA repository


====Common errors and solutions:====
'''Common errors and solutions:'''


* When mounting the NFS: "mount: wrong fs type, bad option, bad superblock on 10.3.1.253://users_area,..."
* When mounting the NFS: "mount: wrong fs type, bad option, bad superblock on 10.3.1.253://users_area,..."


== WINDOWS ==
 
 
* '''WINDOWS'''


         File explorer:
         File explorer:
Line 37: Line 39:




== MAC ==
* '''MAC'''


         File Browser
         File Browser

Revision as of 10:15, 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).

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

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

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


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