Shared Folders: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(32 intermediate revisions by 5 users not shown)
Line 1: Line 1:
The shared folders can be found at:
go back to [[Main Page]], [[Computational Resources]], [[Services]]


The general:
You have two different disks you can mount to get files from other users or upload files you would like to share.
smb://iciqfs01.iciq.es/comu
Aliga is a disk in which you can share information between the three computational groups. ICIQ also has its own shared folders, in which you can share information with your group or with all ICIQ.


For each group:
[[Aliga shared folders]]
smb://iciqfs01.iciq.es/depart/Grup_Dr_Maseras 
smb://iciqfs01.iciq.es/depart/Grup_Dr_Bo
smb://iciqfs01.iciq.es/depart/Grup_Dr_Lopez


For each user (2GB Max. disk space):
[[ICIQ shared folders]]
smb://iciqfs01.iciq.es/$username 
 
It will ask your '''code''' and '''password''', which are the same as for your e-mail.
 
It works for windows and mac. Within Linux we can use "smbclient" to access the shared folders in a ftp-like client mode.
For example:
 
smbclient  //iciqfs01.iciq.es/comu -U iciq/username
 
Moreover, we also can mount the shared folders on our pc. Firstly you need to get "smbfs" package, what will install in your system the CIFS filesystem (this is the sucessor of the SMB protocol). To install in Debian:
 
aptitude install smbfs
 
To mount an exported windows folder on a Linux box:
 
User folder:
mount -t cifs -o username=iciq/username //iciqfs01.iciq.es/username$  /home/username/disk
 
Or
 
Common folder:
mount -t cifs -o username=iciq/username //iciqfs01.iciq.es/comu  /home/username/disk1
 
BACKUPs:
 
The user folders backups are made weekly and monthly. Being able to back down in the time a year more or less.
In order to recover information of backups is needed to generate a GIDIC.

Latest revision as of 16:25, 1 March 2010

go back to Main Page, Computational Resources, Services

You have two different disks you can mount to get files from other users or upload files you would like to share. Aliga is a disk in which you can share information between the three computational groups. ICIQ also has its own shared folders, in which you can share information with your group or with all ICIQ.

Aliga shared folders

ICIQ shared folders