Displaying 20 results from an estimated 20000 matches similar to: "No subject"
2003 Feb 02
2
Mount at boot - and a bug - where to report?
I have been having problems trying to get my samba mounted windows (XP)
shares to mount at boot time on my Redhat 8 machine. I have tried
changing the start order of things, but it didn't seem to help.
Here is the interesting bits from the boot.log
Feb 1 11:17:46 vortex-550 network: Setting network parameters:
succeeded
Feb 1 11:17:46 vortex-550 network: Bringing up loopback interface:
2006 Oct 20
1
Mounting XP box - ERRnoaccess
Greetings, list.
I've had this problem since last reinstall of XP. When
I try to mount XP share on my linux, I get this error
message:
# mount -t smbfs -o username=me //aoi/backup /mnt/tmp/
Password:<my pass here>
24321: session setup failed: ERRDOS - ERRnoaccess
(Access denied.)
SMB connection failed
I've checked that the shared folder in XP has full
control access for me and for
2002 Mar 06
3
can't un-mount
here's how i mounted a shared folder:
#mount -t smbfs -o
username=me,password=psw,workgoupt=kppo
//har-file2/new-gp /samba/k-drive
and when trying to un-mount using
umount /samba/k-drive or,
smbumount /samba/k-drive
I get this message:
'device is resource busy'
Any idea why i can' unmount this?
please reply to all, thanks!
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
2008 Oct 24
1
18179: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
On a RHEL4u4 machine...
[root@rincon mnt]# mount -t smbfs -o username=qamount,password=m0unt1\!
//10.4.0.15/Builds /mnt/builds/
18179: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
10.4.0.15 is a W2K3 R2 file server.
Yes, I know this isn't a Samba question, but Google turns up absolutely
nothing, and I figure Samba people are far more likely to have some
2003 Oct 01
4
Mounting Windows Shares from Linux
Hi All,
I'm sure this has been discussed many times but since I do not have
a internet connection, I have to ask this question..
[ow_mh@hmweb Dump]$ sudo mount -t smbfs //129.253.110.160/Dump $HOME/Dump
708: session request to 129.253.110.160 failed (Called name not present)
708: session request to 129 failed (Called name not present)
Password:
Anonymous login successful
708: tree connect
2007 Mar 15
0
re: ERRDOS - ERRnoaccess (Access denied.
I'm unable to mount a windows share on my linux box. I can use the
samba client to browse the share, but the mount fails:
$ smbclient //server/users -U domain/isillight
Password: ****
Domain=[DOMAIN] OS=[Windows Server 2003 3790 Service Pack 1] Server=[Windows Server 2003 5.2]
smb: \>
smb: \> quit
# grep isillight /etc/passwd
isillight:x:1000:1000:isillight:/home/isillight:/bin/bash
2006 Aug 07
0
ERRDOS - ERRnoaccess (Access denied.)
No matter what I do to configure samba and/or my linux client, I get
this error. Can someone take a look at the particulars below and see if
you can help me out? Thanks
mhansen@debian01:~$ cat /etc/samba/smb.conf
[global]
# Do something sensible when Samba crashes: mail the admin a backtrace
panic action = /usr/share/samba/panic-action %d
workgroup = Javector
netbios name =
2002 Mar 01
1
smbclient works but mount doesn't
I've installed Samba 2.2.3a on a Debian Linux machine and
am trying to mount a file directory from an NT machine. When
I use smbclient as in
smbclient //etbodnyk/work -U fciam/bbodnyk
it prompts me for a password and I can get to my work directory.
When I try to mount the directory using
mount -t smbfs -o username=fciam/bbodnyk //etbodnyk/work /mnt
I again get prompted for a password but
2006 Dec 13
0
Null session problem when mounting share using domainuseraccount
My global session of smb.conf is as follows:
[global]
dos charset =3D UTF8
display charset =3D UTF8
unix charset =3D UTF8
server schannel=3Dauto
netbios name =3D NSA1129
write ok =3D yes
guest account =3D smbguest
map to guest =3D bad user
encrypt passwords =3D yes
map archive =3D no
client use spnego =3D no
2002 Feb 27
1
Mounting smbfs as guest at boot time
I have searched for a solution to my problem, and have
only found one short discussion which mentioned it
(http://samba.cadcamlab.org/lists/samba/Aug2001/msg00364.html),
and I didn't feel it contained a resolution I could
use. In a nutshell, I want to mount an win2k share as
'guest' at boot time on a linux web server.[1] It
just won't work any way that I've tried it.
I can
2002 Sep 20
2
samba Mount command failure
Hi All,
I would like to be able to mount a SMB NT Share on a NT4.0 network. I am
currently trying to run the following command :
mount -t smbfs -o username=lloydl,password=Fiver //(Server
IPaddress)/(share) /mnt/dvs/ITVSERVER
And I get :
2622: session request to 192.168.36.6 failed (called name no present)
2622: session request to 192 failed (called name not present)
2622: session setup
2003 May 20
2
Cannot access windows shares
Hi all,
I'm trying to access a Windows NT server share, but I cant' do it...
The command I'm trying is :
mount -t smbfs //server/share /mnt/transfer/ then I get the password prompt.
If I enter or not a password I get this error message:
3543: tree connect failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
What should I do ?
Thanks for all
2003 Nov 17
1
credentials file doesn't work
I am using a Gentoo Linux machine and trying to mount a remote file
system via samba. The following DOES WORK:
mount -t smbfs -o username="SMB-SRV\stonyy",password=abc123
//smbsrv/proj /mnt/proj
However, I don't really want my username and password visible to the
world (yes, I changed the password and everything but the backslash in
the username for this posting). So I tried
2003 May 21
1
Need help mounting windows shared partitions
You must check it your loopback interface is enabled and use this mount command.
mount -t smbfs "\\\\windoze\\share" /home/user/dir
if your mountpoint is /home/user.
> ------- Ursprungligt meddelande -------
>
> Fr?n: Paul Sutcliffe <psutcliffe@pronaturaleza.org>
> ?mne: [Samba] Need help mounting windows shared partitions
> Datum: 21 May 2003 02:43:23 -0500
2001 Nov 26
0
ERRnoaccess with Win 2K
I connott use smbclient from my Solaris 2.8 to a Win 2K PC
i got the error :ERRDOS - ERRnoaccess (Access denied.)
monday:/> smbclient '\\pc99-02\zak' -N
INFO: Debug class all level = 6 (pid 1970 from pid 1970)
Processing section "[global]"
doing parameter workgroup = Steria
doing parameter server string = Monday
doing parameter hosts allow = 128.1.1.157 128.1.1.166
2003 Jun 11
3
copy files from Linux to NT Server
Hi & sorry if this is too "newbie" of a question but I
just can`t find
a
solution.
I`m trying to use smbclient or at least smbmount, but
both is not
working.
What I want to do is:
copy files via command line (I will have to do that
later with an
automated
script) from my Linux server to the NT Server
(server1) in a directory
called "photo library test" (I tried as well
2004 Oct 13
2
'credentials' file doesn't work - also observed by others
Background: Linux, Debian (Sarge). I want to auto-mount an smbfs at
boot. smbmount version is 3.0.7-Debian.
With the following in my fstab, I can do the mount as root, but have to
provide a password (hence either I can't boot unattended, or can't mount
it during boot):
//<server>/<share> /mnt/point smbfs
2003 Jul 07
1
embedding characters
i seem to be having trouble with certain characters in machine names and passwords.
specifically, there is a hyphen in on of the server's names. this entry in the fstab file fails to connect with the following error:
# mount /root/it-blackbox/c\$/
Password:
Anonymous login successful
18867: tree connect failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
the line from fstab
2006 Aug 01
1
mount problem
I'm trying to mount a windows share on my linux box. The windows machine is
on a domain called utsad.com and the name of the machine is ccare-f45 and
the share is Music.
I can do this:
smbclient -L ////ccare-f45//Music -U jtowe -W utsad.com
and get this:
Domain=[UTSAD] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Sharename Type Comment
--------- ---- -------
IPC$ IPC Remote IPC
ip