similar to: smbmount/mount interaction

Displaying 20 results from an estimated 10000 matches similar to: "smbmount/mount interaction"

2002 Apr 30
5
smbmount, smbumount and smbmnt
Hi, I am deploying samba for an embedded system. The requirement is that the system should be able to mount windows share points. I believe "smbmount, smbumount and smbmnt" components are needed to do the same. I am not very clear about smbmnt though! I find that smbmount, smbumount and smbmnt are all quite huge. Around 300 to 400Kb each. I understand that Samba is capable of doing
2005 Nov 30
2
smbfs and cifs
I periodically see smbfs questions get asked on this list, and they usually get one of two responses: 1. smbfs is a kernel module; this list is not the appropriate place to be asking smbfs questions. 2. You should be using cifs instead. (Please let me know if either if these is incorrect.) I was surprised to see, however, that the smbmount / mount.smbfs manpage makes no mention of cifs as being
2001 Sep 29
1
smbmount won't work for normal user
Can't mount share on my linux boxes as a regular user. I have no trouble mounting shares as root. This problem occurs on both my linux boxes. All the commands I show I have run as a regular user. Here is all the data I have: smbmount \\\\JHAMMER6\\public /mnt/NetWork/JHAMMER6/public/ -o debug=6 mount.smbfs started (version 2.0.7) Initialising global parameters params.c:pm_process() -
2002 Aug 05
1
smbmount: mount option "noauto" causes codepage and/or iocharset to fail
I've been trying several times now: # mount -t smbfs -o credentials=/etc/samba/private/credentials,codepage=cp850,iocharset=iso8859-1,noauto //machine/share\$ /mnt/share Causes: # ls /mnt/share/directory Sp?rsm?l.txt While this: # mount -t smbfs -o credentials=/etc/samba/private/credentials,codepage=cp850,iocharset=iso8859-1 //machine/share\$ /mnt/share Causes: # ls /mnt/share/directory
2000 Jul 31
0
[patch] smbmount fixes for samba-2.0.7, testers wanted!
Hello all This patch tries to remove a few bugs from smbmount. It would be nice to get some testing+feedback on this from others using smbmount and possibly get these things fixed for the next release of samba. It does the following: * Change lib/debug.c to allow changing your mind on being interactive. A second call to setup_logging should now replace the effects of a previous call. (hmm,
2002 Jun 20
1
mount problems with recent mount and samba
I have a problem mounting Samba shares with recent mount packages from RedHat and Samba packages from samba site. I have tried samba-2.2.4 RPM and samba-2.2.5 (built for RH7.2). In all cases mount fails if I use RH mount package version > 2.11b (current is 2.11n). If I also use Samba packages (2.2.4) from RedHat Rawhide - everyhting works Here is detailed description I have submitted to RH
2002 Sep 23
3
How to automate SMBMNT
Hi there, How do I automate smbmnt so that when logging on, it mounts the required shared directories on an NT4.0 file system using the user name and password I used t gain access to the GUI ? I s this possible. I am currently running Network Neighborhood and have been using this application for access but this requires that I scan mount and log-on again before gaining access to that share.
2001 Oct 04
2
Broken pipe on ls after doing mount -t smbfs
I have a problem with smbmount. I have a linux server running E-Smith (or Mitel SME server as it is now) which is basically a cut down version of RedHat 7.0 (running Kernel 2.2.19-7.0.8smp). Samba version is 2.0.10. We are connecting to an NT server (service pack 3 - I must upgrade that sometime soon). We have quite a good tapedrive and backup software (3rd party) on the E-Smith server, whereas
2000 May 16
0
smbmount - what permissions? (again)... one solution
Hello, I have found a solution on an other news group : uk.comp.os.linux There is a set of messages with the subject "Ordinary user to mount SAMBA share" You can read the content of that uk.comp.os.linux group through the web, the URL is http://x35.deja.com In one of the message the author wrote "After, further test. I find smbmount, unlike mount, requires the user owns the
1999 Mar 07
13
smbmount question
Hi, I'm running Linux 2.2.2 w/ Samba 2.0.2, using the smbmount that comes with Samba 2.0.2. I noticed that when I mount shares, smbmount sticks around, almost like a daemon: [root@jason /root]# smbmount //XXXX.gatech.edu/XXXX$ "XXXXXX" -U jkau -c "mount /mnt/cnd" < /dev/null > /tmp/smbmount.out [root@jason /root]# ps ax | grep smbmount 10678 ? S 0:00
2001 Dec 05
0
SMBMOUNT: process freezes on file copy
Thanks Urban. I am now convinced that this problem is being caused by the reshare of the Novell drive. I have ended up copying the data (around 6Gb, 400,000 files) to the Windows 2000 server from the Novell server. I then mounted the Windows 2000 share using smbmount. Copying this has been a dream with no sign of any problems at all. I think we will have to put this down to the MS Gateway
2000 Apr 27
0
smbmount - what permissions? (again)
Hello >Hello, >I am trying to give some users on a Linux machine the ability to mount >shares from an NT server. Eventually I would like them to be able to do >this with a gui tool like LinNeighborhood, but for now I am trying to >get the smbmount command working. > >I can mount the shares while logged in as root, but when I try logged in >as the user, I get 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.
1999 May 28
2
smbmount error
I posted a similar email recently regarding this. One thing has changed, however; I have upgraded my kernel to 2.2.6 (hence I'm now using the samba version of smbmount rather than the smbfs version). I get the error "no such device" when trying to mount a network drive. My command line is: smbmount "\\\\susangra\\c-hd" -c 'mount /mnt' the console text which
1998 Sep 04
0
Linux SMB Mount utils patch
Hi, I'm sure that you are all aware that the mount utilities that ship with samba are designed to compile and run only with Linux 2.1 series development kernels. I'll _try_ keep this short and sweet while doing my best to explain what I have done, since I have a tendancy to ramble on. I have two boxes, one Linux with libc5, and another with Linux and Glibc2 (aka libc6). The Samba
2001 Oct 29
6
Samba 2.0.7 problems (on RedHat 7.0)
Hi people,
1999 Jan 29
0
smbmount + linux 2.2 kernel
Hi- I'm finding a strange problem with smbmount (the one from samba 2.0, not the old smbfs) on the 2.2.0 linux kernel. I compiled samba with: --with-smbmount --with-automount --with-smbwrapper I am using Redhat 5.2, smbfs is compiled as a module, and mount is version 2.8a if that matters. smbmnt is installed setuid root as it should be. When I run "smbmount '\\machine\share'
2002 Jul 03
2
What's up with this
OK...Back ground... Wins server is nt4 client is redhat 7.3 latest and greatest samba 2.2 ok I work in a large network.1000 plus pcs in multiple subnets... I got rid of windows on my desktop and I am trying to get samba working with all those win9X,2000,NT boxes.... I see myself on the browse list but can not do a net view on any winx box to my linux box. I can nblookup windows pcs from my
2006 Oct 09
1
smbmount: mount() syscall gone bad ?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have seen a weird problem in one of my clients. The reported that when issuing a smbmount command (both client and server are CentOS 4.4), it would take up to 30 second for the mount to complete. To make a long history short, by using strace and the source, I noticed smbmnt is first calling mount() using ascii options for *data. Then that would
2000 Aug 02
1
smbmount errors
On Wed, 2 Aug 2000, Bojana Bjeljac wrote: (questions on use and bug reports are more appropriate in samba@samba.org, not on samba-technical. If you subscribed to samba-technical you may want to subscribe to samba@samba.org instead/also) > I have Samba 2.0.7 ( configured with "--with-smbwrapper" and "-smbmount" > options ), running on RedHat 6.0 and I mount Win2000