Displaying 20 results from an estimated 10000 matches similar to: ""deep" tree mounting?"
2005 Oct 20
1
can smbmount access paths in shares?
Can a linux machine running samba mount a pathname within a share into a
local path? I'm runing samba-3.0.20b-1 on a centos 4.1 (rhel4) box.
I've tried this and it fails:
smbmount //servername/home/media /mnt/media/server/ -o
username=myuser,password=mypass
The error is:
8465: tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid
share name)
When I omit the last
2003 Jun 30
1
FW: mount -t smbfs
Is anybody can help me on this please.
Can I mount a Fat32(Win XP) file system on my Linux server(Red Hat 8). I
was able to mount windows 98 and not with Xp or NT.
smbmount //xp/e test -o username=srai
Password:
3870: session setup failed: ERRDOS - ERRnoaccess
SMB connection failed
mount -t smbfs //XP/e test -o username=srai
Password:
3872: session setup failed: ERRDOS - ERRnoaccess
SMB
2004 Jul 06
1
Difficulties with samba and ADS
Hello.
I thought I had this fixed 3 times now... but it keeps coming up. I have 2
smbservers that are part of an ADS domain (windows 2003 server).
I have my samba servers set up, and it works great for a month or so, then it
starts giving smbmount and smbclient a hard time. This is very bad news
because I rely upon smbmount heavily.
When I try to view the shares my main server, and use the
2004 Nov 23
1
Trans.: Mounting a MSWindows share containing a $ sign
I forgot to said that I can access that share if I'm using Konqueror
(smb://WINuname@server/Users$/WINuname)
Jean-Philippe.
----- Message transf?r? de Jean-Philippe Blais <jphblais@zinfo.ca> -----
Date : Tue, 23 Nov 2004 11:07:54 -0500
De : Jean-Philippe Blais <jphblais@zinfo.ca>
Adresse de retour :Jean-Philippe Blais <jphblais@zinfo.ca>
Sujet : [Samba] Mounting a
2002 Aug 10
1
How to mount a resource with non ascii chars??
Hi Samba Users,
After searching through recent archives, I'd like to pose this question:
How does one smbmount a Windows a share with non-ascii letters in the
share name?
Let's say the target is Windows 2000 Pro Deutsch (German).
It has two shares: /data and /d?ta [d,umlaut-a,t,a]
From Redhat linux 2.7.4 and 2.4.18 I try to mount these directories.
mount -t smbfs -o
2004 Aug 16
1
linux, XP, and samba
Can any suggest why the mount failed? The IP address of number1 is
192.168.0.1. Here's the script:
Thank you.
Script started on Mon Aug 16 12:49:14 2004
[root@number4 root]# smbclient -L number1
added interface ip=192.168.0.4 bcast=192.168.0.255 nmask=255.255.255.0
Password:
Domain=[HOME] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Sharename Type Comment
2006 Jan 11
1
Can't mount dir on hdb1
Hi All,
Running Samba on a Fedora 4 machine in a mixed home environment.
Domain=[HOME-NETWORK] OS=[Unix] Server=[Samba 3.0.14a-2]
Trying unsuccessfully to mount the dir that's on hdb1 on another Fedora
4 machine. Can mount any dir from hda just fine. Only problem is the one
on hdb1. File permissions and everything else I can think of checking is
identical. Just refuses to mount hdb1. Here
2002 May 21
1
Linux to Windows Dfs
Howdy
Is there any reason why I cannot mount to a Dfs share on a Windows 2000 box
from Linux?
I have tried:
# mount -t smbfs //server/share$ /mnt/point -o username=user
Which works...
# mount -t smbfs //server/share$/home/pupils/user /mnt/point -o username=user
Trying to mount any share within the Dfs root retruns:
23479: tree connect failed: ERRDOS - ERRnosuchshare (You specified an
2004 Jan 15
0
smbmount problem
Hi,
I don't know why smbmount doesn't work. My samba version is 3.0.0. Remote server (192.168.1.1) is running samba 3.0.0 too. Both are linux machines.
1) If I try to mount a existing share i get this
/usr/local/samba/bin/smbmount //192.168.1.1/PAVFN /monta
added interface ip=192.168.1.200 bcast=192.168.1.255 nmask=255.255.255.0
Password:
smbfs/init_mount: execv of smbmnt failed.
2001 Mar 06
2
Printing and Sharing
Ok, I'll start with the sharing. I'm trying to use smbmount to mount the
file space on the other computer so I can browse it through this one.I type
in
[root@localhost /]# smbmount //jdph5/i$ <file://jdph5/i$> /mnt/smb -o
username=dnestler
Password:
tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid share
name)
SMB connection failed
Now I know that the share
2002 Jun 07
2
Mappoing from Samba client to \\server\share\dir ?
Hi!
How do I create a mountpoint with smbmount, that attaches to
\\server\share\dir (on a Windows 2000 server) ?? If I mount to
\\server\share I'm not able to see anything - but the mapping to the same
server (from a Win2000 client) is okay, and I can see the contents of the
directory... Trying to map to //server/share/dir gives me an error:
24402: tree connect failed: ERRDOS -
2006 Sep 28
3
Cannot connect to a windows network
Hello,
I am trying to use Samba to let me mount windows network drives on an
Ubuntu Dapper Server installation that I am using as a desktop.
Using:
testparm
my smb.conf seems to be ok.
Using
smbclient -L GM.local -U username -p
Gives me a full listing of all network drives, which again seems to be
good. So now I try this:
sudo mount -t smbfs -o username=username \//GM.local/DC4
2004 Nov 17
3
Samba share to access windows folders in linux.
Hi,
I am trying to access folders on a windows system on a linux system using
the command,
smbmount '//a.b.c.d/CCViews/abcd/abcd_Linux_dev' '/root/pqrs/LinuxDev' -o
username=abcd/<domain>,uid=abcd,gid=abcd
This prompts for a password and I give the correct domain password here. It
gives me the error:
21896: tree connect failed: ERRDOS - ERRnosuchshare (You specified an
2002 Nov 29
2
Connection to a Remote XP Box
What I've done so far:
Studied man samba
Connected to my parents XP box on my LAN (two different connections, even).
root@omega-fleet root]# smbclient -L 64.131.112.121
added interface ip=192.168.1.11 bcast=192.168.1.255 nmask=255.255.255.0
added interface ip=192.168.1.10 bcast=192.168.1.255 nmask=255.255.255.0
session request to some.ip failed (Called name not present)
session request to
2017 Jun 06
2
bind update flubbed somehow?
hey folks, we upgraded bind last night to bind-9.8.2-0.62.rc1.el6_9.1.x86_64
and now our server seems to not be able to update. Whenever we add
records and update the soa and reload,
it still shows the old data..
so for example, we have
[root at bind1 /var/named]$grep servername domainname.net.zone
[root at bind1 /var/named]$nslookup -port=5353 servername 10.115.76.87
Server: 10.10.76.87
2005 Jun 01
1
smbclient not using winbind to authenticate
Hi All
I am using the samba 3.0.14a RPMs installed on SuSE 9.2.
I have a PDC running on one machine, using tdbsam as a backend - this
has been running fine for months.
I am not trying to set up a standalone server in another office, which
should authenticate with the PDC using winbind, as per the "The 500-User
office" chapter of samba by example :
2008 Apr 04
2
Samba 3.0.24 handling LDAP responses incorrectly
Hey list,
Recently I've gotten my Samba PDC to successfully use an OpenLDAP
backend, while using the smbk5pwd and ppolicy overlays for OpenLDAP.
However, Samba appears to incorrectly handle responses from LDAP's
ppolicy overlay, even though it very clearly receives them. If I enter
in a password (be it through Ctrl+Alt+Delete or when a password expires
and the user is prompted at logon)
2005 Apr 05
1
Can't mount samba share, Access denied
Hello,
I have samba configured with the following smb.conf file:
[global]
workgroup = mydomain
netbios name = servername
security = domain
printcap name = cups
disable spoolss = yes
show add printer wizard = no
idmap uid = 15000-20000
idmap gid = 15000-20000
winbind use default domain = yes
use sendfile = yes
printing = cups
[myshare]
comment = My new share
path = /export/myshare
valid users =
2001 Oct 10
1
Share between two Unixes...
Hy!
(I'm French, so s'xcuse me for my poor english!)
I installed Samba on two PC with Linux, for the fisrt one, no problem: I test it and all worked!
But for the second, i did the same as before (mode: SHARE) but I couldn' see the share (even the share of this PC!).
I've made some tests (the network woks, testparm don't reply with mistakes...) and I taped a
"./smbclient
2003 Jul 29
1
cannot explore from Win NT
Hi I'm New comer in Samba
I get a problem when try connecting from linux RH 7.2 to
WIN NT using samba 2.2.1a.
I try to share from /home/sudin in myhost RH
I Used configuration in smb.conf
workgroup = myworkgroup
server string = my comment
[sudin]
comment = my sharing dir
path = /home/sudin
valid users = sudin
public = no
writable = yes
create mask = 0765
from konsole I try to activate