Displaying 20 results from an estimated 10000 matches similar to: "Bug when copying files from a Samba directory mounted by cifs"
2020 Apr 23
2
CIFS VFS: in dmesg when Linux accesses eComStation's (OS/2) FAT filesystem shares
Items in dmesg when FAT share's are accessed from web browser:
CIFS VFS: bogus file nlink value 0
When accessed from FC/L (OFM (orthodox filemanager)):
CIFS VFS: illegal date, month 0 day: 0
When the share is initially mounted:
CIFS: Attempting to mount //hostname/E
Use of the less secure dialect vers=1.0 is not recommended unless required for
access to very old servers
CIFS VFS: Send error
2006 Jul 01
3
cifs mounts in smbfstab
Hello,
I have the following in /etc/samba/smbfstab;
//msserver/share /mnt/smb-share cifs
file_mode=0777,dir_mode=0777,credentials=/etc/cifsusers/admin,rw
However, when using 'mount /mnt/smb_dir' I get;
mount: can't find /mnt/smb_dir in /etc/fstab or /etc/mtab
Using 'mount -a' doesn't mount either.
If I use "smbmount /mnt/smb_dir" I get;
Could not
2020 Apr 24
2
CIFS VFS: in dmesg when Linux accesses eComStation's (OS/2) FAT filesystem shares
Jeremy Allison via samba composed on 2020-04-23 09:24 (UTC-0700):
> On Thu, Apr 23, 2020 at 02:59:18AM -0400, Felix Miata via samba wrote:
>> Items in dmesg when FAT share's are accessed from web browser:
>> CIFS VFS: bogus file nlink value 0
> nlink should never be zero. If an SMB server
> returns that, then the CIFSFS client will have
> to fake it to 1 at least.
2018 Jun 15
2
Slow write performance CIFS mount
Hi,
I have detected a very low performance with cp command or any write
with CIFS mount (Netapp Storage), <15mb/s. Read performance is similar
Local disk perofrmance is correct >100mb/s
fstab entry is :
//netapp/resource$/folder /mnt/test cifs
username=u,password=p,domain=dom,iocharset=utf8,uid=1001,gid=1000,dir_mode=0700,file_mode=0700,auto
Server is SLES 12 SP3 with latest updates
2009 Sep 18
4
Autofs and Fedora 11
Hi!
I'm having trouble accessing Samba shares via autofs.
Let me begin by saying that I can access the samba shares
directly using smbclient without any trouble. For example:
smbclient //Matsa/Pisi
works fine.
I first started out by copying a config line from an older
system (redhat 7) that has in its auto.misc:
(all on one line, of course)
pisi
2006 Oct 17
1
Permissions and CIFS
I recently discovered the 2GB file limitation using the smbfs
filesystem and switched to the CIFS filesystem for my Samba mount.
Since the switch I have not been able to get the permissions right
for the mount.
Specifically I am using the following commands in /etc/auto.mnt to
mount the remote share using automount
home2/ -fstype=cifs,uid=500,gid=100,credentials=/home/user/
2004 Oct 14
1
[PATCH] smbfs: smbfs do not honor uid, gid, file_mode and dir_mode supplied by user mount
Hi,
This patch fixes "Samba Bugzilla Bug 999". The last version (2.6.8.1) of
smbfs kernel module do not honor uid, gid, file_mode and dir_mode
supplied by user during mount. This bug is also logged as "Kernel Bug
Tracker Bug 3330". I think this stuff is related to the "unix
extensions". This patch offers to the client side the opportunity to
decide to use or
2011 Oct 18
1
file_mode and dir_mode options ignored
Hi there. I'm using samba3x-3.5.4-0.83.el5_7.2 on CentOS release 5.7 x86_64 to mount a Terastation filesystem. The "file_mode" and "dir_mode" options to mount.cifs seem to be ignored; I systematically get a "drwxrwxrwx" permission, no matter what values I provide for these options:
# mount.cifs //terastation/Backup /bkp/BackupPC/ -o
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
2019 Oct 25
1
net ads join -- strange message
hello,
Le 23/10/2019 ? 12:45, Rowland penny via samba a ?crit?:
> On 23/10/2019 10:51, nathalie ramat via samba wrote:
>> Hello,
>>
>> I have an server ad? - everything seems ok
>> I have a windows client and a linux client . The users must to
>> connect on windows or on linux with the same home.
>>
>> when I join my client linux with the command net
2024 Jan 30
1
permission denied with windows acls
On Mon, 29 Jan 2024 16:42:20 -0800
Peter Carlson via samba <samba at lists.samba.org> wrote:
>
> On 1/29/24 13:08, Rowland Penny via samba wrote:
> > On Mon, 29 Jan 2024 12:51:37 -0800
> > Peter Carlson via samba<samba at lists.samba.org> wrote:
> >
> >
> >> Just did a quick test, the big T comes after setting permissions in
> >>
2019 Apr 29
2
permission denied while compile linux kernel on samba share
Hi,
I have no issues uncompressing Linux kernel tarball on the samba share but
getting Permission denied while compilation. What could cause this issue?
init/calibrate.o: Permission deniedinit/calibrate.o: failedmake[1]: ***
[init/calibrate.o] Error 1make[1]: *** Waiting for unfinished jobs.... CC
fs/autofs/inode.ofs/autofs/init.o: Permission deniedfs/autofs/init.o:
failedmake[2]: ***
2010 Apr 30
1
Cannot mount Windows 7 share with CIFS Error 112 Host is down
Hi. I just got a new Windows 7 Home Edition computer and am unable to mount its shares on my Linux system.
I'm running Fedora 11, samba 3.4.7
I have no trouble mounting shares from XP systems on the network using the mount command below.
I can access the Windows 7 share with no problems using smbclient on Linux.
The Windows 7 share is accessible from the XP systems.
Here is the mount
2013 Aug 09
1
[CIFS] mount error(13): Permission denied
This is from
mount <mountpoint>
on openSUSE 13.1m3 running 3.10.1 desktop kernel. The mountpoint and fstab
entries are identical and working in openSUSE 12.3 on same system. I just
spent several hours on IRC and elsewhere trying to figure this out before
thinking to try booting something other than 13.1. :-(
Fstab entry (redacted):
//HOST/share /mountpoint cifs
2008 Jul 17
4
Samba permissions problem
Hi all,
I have a permissions problem with a samba share which I really
can't fathom out. I'm trying to create a fully group writable share.
Easy or so I thought.
As you can see from my config I am trying all the options to set files
group writable, however when I create a file from the client I'm always
getting the
mode 0644. Does anyone have a clue why? Thanks!
client:
2020 Apr 29
2
CIFS VFS: in dmesg when Linux accesses eComStation's (OS/2) FAT filesystem shares
Jeremy Allison via samba composed on 2020-04-24 11:13 (UTC-0700):
> On Fri, Apr 24, 2020 at 04:31:53AM -0400, Felix Miata via samba wrote:
>> Jeremy Allison via samba composed on 2020-04-23 09:24 (UTC-0700):
>> >> CIFS: Attempting to mount //hostname/E
>> >> Use of the less secure dialect vers=1.0 is not recommended unless required for
>> >> access
2006 Aug 31
2
vim timestamp issues on CIFS mounted shares
First: this is my first post on this list so any suggestions, let me
know.
I recently had to make the move from SMBFS to CIFS when I upgraded from
Fedora 4 to 5. Changing settings in my /etc/fstab was easy and no
errors come up but now I'm having an issue very similar to post I found
on your list that got no response back in April:
http://lists.samba.org/archive/samba/2006-April/119813.html
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
2009 Apr 14
3
CIFS hang
I have a Proliant running Red Hat with the 2.6.9-5.ELsmp kernel.
We have a Windows 2000 Server who's secondary disc drive is mounted on the
Linux box via CIFS using the following command:
/sbin/mount.cifs //w2000/docs /var/www/documents -o
dir_mode=0777,file_mode=0444,gid=100,uid=501,username=winuser,password=winpass
From time to time, for whatever reason, the Windows 2000 Server
2008 Oct 09
3
cifs problems
Hi,
Here are my settings:
I have a samba server running samba 3.0.24 on redhat EL4 (kernel
2.6.9-5.ELsmp)
and a samba client running samba 3.2.3-0.20.fc9 on fc9 (kernel
2.6.26.5-45.fc9.x86_64).
A share on server is mounted on client using
sudo mount //server/data /mnt/data -o
user=me,workgroup=group,rw,file_mode=0600,dir_mode=0700
The problems are (in the directory /mnt/data),
if I use