search for: ousername

Displaying 10 results from an estimated 10 matches for "ousername".

Did you mean: username
2006 Apr 20
1
Permission denied using mount.cifs
...er,pass=dkfhjdjskd It comes back immediately with: mount error 13 = Permission denied Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) However, the command below works. (abeit with about a 15 second wait before it comes back): mount.smbfs //osirus.ficticious.org/inetpub /inetpub -ousername=transfer,password=dkfhjdjskd Info from smbclient -L: OS=[Windows Server 2003 3790 Service Pack 1] Server=[Windows Server 2003 5.2] Anyone else familiar with this problem? Thanks, Steve
2009 Nov 01
2
Problem mounting CIFS shares with credential file after SAMBA update
...wd... but it doesn't work, i always get an error like (when i do mount -a): mount error 13 = Permission denied Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) (this is repeated for every CIFS share mounted in fstab) If i mount it "by hand" it works fine: # mount -tcifs -ousername=xxxx //192.168.0.100/xxxxx /media/xxxxx Password: And then, if i do a mount -a then works! (until i reboot, of course) # mount -a # Do anyone knows what is happening? Best, Jose Maria =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1...
2009 Apr 07
0
smbmount ignores noatime
When mounting a Windows share within Linux the noatime option seems to be ignored. I use the following command mount -tsmbfs -ousername=user,noatime //192.168.0.12/eclipse /mnt/tmp Each cat /mnt/tmp/testfile updates the last access time regardless if noatime specified or not. I'm running smbmount v2.0.7 on a old Suse production system, but I could reproduce the same behaviour with a current Ubuntu system using mount.cifs. So...
2005 Aug 26
1
Cannot copy Files > 2GB
Hi all I'm using Samba version 3.0623 on my rhel3 with kernel 2.4.21 I mounted a windows partition with the command "smbmount". Now I have the problem, that I cannot copying files which are larger than 2GB. The cp command starts and everything works fine until the 2GB are reached. Then the bash gives me the error: "The maximum file size is exceeded" the
2009 Oct 05
1
Can't compiling over CIFS Shares
...want to compile a C program into his home (mounted in CIFS), the produced executable can't be executed "./tst: cannot execute binary file". Tried on ubuntu-9.04 with mount.cifs 3.2.3 and mount.cifs 3.4.2. How to reproduce : 1- Mount a CIFS share on a workstation : # mount -t cifs -ousername=toto //192.168.0.10/toto TMP 2- Go to this mount # cd TMP 3- Write a small C program # vi main.c int main(int argc, char *argv[]) { return 0; } 4- Try to compile and execute them : a- First way : # gcc -o tst main.c Compilation OK # ./tst ./tst: cannot execute binary file b- S...
2018 Aug 02
2
Can't write to a samba share mounted as an AD user
Full disclosure: This is an exported share on a QNAP NAS device. [admin at outerdrive ~]# /mnt/ext/opt/samba/bin/smbstatus Samba version 4.4.16 PID Username Group Machine Protocol Version Encryption Signing ---------------------------------------------------------------------------------------------------------------------------------------- 14549 -1 -1
2004 Jan 09
3
samba: problem in copying directories with many files
Hi, We have setup samba share between XP and Redhat 8.0. We usually deal with copying directories with 1000 files over samba share. When we copy, we always find that few files are randomly skipped in copying and one has to copy few times to get all the files. Is this a known problem and is there any fix for this? Thanks. Suresh
2013 May 30
1
Need help with file corruption issue
...t; } } else { print "File is missing!\n"; exit; } unlink $filepath; } Here's the mount command and an illustration of the problem: # ifconfig | grep inet.addr | grep -v 127.0.0.1 inet addr:10.0.0.11 Bcast:10.0.0.255 Mask:255.255.255.0 # mount -t cifs -ousername=the_user,password=the_password //10.0.0.11/grid /root/grid # mkdir /grid/samba_stress_test; chown xen /grid/samba_stress_test # perl samba_stress_test.pl <snip a lot of successful comparisons> udCVYFNkc5... Same! /grid/samba_stress_test/udCVYFNkc5 : 0.07392498237819470.07392498237819470...
2018 Aug 02
2
Can't write to a samba share mounted as an AD user
...sort = desc shadow:format = @GMT-%Y.%m.%d-%H:%M:%S smb encrypt = disabled strict allocate = yes streams_depot:check_valid = yes mangled names = yes admin users = admin only = > Is it part of a domain ? > Yes. Let's call it ACME. I am mounting with my login ACME\alex via: sudo mount -ousername=alex,domain=acme.com,vers=2.1 // outerdrive.acme.com/Public /mnt Linux client is latest 7.5 CentOS. -aps
2003 Dec 01
0
No subject
...info/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe> List-Archive: http://lists.samba.org/pipermail/samba/ I am about to introduce a linux workstation into an NT network. 1) I can mount a share on an NT server as root, but not as a user: # smbount //server/share /mnt -ousername=username/workgroup%passwd load_client_codepage: filename /usr/lib/samba/codepages/codepage.850 does not exist. load_unicode_map: filename /usr/lib/samba/codepages/unicode_map.850 does not exist. cannot mount on /mnt: Die Operation ist nicht erlaubt (Means "no permission") smbmnt failed: 1...