|
|
| (22 intermediate revisions by 4 users not shown) |
| Line 1: |
Line 1: |
| --- Windows and MAC---
| | go back to [[Main Page]], [[Computational Resources]], [[Services]] |
|
| |
|
| The shared folders can be found at:
| | 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. |
|
| |
|
| The general:
| | [[Aliga shared folders]] |
| smb://iciqfs01.iciq.es/comu
| |
|
| |
|
| For each group
| | [[ICIQ 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):
| |
| 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:
| |
| | |
| mount -t cifs -o username=iciq/username //iciqfs01.iciq.es/what_you_want_to_mount /Where_you_want_to_mount_it
| |
| Examples:
| |
| User folder: mount -t cifs -o username=iciq/username //iciqfs01.iciq.es/username$ /home/username/disk
| |
| Common folder: mount -t cifs -o username=iciq/username //iciqfs01.iciq.es/comu /home/username/disk1
| |
| Group folder: mount -t cifs -o username=iciq/username //iciqfs01.iciq.es/depart/Grup_Dr_XX /home/username/disk2
| |
| | |
| * You will need to use root or sudo rights to mount these folders.
| |
| | |
| * The command above will mount the comu or username$ directory to the folder disk1 in your home. You can change that by another name or another directory (i.e. /media/ICIQ_COMU/). You should create the directories before trying to mount them.
| |
| | |
| * Some users are unable to mount //iciqfs01.iciq.es/depart/Grup_Dr_XX, but they are able to mount //iciqfs01.iciq.es/depart/ and have access to the directories of the grup from there. So try: mount -t cifs -o username=iciq/username //iciqfs01.iciq.es/'''depart/''' /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.
| |
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