Smb ceinge for Linux
From Wiki CEINGE
(Difference between revisions)
| Revision as of 12:33, 27 February 2008 (edit) Gianluca (Talk | contribs) (→KDE users) ← Previous diff |
Revision as of 12:41, 27 February 2008 (edit) (undo) Gianluca (Talk | contribs) (→Command line) Next diff → |
||
| Line 24: | Line 24: | ||
| == Command line == | == Command line == | ||
| + | The Microsoft Networking can also be managed by command line, using the smbclient tool. | ||
| + | |||
| + | To browse the shares on the smb fileserver use: | ||
| + | <pre> | ||
| + | > smbclient -L smb.ceinge.unina.it -U% | ||
| + | |||
| + | Domain=[CEINGE] OS=[Unix] Server=[Samba 3.0.28-0.fc7] | ||
| + | |||
| + | Sharename Type Comment | ||
| + | --------- ---- ------- | ||
| + | homes Disk Direct user Home | ||
| + | Home Disk All ceinge user Homes | ||
| + | FileServer Disk Ceinge software repository | ||
| + | Scratch Disk Ceinge scratch space | ||
| + | pastoreop Disk Pastore group | ||
| + | IPC$ IPC IPC Service (Ceinge file server) | ||
| + | </pre> | ||
| + | |||
| + | To enter the smb fileserver use and authenticate as requested: | ||
| + | <pre> | ||
| + | > smbclient -U busiello //smb.ceinge.unina.it/Home | ||
| + | Password: | ||
| + | Domain=[CEINGE-FILESERVER] OS=[Unix] Server=[Samba 3.0.28-0.fc7] | ||
| + | smb: \> cd busiello | ||
| + | smb: \busiello\> ls | ||
| + | . D 0 Wed Feb 27 12:06:29 2008 | ||
| + | .. D 0 Thu Feb 21 15:55:38 2008 | ||
| + | Public D 0 Tue Oct 9 17:19:32 2007 | ||
| + | Sites D 0 Thu Apr 12 11:12:48 2007 | ||
| + | Desktop D 0 Mon Apr 11 15:39:23 2005 | ||
| + | login D 0 Fri Feb 22 15:46:21 2008 | ||
| + | Pictures D 0 Mon Nov 19 18:02:12 2007 | ||
| + | Library D 0 Tue May 20 16:24:33 2003 | ||
| + | Bioinfo D 0 Mon Jan 3 18:27:14 2005 | ||
| + | Documents D 0 Fri Feb 22 18:47:29 2008 | ||
| + | Music D 0 Wed Feb 15 10:41:03 2006 | ||
| + | Movies D 0 Tue Feb 26 16:32:38 2008 | ||
| + | 40960 blocks of size 131072. 22775 blocks available | ||
| + | smb: \busiello\> | ||
| + | </pre> | ||
Revision as of 12:41, 27 February 2008
KDE users
The KDE desktop allow the use of the smb protocol to access the Microsoft Networking by using any kwin window:
Please note the use of the address composed as follows:
smb://username@smb.ceinge.unina.it
Select the needed volume and authenticate:
Done!
GNOME users
Command line
The Microsoft Networking can also be managed by command line, using the smbclient tool.
To browse the shares on the smb fileserver use:
> smbclient -L smb.ceinge.unina.it -U%
Domain=[CEINGE] OS=[Unix] Server=[Samba 3.0.28-0.fc7]
Sharename Type Comment
--------- ---- -------
homes Disk Direct user Home
Home Disk All ceinge user Homes
FileServer Disk Ceinge software repository
Scratch Disk Ceinge scratch space
pastoreop Disk Pastore group
IPC$ IPC IPC Service (Ceinge file server)
To enter the smb fileserver use and authenticate as requested:
> smbclient -U busiello //smb.ceinge.unina.it/Home
Password:
Domain=[CEINGE-FILESERVER] OS=[Unix] Server=[Samba 3.0.28-0.fc7]
smb: \> cd busiello
smb: \busiello\> ls
. D 0 Wed Feb 27 12:06:29 2008
.. D 0 Thu Feb 21 15:55:38 2008
Public D 0 Tue Oct 9 17:19:32 2007
Sites D 0 Thu Apr 12 11:12:48 2007
Desktop D 0 Mon Apr 11 15:39:23 2005
login D 0 Fri Feb 22 15:46:21 2008
Pictures D 0 Mon Nov 19 18:02:12 2007
Library D 0 Tue May 20 16:24:33 2003
Bioinfo D 0 Mon Jan 3 18:27:14 2005
Documents D 0 Fri Feb 22 18:47:29 2008
Music D 0 Wed Feb 15 10:41:03 2006
Movies D 0 Tue Feb 26 16:32:38 2008
40960 blocks of size 131072. 22775 blocks available
smb: \busiello\>


