similar to: Does smbmount support timeout equivalent to nfs "soft" mount ?

Displaying 20 results from an estimated 10000 matches similar to: "Does smbmount support timeout equivalent to nfs "soft" mount ?"

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
2001 Nov 04
1
smbmount/mount interaction
Hello, I'm looking for some (user & technical) feedback on a change I'm considering on how mount and smbmount works together. The current way mounts are done are: mount -t smbfs ... => smbmount ... => smbmnt Possibly without the mount step. smbmount stays as a daemon and reconnects when asked (unless it crashes). Problems: - Some mount options should affect if the mount
2001 Dec 16
1
smbmount and ownership of dir for mounting
Why can a user only mount on a directory which he owns with smbmount? Surely write permission should be enough worst case and likely this too should not be required. Other mount code allow mounts to occur without ownership (for example the CD-ROM mounting to /mnt/cdrom when ANY user types mount /mnt/cdrom without either ownership or write permission). It seems inconsistent. If the problem is in
1999 Apr 10
1
linux-2.2.5 + smbd-2.0.3 + smbmount-2.0.x
hi ya samba-gurus.. I'm currently using Linux-2.0.35 to backup NT boxes... linux-2.0.35 + smbmount-2.0.1 works find for things like smbmount //NT/C /NT_mnt ...etc... find /NT_mnt -mtime -1 | tar zcvf /backup/foo.tgz -T - but it fails miserabley on linux-2.2.5 w/ smbmount-2.0.x w/ smbd-2.0.3 ( smbmount from smbfs and samba-2.0.3 ) - some linux programs will change all your time stamps on
2000 Jun 07
1
2.0.05a smbmount problem
I think that I have found what I consider a bug using smbmount 2.0.05a that came with linux 6.1, and also have a question at the end of this e-mail. I can successfully mount a shared drive from a windows NT machine using the following format. smbmount //computername/sharedfolder /mountpoint -U username%password I can manipulate folders and files from the linux computer with no problem. However
1999 Oct 11
2
linux 2.2.x and smbmount 2.0.5a: Win95 bugfix?
I have become quite confused about the interaction of the kernel versions and the different versions of Samba and smbmount. I have just upgraded to a 2.2 kernel. 'make menuconfig' gave no choice by which to enable the Win95 bug workaround. At the same time, smbmount 2.0.5a, which seems to be the proper one for a 2.2 kernel (it's the latest provided by Debian, under the name
2000 Jan 18
2
SMBMount v2.05a
Hi I have two different distributions running, RedHat 6.0 and Slackware 7.0. Both machines are running Samba 2.05a. When I try the smbmount command on the RedHat machine, it has no problem mounting the smb service. RedHat 6.0: works: smbmount //win95machine/c /mnt/c failed: smbmount "\\win95\c" -c `mount /mnt/c -u 123 -g 456` Slacware 7.0: failed: smbmount //win95machine/c /mnt/c
2003 Apr 16
2
smbmount often doesn't go daemon
Hi, Since i upgraded to Linux Redhat 9.0 / samba-2.2.7a-8.9.0 / kernel 2.4.20-9 i have the following problem: # smbmount //amd/Films /mnt/disk -o username=jan,password=XXXXXX # In 50% of the times i do this command it mounts the share and goes into daemon mode and ps -aux shows one process smbmount. All ok. However in the other 50% the command just hangs. If i open a new window it did do
2000 Apr 03
2
problem compiling 2.0.6 --with-smbmount
I have built, installed, and run 2.0.6 successfully without smbmount, but want to do it with this time. I know that it's not part of samba, but am hoping someone can tell me if I'm making a simple mistake. It's possible that it's not even samba related. I'm a novice at this and have not gotten very good at figuring out what's wrong when something doesn't build
2007 May 03
3
smbmount
I installed samba on a PC running SuSE 10.2, using the version from the SuSE 10.2 repository (3.0.23). All very nice, except smbmount is missing. As I understand it, this would seem to be because the version offered had not been compiled with the --with-smbmount option. Is my interpretation correct? And if so, how can I fix things? Do I have to download the source and do my own compilation
1999 Nov 01
1
smbmount syntax for 2.0.5a
I've got a SuSE 6.2 Linux server, which now comes with Samba 2.0.5a. I'm having problems with scripts that used to run under 2.0.2. I've tried digging around on newsgroups, the manpages, and the Samba web site and can't seem to find everything I need to do to mount a share (from an NT 4.0 server). When I issue the following: smbmount //server/share -I dest ip -U user%pswd -c
2003 Jul 05
1
smbmount 2GB file size limit ?
Hi, I'm running RH9 with kernel 2.4.20 and Samba 2.2.8a. I can copy files larger than 2GB from Windows to Linux and vice versa through Samba. However, when I copy >2GB files from one Linux machine to another (using smbmount to mount) I get "File size limit exceeded" when 2GB is reached. It looks like the problem is with smbmount. Is there a 2GB file size limit with
2000 Jun 13
1
a bug in smbmount
Hello All! There was a problem: then the samba server goes down, the smbfs tries to reconnect only once. Then the server returns online the smbfs dont restore connection and say "I/O error" without keeping trying to reconnect. I found that there is no problem in smbfs kernel module. Each time it got CONN_INVALID, it send SIGUSR1 to smbmount daemon, which has to restore connection. The
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() -
2006 Jun 02
4
smbmount and win2003 sp1
Hi All: I encountered a problem with smbmount and win2003 sp1. Before I upgrade sp1, everything works fine. But after sp1, smbmount = can't work. The command and error message are as follows: smbmount //localhost/share1 /tmp/mountest -o = username=3Ddomainu1,password=3Dpassword ERRDOS - ERRnoaccess (Access Denied.) SMB connection failed I also checked the release note about the issue, and
2002 Mar 10
1
Hungarian codepage problem using smbmount
Dear Samba Developers, Dear Urban, This was my original letter. I hope you get it correctly this time. Maybe it was too big, now I reduced the size of this letter. My goal is to make a Linux fileserver up and running with automatic archiving functionality in a mixed Windows 2000 - Linux network and since the beginning of February I could not solve my problem, so I write to you hoping that you
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
2000 Jul 21
1
Reg Smbmount.
Hi, Iam using Red hat linux 6.1 with samba version 2.0.7 .I had compiled and used it,and also used the patch given for smbmount.c by Urban.But Strangely the smbmount version is still version 2.0.5a.Is this the correct version for smbmount since i thought when i upgraded samba from 2.0.5a to 2.0.7 smbmount would also be upgraded.Because iam still facing some problems in using smbmount.If iam
2003 Nov 26
2
smbmount discontinued?
In a past thread I've notice that smbmount (and mount's suport for it) will be discontinued and smbclient should be used insted. Sorry if the question is too lame but I use it in some of my systems now and I think I'll have trouble porting then to smbclient. Is smbmount been removed because it relays on kernel smb support? Samba will not need smb support in kernel in the
1999 Jul 19
1
Horrible smbmount problem
Hello, I have a problem with smbmount between two Linux (both: RH 6.0, kernel 2.2.9, samba 2.0.4c) boxes. When I use smbmount, the share loads and I can read files just fine, but when I copy ("cp file") to the share, the first 512 bytes of the file are copied and then the copy just freezes there. Trying several times to kill -9 the process didn't work. I had to reboot the server.