[arch-general] smbmount: command not found
Greetings to all, When i try to mount a remote Windows share with smbmount i have this error: smbmount: command not found. yaourt -Qi samba Name : samba Version : 3.2.7-1 URL : http://www.samba.org Licenses : GPL3 Groups : None Provides : None Depends On : db>=4.7 popt libcups acl libldap smbclient=3.2.7 libcap heimdal>=1.2-1 pam fam gnutls>=2.4.1 tdb=3.2.7 Optional Deps : None Required By : None Conflicts With : None Replaces : None Installed Size : 55671.00 K Packager : Tobias Powalowski <tpowa@archlinux.org> Architecture : i686 Build Date : Wed 14 Jan 2009 08:51:31 AM CET Install Date : Sun 08 Feb 2009 09:14:35 PM CET Install Reason : Explicitly installed Install Script : No Description : Tools to access a server's filespace and printers via SMB Does someone knows what the problem is? Thanks, Nebojša Stričević
Strika wrote:
Greetings to all,
When i try to mount a remote Windows share with smbmount i have this error: smbmount: command not found.
yaourt -Qi samba Name : samba Version : 3.2.7-1 URL : http://www.samba.org Licenses : GPL3 Groups : None Provides : None Depends On : db>=4.7 popt libcups acl libldap smbclient=3.2.7 libcap heimdal>=1.2-1 pam fam gnutls>=2.4.1 tdb=3.2.7 Optional Deps : None Required By : None Conflicts With : None Replaces : None Installed Size : 55671.00 K Packager : Tobias Powalowski <tpowa@archlinux.org <mailto:tpowa@archlinux.org>> Architecture : i686 Build Date : Wed 14 Jan 2009 08:51:31 AM CET Install Date : Sun 08 Feb 2009 09:14:35 PM CET Install Reason : Explicitly installed Install Script : No Description : Tools to access a server's filespace and printers via SMB
Does someone knows what the problem is?
Thanks,
Nebojša Stričević
Use mount -t cifs. See man mount and man mount.cifs for more information. Glenn
this should show all executable files of a PKG: pacman -Ql $PKGNAME | grep /bin/ for manual pages: pacman -Ql $PKGNAME | grep /man Strika wrote:
Greetings to all,
When i try to mount a remote Windows share with smbmount i have this error: smbmount: command not found.
yaourt -Qi samba Name : samba Version : 3.2.7-1 URL : http://www.samba.org Licenses : GPL3 Groups : None Provides : None Depends On : db>=4.7 popt libcups acl libldap smbclient=3.2.7 libcap heimdal>=1.2-1 pam fam gnutls>=2.4.1 tdb=3.2.7 Optional Deps : None Required By : None Conflicts With : None Replaces : None Installed Size : 55671.00 K Packager : Tobias Powalowski <tpowa@archlinux.org <mailto:tpowa@archlinux.org>> Architecture : i686 Build Date : Wed 14 Jan 2009 08:51:31 AM CET Install Date : Sun 08 Feb 2009 09:14:35 PM CET Install Reason : Explicitly installed Install Script : No Description : Tools to access a server's filespace and printers via SMB
Does someone knows what the problem is?
Thanks,
Nebojša Stričević
pacman -Ql samba | grep /bin/ samba /usr/bin/ samba /usr/bin/eventlogadm samba /usr/bin/findsmb samba /usr/bin/ldbadd samba /usr/bin/ldbdel samba /usr/bin/ldbedit samba /usr/bin/ldbmodify samba /usr/bin/ldbsearch samba /usr/bin/ntlm_auth samba /usr/bin/pdbedit samba /usr/bin/profiles samba /usr/bin/smbcontrol samba /usr/bin/smbpasswd samba /usr/bin/smbstatus samba /usr/bin/testparm samba /usr/bin/wbinfo But mount -t cifs works nice. Thanks. Nebojša Stričević
Am Montag 09 Februar 2009 schrieb Strika:
pacman -Ql samba | grep /bin/ samba /usr/bin/ samba /usr/bin/eventlogadm samba /usr/bin/findsmb samba /usr/bin/ldbadd samba /usr/bin/ldbdel samba /usr/bin/ldbedit samba /usr/bin/ldbmodify samba /usr/bin/ldbsearch samba /usr/bin/ntlm_auth samba /usr/bin/pdbedit samba /usr/bin/profiles samba /usr/bin/smbcontrol samba /usr/bin/smbpasswd samba /usr/bin/smbstatus samba /usr/bin/testparm samba /usr/bin/wbinfo
But mount -t cifs works nice.
Thanks.
Nebojša Stričević This was removed in samba 3.2.x series mount -t cifs is the correct way now.
-- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
Then this wiki pages should be updated probably: http://wiki.archlinux.org/index.php/Access_a_windows_share http://wiki.archlinux.org/index.php/Search_and_explore_local_network_shares I would do it myself, but, as you can see, I'm not very familiar with Samba. Thanks for your answers. Nebojša Stričević
participants (4)
-
Hubert Grzeskowiak
-
RedShift
-
Strika
-
Tobias Powalowski