Displaying 20 results from an estimated 2000 matches similar to: "Unable to share .Personal"
2008 Aug 16
2
Cannot mount cifs mounts automatically....
Using samba 3.2.1, when trying to mount cifs mounts at boot from in
the /etc/fstab, I get the following error in my syslog:
CIFS VFS: cifs_mount failed w/return code = -22
After enabling debugging from the /proc interface, I get this:
fs/cifs/cifsfs.c: Devname: //skuld.tolharadys.net/greeneg flags: 0
fs/cifs/connect.c: CIFS VFS: in cifs_mount as Xid: 10 with uid: 0
fs/cifs/connect.c:
2008 Nov 19
1
Assistance needed on using mount.smbfs (cifs) to authenticate to samba server with encrypt passwords = No.
Greetings,
I am working on getting mount.cifs version: 1.11-3.2.4 on debian to
mount a share on a samba server Version 3.0.13-1.1-SUSE on SuSe. This
was working on older debian systems, but upon upgrading some of the
systems to Lenny I am now having trouble mounting shares. Again, this
was working and I have smbfs installed on the systems (which is what I
used before).
The samba server is set
2012 Aug 16
1
CIFS mount intermittently unavailable: cifs_mount failed w/return code = -5
I have a debian machine called "debian" and a windows XP machine
called "server". I have a permanent mounted read-only share called
\\server\doc. My /etc/fstab looks like this:
//server/doc /opt/chroot/mnt/server cifs
credentials=/root/.smbmount,username=medical,uid=medical,file_mode=0755,dir_mode=0755,noserverino
0 0
This works well most of the time but at times I get a
2019 Apr 05
0
cifs-utils release 6.9 ready for download
This is a big release that contains many functional changes that are
aligned with the recent work done in the Linux SMB3 kernel client. These
changes mostly aim to improve user experience by unlocking new features
available in modern SMB3 servers:
- smbinfo utility is added to query various kinds of information from
the server (objectId, snapshots, different FileInfo* classes and other
2019 Dec 17
0
cifs-utils release 6.10 ready for download
New version 6.10 of cifs-utils has been released.
Highlighted changes:
- smb3 alias/fstype is added
- smb2-quota tool is added to display quota information
- smb2-secdesc UI tool to view security descriptors is added
- smbinfo is enhanced with capabilities to dump session keys and
get/set compression of files
- smbinfo bash completion is supported
- getcifsacl tool is improved to support
2010 May 06
2
Failed to mount CIFS from Windows Vista/7 with sec=ntlmv2 on Linux
Hello :-),
I have some problem with the cifs client of linux.
I can't mount a volume from a Windows 7 machine with NTLMv2 authentication. e.g.
# mount -t cifs //win7-box/C\$ mount-point --verbose -o
sec=ntlmv2,credentials=smb-passwd
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
#dmesg | tail
Status code returned 0xc000000d
2020 Apr 15
3
Samba Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE SessSetup = -13
Hallo,
perhaps someone hat a hint vor me.
My centos 7 samba Server ist working fine using Win10 Clienst with
Domaine-Integration.
Shares are browseable and access is possible with a sepearte login.
My problem:
I want to mount this shares from a centos7 client.
This fails with the following mesages.
I tried several variations in my fstab found in the internet.
Can anyone give me a hint to to
2020 May 20
1
[PATCH] nouveau/hmm: fix migrate zero page to GPU
On 5/20/20 12:20 PM, Jason Gunthorpe wrote:
> On Wed, May 20, 2020 at 11:36:52AM -0700, Ralph Campbell wrote:
>> When calling OpenCL clEnqueueSVMMigrateMem() on a region of memory that
>> is backed by pte_none() or zero pages, migrate_vma_setup() will fill the
>> source PFN array with an entry indicating the source page is zero.
>> Use this to optimize migration to
2009 Feb 05
1
Question about mount.cifs and smbclient
Hi!
I have a problem for a few weeks, and can't figure out what could be the
problem.
The client computer runs RHEL 5.2 (arch: x64_64); the smb server is
unknown for us.
I'm sorry, that I can't provide any info (usernames, servernames, IPs,
etc), they are masked to look like variables. But they are correct as
far as i am concerned.
When I try to mount it with mount.cifs (.smbfs
2020 May 20
2
[PATCH] nouveau/hmm: fix migrate zero page to GPU
When calling OpenCL clEnqueueSVMMigrateMem() on a region of memory that
is backed by pte_none() or zero pages, migrate_vma_setup() will fill the
source PFN array with an entry indicating the source page is zero.
Use this to optimize migration to device private memory by allocating
GPU memory and zero filling it instead of failing to migrate the page.
Signed-off-by: Ralph Campbell <rcampbell at
2003 Oct 23
0
Samba 3.0.0.-2 logon script not running!
Help
..
I've struggled with this for a few weeks and can't get anywhere. I'd like for someone to point me in the right
direction, if possible.
I have laid out below my complete samba setting in the hope that
1) Someone can find a solution to my current problem
2) It might help someone else, as I overcame a few problems with these settings myself, under samba 2.2.8a.. please note
2003 Jun 28
3
Listing samba 2.2.8a (redhat 8) verables to a text file
I have been using samba for a while now with great sucesses it has replaced my Windows 2000 server completely, I am using
a mix of windows98, 2000 and XP with no problems.
However i would like to do two things,
1) print samba veriables to a log file in a location of my choice
2) When a windows test user logs on, i would like to display a windowed dialog box showing the verious samba veriable
2011 Oct 07
3
SMB Signing issues... smbclient works, mount does not...
Hi All,
I seem to have exactly the same problem which was described in this thread a
while ago. I have gone through every piece of information I was able to find
on mailing list archives but all I found was people reporting similar
problems and not a solution to it.
As in the original discussion if I use smbclient it works fine but if I use
mount.cifs it does not work at all. To make smbclient
2010 May 06
1
Failed to mount CIFS from Windows 7 with sec=ntlmv2 on Linux
Hello :-),
I have some problem with the cifs client of linux.
I can't mount a volume from a Windows 7 machine with NTLMv2 authentication. e.g.
# mount -t cifs //win7-box/C\$ mount-point --verbose -o
sec=ntlmv2,credentials=smb-passwd
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
#dmesg | tail
Status code returned 0xc000000d
2015 Jul 15
2
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
On 15/07/15 15:10, Mario Pio Russo wrote:
> OR
>
> is there any way, or magical hidden parmeter in the smb.conf that allows to
> enumerate the users in the Domain Users? tbh this has a huge impact on the
> file share server as many directorys have "domain users" as group
I don't think you understand this at all :-)
If a user is a member of an AD domain, then they are
2015 Jul 15
2
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
ok, what do you suggest then? maybe changing the authentication to another
group like "domainusers" ?
___________________________________________________________________________________________
Mario Pio Russo, System Admin SWG IT Services Dublin, Phone & FAX: +353 1
815 2236, eMail: mariopiorusso at ie.ibm.com
IBM Ireland Product Distribution Limited registered in Ireland with
2008 May 01
2
CentOS 4.5 - mounting remote windows fileserver using smb or cifs
Hi
I need to mount a windows share on a CentOS 4.5 box running stock kernel
etc - I have tried using cifs and also smbfs
My fstab looks like
//share/name /mount/point smbfs username=user,password=password,uid=useridhere 0 0
or the same using cifs
When i try and mount that i get the following errors depending on the share type
smbfs: mount_data version 1919251317 is not supported
CIFS
2015 Jul 15
2
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
I have some more findings about this
it looks like getent does not get the right information from the Domain
Controller, in fact the domain user groups shows with NO member users:
getent group | grep "domain users"
domain users:x:10000:
root at seadog:~#
Now funny thing is that other folders for wwhich getent retrieves the users
correctlly are mounted fine . any idea why I don t see
2004 Mar 07
2
CIFS, fstab, credentials
Hi,
I just installed CIFS support on my machines and must say it works much better
than smbfs. special characters alright, transfer speed doubled (from 2.8MB/s
to 5.6MB/s on 100MBit).
There's two issues tho I haven't been able to root out:
-credentials file: tried username=<username> and password=<password> in
/etc/credfile, tried user=<username> to match the
2015 Jul 14
2
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
well, I have configured the kdc client on the file server, joined the
domain using net ads join and it worked fine, again getnet group , getnet
passwd , wbinfo -u they all works perfectlly fine
I am also able to browse the shares from any windows machine joined to the
CCDC domain, but I am still not able to do ANY mount.cifs, not even form
linux boxes joined to the domain :-/
I have no idea