similar to: Can CIFS files in read only mode be cached by client?

Displaying 20 results from an estimated 40000 matches similar to: "Can CIFS files in read only mode be cached by client?"

2012 Oct 23
0
[2.2-UNSTABLE] compilation error: 'POSIX_FADV_WILLNEED' undeclared
Hi -- I am trying to compile 2.2 (acd76b5272e9) at FreeBSD 9.0: | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I/usr/local/include -std=gnu99 -O2 -Wall -W -Wmissing-prototypes \ -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 \ -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 \ -I/usr/local/include -MT fs-posix.lo -MD -MP -MF
2016 Apr 14
0
[PATCH 1/2] utils, builder: Add wrappers for posix_fadvise.
Add wrappers around posix_fadvise and use them in places we were calling posix_fadvise directly before. Also in virt-builder we were doing this (and ignoring the result): posix_fadvise (fd, 0, 0, POSIX_FADV_RANDOM|POSIX_FADV_DONTNEED); However the POSIX_FADV_* flags are _not_ bitmasks! In fact POSIX_FADV_RANDOM|POSIX_FADV_DONTNEED == POSIX_FADV_NOREUSE so we were giving a completely
2011 Mar 31
0
Message file prefetching to memory
I added a new mail_prefetch_count setting to Dovecot v2.1 (http://hg.dovecot.org/dovecot-2.1/). Its main purpose is to avoid unnecessary latency while waiting for replies from remote server with imapc, i.e. instead of doing (FETCH, wait, FETCH, wait, ...) it can do (FETCH, FETCH, .., wait). For the same reason it's also going to be very useful once I add support for key-value databases / other
2009 Dec 21
3
DO NOT REPLY [Bug 7004] New: Use posix_fadvise to free cached file contents when done
https://bugzilla.samba.org/show_bug.cgi?id=7004 Summary: Use posix_fadvise to free cached file contents when done Product: rsync Version: 3.0.6 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: ted at
2010 Apr 06
1
CIFS VFS: Send error in read
Hi, I get while installing windows XP on a I ball Laptop using unattended (http://unattended.sourceforge.net/) *** Trying mount.cifs \\ntinstall\install /z -o username=guest,ro,nocase CIFS VFS: No response to cmd 46 mid 13 CIFS VFS: Send error in read = -11 CIFS VFS: No response to cmd 162 mid 17 CIFS VFS: No response to cmd 162 mid 21 CIFS VFS: No response to cmd 162 mid 25 CIFS VFS: No
2016 Apr 14
3
builder: posix_fadvise fixes.
The way we used posix_fadvise was wrong, and yet right! Rich.
2020 Apr 09
0
[PATCH nbdkit v2 1/3] file: Move file operators to a new common/fileops mini-library.
Writing "file-like" plugins is hard because you have to implement your own .zero, .trim, .extents, etc, and that is very complicated. However implementations of these functions already exist in the file plugin. By factoring out the file plugin into a separate "fileops" mini-library we can reuse these implementations in other plugins. This refactoring commit creates a new
2007 Jun 14
0
cifs mount issue (cannot read files)
In version 3.0.23a (as a file server), I've noticed that CIFS clients (mount samba shares as cifs) get read errors. For example, if the vi a text file on the share, they get a read error. If the more a text file, nothing comes back, but the prompt. In 3.0.10 (pre configured by Centos, not compiled by me) this is not a problem. Here are my 3.0.23a options during configure:
2007 Dec 07
0
Setting read/write file access on cifs mounted file system
I'm accessing a cifs mounted file system (on a MS Windows XP machine) from my CentOS 5 box. I can't edit/save files on the remote cifs system using OpenOffice etc, although I can copy/paste whole files OK (ie from CentOS to cifs). I've looked at the permissions on the mounted cifs and see that I have folder access "create and delete files" but not file access (the setting is
2006 Jul 05
3
Suse 10.1 with samba servers 3.0.22 & 3.0.23rc3 only seen by Suse 10.1 samba client as cifs
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have a Suse Linux 10.1 X86_64 server that is destined to work with a mixed bag of OS/2, Windows and Linux clients. For this reason, I have again chosen to use the SMB protocol, which mandates the use of samba. I started with samba 3.0.22, but ran into some glitches so migrated to 3.0.23rc3. My Linux client is running Suse 10.1 X86_32 with samba
2020 Aug 08
0
Re: [PATCH nbdkit] plugins: file: More standard cache mode names
On Sat, Aug 08, 2020 at 01:24:02AM +0300, Nir Soffer wrote: > The new cache=none mode is misleading since it does not avoid usage of > the page cache. When using shared storage, we may get stale data from > the page cache. When writing, we flush after every write which is > inefficient and unneeded. > Hmm. This isn't actually what the cache=none parameter is currently doing.
2005 Jan 28
0
CIFS with Kerberos and client signing
Hi, I'm trying to mount a Samba share on Linux 2.6.10, using samba-3.0.7. The authentication is done using Kerberos V5, on a Windows server. The share is located on a Solaris server that uses samba-3.0.10. Authentication with Kerberos is functional (I can get a ticket using kinit(1)). The server requires client (packet?) signing. The admins in charge of the server refuse to make it
2012 Feb 15
1
mount.cifs gives error 13 after changing servers -- hidden cache??
A sysadmin moved a share from one Windows server to another. I am now getting error 13 when trying to mount the share from the new server. The following worked before the server was replaced: mount.cifs //ipaddress1/share1$ /mnt/share1 -o credientials/home/whatever/.smbcredentials,rw mount.cifs //ipaddress2/share2$ /mnt/share2 -o credientials/home/whatever/.smbcredentials,ro Change: server
2004 May 22
0
cannot write to but read from shares with mount.cifs
Hi list, we have a file server on which Win2k3 (EE) is installed. I can mount my home drive from a linux machine (gentoo with samba-3.0.2a-r2 installed) with my windows account data and mount.cifs. Then I can read files or navigate through the dirs. But if I try to write a file I get "permission denied". If I do the same thing as Administrator no error occurs. Well, one could say
2005 Mar 08
0
Re: [linux-cifs-client] Mounting directories below share level
On Friday 4th March 2005, Steven French said, in part: > I did some experiments and confirmed that for this "deep mapping" > (http://www.windowsnetworking.com/articles_tutorials/w2kdmap.html) mount of > a complex target ie \\server\share\dir > 1) the path component following the share name is not sent by windows (it > is sent by linux cifs and smbfs - and samba then
2006 Oct 31
1
CIFS mounting - can a remote directory be specified?
Hi all, I'm trying to mount a Windows share, which I am able to browse successfully with smbclient, with mount.cifs. I run smbclient as follows: $ smbclient //host/share$ -U user -D dir -W DOMAIN -D being the remote directory changed to before the smbclient shell appears (as I understand it) - this works fine. I'm running mount.cifs as follows: # mount.cifs //host/share$ local/ -o
2003 Jan 16
0
msdfs samba client - Linux CIFS Client
Hello, my company recently changed the stucture of some shares (Win2000). Since then, we are not able to access these shares from Linux/Solaris anymore. I tried smbmount and smbclient and can access the top-level directory of the share and see the directory structure, but I can't see any data inside these directories. A few days ago, someone told me that msdfs is used for the new structure
2015 Jul 14
0
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
On 14/07/15 16:49, Mario Pio Russo wrote: > > Good Day All > > I have a problem for our main fileserver base don samba 3.5.6 > > Let's give a bit of pregress first. We had a samba 3.5.6 installation which > was acting as a PDC for our internal domian called CCDC. On a sapearate > machine, we had another installation of samba 3.5.6 to act just as file > share server.
2007 Oct 13
0
"CIFS VFS: server not responding" with some client/server combinations
I have the following, very strange problem, which I'll try to describe now: A Samba server running Debian Etch with latest updates. Different clients one running Etch with latest updates, too. The other one runs either Ubuntu (don't know which version because it's not my installation, but quite recent) or the older Debian 3 but with a recent vanilla kernel (either 2.6.20.1 or
2019 May 24
0
FW: Weird Samba/CIFS behavior: client hangs
I've tried straight the IP into the share \\x.y.z.k\, same behaviour. The server is smbd 4.7.6 on Ubuntu 18.04. The client is cifs-utils 6.8.2, samba-common 4.10.0 on Ubuntu 19.04 What i get on dmesg is [ 1395.187394] CIFS VFS: Server x.y.z.k has not responded in 120 seconds. Reconnecting... Server's smb.conf: [global] unix extensions = yes case sensitive = auto delete readonly = yes