similar to: Help with smbmount Please

Displaying 20 results from an estimated 10000 matches similar to: "Help with smbmount Please"

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
1999 Apr 28
2
smbmount doesn't work
Hi, Thanks for answering my question on the new smbmount not working. I tried all variety of combinations on the commands you suggested, but they all simply do this: % smbmount -c //server/share 'mount /mnt/samba-share -n CLIENT -U user' Usage: smbmount service <password> [-p port] [-d debuglevel] [-l log] Version 2.0.3 -p port connect to the specified port
2000 Jul 14
1
smbmount intermittent problems
I use smbmount to mount a number of NT shares from around a global network in order to sync from a master distribution which resides in linux. Specifically... uklnxsrv$ smbmount //NTSRV/share -c 'mount /tmp/temporary_mount -u 502 -g 510' -U guest%guest_passwd Frequently it works well, but from time to time the mounted NT share, for lack of a better word gets corrupted. Here are the
2006 Mar 16
1
Patch: patches for smbmount opton documentation ( smbmount.8.xml )
Hi, I use samba on Linux 2.6 and 2G over size file sharing. It seems smbmount '-o lfs' need to use with large file. but default man page doesn't say this option. I want to edit smbmount.8.xml for lfs and unicode option. I believe using mount.cifs is right way on latest Linux. But one of the implementation smb_clients tools take this lazy option. Is it right way to change of man page
2003 Mar 07
2
How to smbmount a share on a domain
I'm running samba 2.2.5 on a RedHat 8 box. I need to mount a share from a PC that is on a domain that the linux box is not a part of. Normally with another PC you would specify your username as DOMAIN\user, how do I do this with smbmount? I've looked at the documentation, google, etc. I can't find anything. Is this even possible? Here's what I've tried: smbmount //dd192/PM
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
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
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
2005 Jun 22
1
Problem with smbmount and windows xp
For long time I used to smbmount my windows-xp share from my SuSE-Linux machine with smbmount from samba 2.2.12. Now I changed to debian-linux with samba 3.0.13. The smbmount-cmd: ' smbmount //winxp/share /unix-dir -o username=user,password=xxx,ro' returns no error. with 'mount' I see the mounted win-share. But when I try a 'ls /unixdir' I get a 'Permission
2005 Dec 17
1
Using smbmount in a script - no return value
I'm trying to periodically mount an XP share on my linux box, and I've noticed that smbmount doesn't return a value so I can't test for success in my shell script: #!/bin/bash smbmount //NonsenseShare /bad/mnt/point || echo "error with smbmount" In this case smbmount silently fails. I searched the archives and found a couple of messages about smbmount demonizing
2007 Mar 17
2
CentOS-4.3 Install Fails
I'm using the same CD's that I've used to install CentOS on my other systems. After the first failure I had the installation verify the install media just in case. It passed. I've tried the default install (used for all previous installs) and the i586 option (after googling). They both fail in the same way. Here is a transcript of what is output to the screen: Running
1999 Nov 24
4
smbmount from fstab
I've seen several references to running smbmount from /etc/fstab, but I've never seen an example. Does anyone have an example fstab entry that does this? Thanks Steve Litt
1999 Sep 17
1
Compiling with smbmount option
We have downloaded the samba 2.0.5a source from net and tried to compile with the smbmount option, which is what we need for mounting. The following wor " ----------- client/smbmount.c: In function `send_fs_socket` : client/smbmount.c:295: storage size of `conn_options` isn't known client/smbmount.c:314: `SMB_CASE_DEFAULT` Undeclared (first use this function) client/smbmount.c:325:
1999 Mar 31
1
No subject
Can someone explain why smbmount under Samba-2.0.3 (compiled under GNU/Linux Slackware, kernel 2.2.5, egcc 2.90.29) compiles smbmount, however, when I run smbmount, it's really smbclient? If I can't use smbmount, then I can't mount my NT server. smbsh isn't worth crap, it always segfaults on me. I'm running libc5.5.46. Can anyone help me? "There are 3 things to remember
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
2000 May 25
2
smbmount questions
Howdy all: I'm trying to use smbmount to mount a win9x share and copy some files for backup, eventually to run as a script invoked via cron. I have RH6.1/samba 2.0.5a, and the windoze box is win95b. If I do the standard mount (smbmount //winbox/backup /mnt/smb04) I have to be root. Also, after it's mounted, I can't create any files there as a normal user (even though the
2003 Jan 30
3
Smbmount for Solaris 8?
I see that smbmount is for Linux only. I have a need for a Solaris 8 Sun to see a Win2k shared volume, currently as read-only. So I have a few questions: - Is there a read-only capability of smbmount for Solaris 8? - Is there a Solaris 8 version of smbmount in development? Is so, when would it be released? - Can you name any commercial packages that offer the ability to mount NTFS file
2002 Feb 27
2
why I don't have smbmount????
hi all I had compiled samba 2.2.1a and it is working... but when I tried to mount a share from my windows 2000, it happened I don't have smbmount!!!! do you know what happens? I compiled it with configure make make install Do I need a option for compile smbmount.c??? I hope U can helpme pleas?
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 Nov 17
3
file permissions and smbmount
I'm using Samba 2.0.6 on a Linux server. When using smbmount or mount to mount a share from an NT server, how do I set file permissions. An older smbmount allowed a -d and -f switch to set the file permissions. The newest one does not support these. The man pages for smbmount and smbmnt mention using syntax that does not work. I finally have gotten the mount command to work, but now I