similar to: smbmount problems

Displaying 20 results from an estimated 9000 matches similar to: "smbmount problems"

2001 Apr 05
1
[Fwd: smbmount problems]
BTW, I am using samba-client-2.0.7-4 and Redhat Linux 6.1 (linux 2.2.12-20). -Sudheer Sudheer Tumuluru wrote: > Hi, > I have an NT machine running an application which refreshes a > text file every minute or so with fresh data. The directory containing > this file is shared so that I can do an smbmount. I have a linux machine > which runs a program to interpret this file.
2002 Jun 11
1
smbmount and win2k permissions
> From there, you can use smbmount to mount SMB shares (from > Windows systems or Samba servers) in your Linux filesystem. smbmount works fine : $ smbmount //DOMAIN_controler/sharedir /home/toto/smb -o credentials=/home/win2k/DOMAIN/toto/.smbpw,uid='DOMAIN+toto',gid='DOMAIN+Domain users',fmask=664,dmask=775 The user toto is a domain user authenticated from the Win2k server.
2003 Nov 21
0
smbmount and credentials file
I have a small LAN: SuSE 7.2 with Samba 3.0 and a W2K box. What I can do: I can create shares from the W2K box that make files from the Linux box visible. I can also manually mount (using % smbmount ... ) from the command line as root. Here is where I run into problems. The only way I can mount a partition via smbmount is if I use the username=user%passwd option. If I attempt to setup a .smbpw
2004 Sep 21
0
Incorrect Permissions/Owner on smbmount
I am running a Samba fileserver (Redhat//pandora/pub /mnt/pub smbfs credentials=/etc/samba/smb.auth,uid=1000,gid=100,fmask=666,dmask=777,debug=9 0 0 9 kernel: 2.4.20-24.7, smbd ver: 3.0.0). I am now trying to mount a share on this server on another Linux machine (SuSE 9.1 kernel 2.6.5-7.108, smbmount ver. 3.0.7). I would like to have the share automattically mount on startup using an /etc/fstab
2001 Apr 06
2
Samba-2.2.0alpha-3 and smbmount
Hi All, When I use smbmount to attach a NT 4 Server's drive C:, I use the following command: smbmount //inet_server_1/C$ /mnt/server1 -o username=xxxxxx,password=xxxxxx,fmask=700,dmask=700,nosuid,noexec now, if I am su'd to root, and do a df -h I get: Filesystem Size Used Avail Use% Mounted on /dev/hda1 6.7G 2.5G 3.8G 39% / //inet_server_1/C$ 7.8G 3.2G
2002 May 21
0
FW: smbmount question
Nevermind...need to read the whole msg... I didn't notice you were installing WINS on the NT box...hence the reboot. Standard practice for Winxx: 1. Install, reboot 2. Update, reboot, repeat.... I support about 25 pc's-it annoys the hell out of me how MS manages updates. How many Internet Explorer security updates have there been so far this year-22? Each one of them requires a
2003 Sep 04
0
security issues wint smbmount
Dear sirs/madams, I am using smbmount (mount -t smbfs) version 2.2.8a for mounting shares from a Windows 2003 server on a Linux machine. This works fine, but there seems to be a security problem; ordinary users can write to files, even when the Unix protection does not allow this. The user cannot remove the file or create a new one, but can do what he/she wants with an existing one. Is this a
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
2001 Mar 07
2
smbmount - file permissions on RH7
Greetings in Christ our Saviour. I am having an enormous amount of difficulties trying to do something that should be quite easy. Obviously, I am missing something. I have read everything I can find on this, and have tried everything I can think of and more... I am trying to mount a Win98 drive on my Redhat 7.0 box. The mounting is no problem. However, when I log into my user account and try
2004 Apr 21
2
help with smbmount and permissions
ok, on my windows machine, i see: myname on 'computer01\home' (H:) so i went to my linux box and did: smbclient -L //computer01 -U myname and i see Home listed as a sharename (why does windows show it as "home" but its really "Home" as reported by smbclient?). well everything works fine if i mount it like this: smbmount //computer01/Home /mnt/computer01/Home -o
2008 Feb 13
5
Wrong perms on new files/dirs using smbmount
Greetings- I am working through coming up with a Linux client integration to Samba PDC's. I mount several shares with this sort of syntax: /bin/mount -t cifs -o credentials=/home/userid/.smbcredentials,uid=userid,gid=userid,dmask=0777,fmask=0666 //ldslnx01/data /mnt/ldslnx01/data/ However when I create new files/dirs on the Samba share from the Linux workstation, the perms are not 0666/0777
1998 Aug 24
10
smbmount problem
Hello. I hope that this is the proper place to ask this. Here is my problem. I have several smbmounts under Red Hat Linux 5.1. They need to be accessed by my apache web server. One of the mounts keeps getting disconnected, but this is not noticed by Linux. So the Linux box thinks that the files under the smbmount are still accessable when they aren't actually mounted. What would be the best
2003 Sep 08
1
Problems deleting directories on smbmounted partitions
Hi, I'm having some odd problems with samba in combination with fam. On my linux system I have mounted some partitions that are shared by a Win2k machine on my LAN. With any GUI filemanager using fam I can create files and directories, but I can't delete directories, only files. If I try to delete a directory, it just doesn't work. If I try to delete a directory containing files,
2002 Jun 10
3
smbwrapper or smbmount ?
Hi ! The O'Reilly "Using Samba" book, recommend not to include smbmount support as it is for Linux only: "This feature wasn't being maintained at the time the book was written, so the Samba team made it an optional feature and provided smbwrapper instead. The smbwrapper feature works on more Unix platforms than smbmount, so you'll usually want to use --with-smbwrapper
2000 Jul 05
1
Bug in smbmount?
Local software is: samba-client-2.0.7-4 samba-common-2.0.7-4 samba-2.0.7-4 on RH 6.2 plus fixes, kernel is 2.2.16-3 NT server is 4.0 SP4 As root I can mount an NT share onto the Linux system: /usr/bin/smbmount '//ntserver/myshare' /mnt/test -o username=mylinuxuser,password=something,uid=myntuser,workgroup=CMP But the mount point gets forced to mode 555 instead of 755. It's not an NT
2004 Oct 29
5
Problem with smbmount
Hello list, I have a problem with my samba shares. I have a server with samba installed on it (3.0.7-Debian). I have workstations under wxp and workstations under linux. I have a common share which looks like this : [Archive] available = yes valid users = user1, user2 comment = Repertoire Archive browseable = yes write list = user1, user2 writable = yes admin
2006 Dec 17
1
fstab based shared user mounts not possible
Hi! I first reported this issue as http://bugs.gentoo.org/136272 Mounting windows shares as a normal user causes quite a lot of trouble for me, using samba 3.0.22. I have this entry in my /etc/fstab: > //workstation/share /mnt/mountpoint smbfs \ > user,noauto,username=un,password=pwd,uid=un,gid=users,\ > fmask=660,dmask=770,codepage=850 0 0 With a root owned mount point I
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
2002 Mar 07
0
smbmount problem?
I have this: mount -t smbfs -o username=rharris,rw,uid=rharris,gid=500,fmask=640,dmask=750 \ //fileserver.lsv.raindance.com/departments +/wmnt/fileserver/departments (all on one line though, the backslash in for readability) When I run that I get this: INFO: Debug class all level = 2 (pid 24219 from pid 24219) can't determine netmask for 127. added interface ip=10.10.117.230
2003 Apr 10
1
"Device or Resource Busy" when deleting folders
Hi all, I have set up an LTSP environment (www.ltsp.org) for a small group of users who have migrated from WinXP. As part of the setup, and during the transition, I have created a number of folders in each user's home directory which are mapped via SMBMOUNT to the NT domain controller's home directories, and various shared data folders. When each user logs into X, a script is run