Shared Folders: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
The shared folders | The shared folders can be found at: | ||
The general: | The general: | ||
| Line 9: | Line 9: | ||
smb://iciqfs01.iciq.es/depart/Grup_Dr_Lopez | smb://iciqfs01.iciq.es/depart/Grup_Dr_Lopez | ||
For each user: | For each user (2GB Max. disk space): | ||
smb://iciqfs01.iciq.es/$username | smb://iciqfs01.iciq.es/$username | ||
Revision as of 13:06, 26 March 2009
The shared folders can be found at:
The general:
smb://iciqfs01.iciq.es/comu
For each group:
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:
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