Ludo blog

en
Sep 2010
Mo Tu We Th Fr Sa Su
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30

mounting a smb ressource

This short article enumerates the different solutions for mounting a smb ressource; it's a reminder:

Via URL (with Konqueror)

smb://<login>:<password>@<host>/<sharename>

Via the mount command

mount -t smbfs //<host>/<sharename> <where to mount> \
-o username=<login>,password=<password>

Via smbclient

smbclient //<host>/<sharename> -U <login>%<password>

Access like ftp (get <filename>), enter 'help' for more

Via smbmount

smbmount //<host>/<sharename> <where to mount> \
-o username=<login>,password=<password>
by ludovic Bellier on Wed Jul 14 01:14:53 2004 (Viewed: 845 / 0 comments )
  |   RSS  |   RSS2  |   Atom  |   Source  |   Edit
Comments not allowed anymore on this post