Displaying 20 results from an estimated 343 matches for "myshar".
Did you mean:
myshare
2015 Dec 29
2
permission problems trying to access subdirectories of a samba share
Hi. I am having problems accessing subdirectories on a samba share. I
am using windows 10 build 10586 and linux kernel 4.1.15-gentoo and samba
4.2.7. I have two shares, one called audio and the other called
myshare. I cannot access the subdirectories in the myshare share. Here
are the definitions.
[myshare]
comment = root directory
path = /
#fake oplocks = yes
writable = yes
printable = no
create mask = 0765
[audio]
comment = audio directory
path = /audio
writable = yes
printable = no
cre...
2010 May 27
2
Can only see files one level deep
...k/TheFindByContentFolder/TheVolumeSettingsFolder/
delete veto files = true
hide dot files = yes
[homes]
comment = Home Directories
valid users = %S
read only = No
browseable = No
[netlogon]
comment = Network Logon Service
path = /shares/netlogon
admin users = root
guest ok = Yes
browseable = No
[myshare]
comment = Share for the users in the myshare group
path = /shares/myshare
users = @ myshare
force group = myshare
create mask = 0660
directory mask = 0771
writeable = yes
Now when I access the shares from the OS X Client, I can see everything at the top level, but when i drill in even 1 level d...
2004 Sep 14
4
Access from Windows to Samba/LINUX
Hello,
I am configuring PCs on Windows W2K to access to a LINUX Server where
Samba is mounted
Is-it possible to do this ?
Directory_1 : Browseable (then visible with the Network Favorits)
-Sub_Directory_1a : NOT Browseable (unvisible) BUT Writable
-Sub_Directory_2a : " " "
If not, then just this ?
Directory_1 : NOT Browseable (unvisible) BUT Writable
2015 Dec 29
2
permission problems trying to access subdirectories of a samba share
...On 29/12/15 13:59, covici at ccs.covici.com wrote:
> > Hi. I am having problems accessing subdirectories on a samba share. I
> > am using windows 10 build 10586 and linux kernel 4.1.15-gentoo and samba
> > 4.2.7. I have two shares, one called audio and the other called
> > myshare. I cannot access the subdirectories in the myshare share. Here
> > are the definitions.
> > [myshare]
> > comment = root directory
> > path = /
> > #fake oplocks = yes
> > writable = yes
> > printable = no
> > create mask = 0765
> &g...
2016 Apr 26
3
Can't access by NetBIOS Aliases or IP Address
...I upgraded Samba version from 4.1.17+dfsg-2+deb8u2 to 4.2.10+dfsg-0+deb8u2, I'm facing the problem that I can't access Samba share by NetBIOS Aliases or IP Address.
The Samba's NetBIOS name is mysamba, and I can access by NetBIOS Name from windows pcs as follows.
net use g: \\mysamba\myshare
But, I can't access by NetBIOS aliases or IP address as follows. (mysamba01 is NetBIOS aliase)
net use g: \\mysamba01\myshare
or
net use g: \\192.168.0.1\myshare
The previous version, 4.1.17+dfsg-2+deb8u2 works fine, and I can access share by NetBIOS Aliases or IP Address.
Any suggestions...
2010 Jun 10
2
R: Re: Dovecot 2.0 shared mailbox using ACLs problem
...terrupt to quit
gettimeofday({1276190723, 456087}, NULL) = 0
gettimeofday({1276190723, 456268}, NULL) = 0
epoll_wait(8, {{EPOLLIN, {u32=21055056, u64=21055056}}}, 6, 1561185) = 1
gettimeofday({1276190728, 692157}, NULL) = 0
gettimeofday({1276190728, 692268}, NULL) = 0
read(10, "8 append \"myshare\" (\\Seen Junk) \"08"..., 7928) = 2472
stat("/mnt/mbox1/mailusers/user2 at example.gov.it/Maildir/.myshare/dovecot-acl",
{st_mode=S_IFREG|0600, st_size=40, ...}) = 0
stat("/mnt/mbox1/mailusers/user2 at example.gov.it/Maildir/.myshare",
{st_mode=S_IFDIR|0700, st...
2012 Oct 17
9
access my created share in smb.conf Only by Ip
...s4-ad -> samba server Host name
test.s4.com -> domain name*
*Dns Server -> Samba Internal DNS server , Bind 9.9.1-P2*
*win xp*
have access to default share such as sysvol by dns name (\\test.s4.com
\sysvol)
but if created a share in smb.conf Only access by IP such as :
\\test.s4.com\myshare -> no access and ask me for user and password !
\\192.168.1.6\myshare -> access
If using *s4-ad.test.s4.com* my share accessible !!!
\\test.s4.com\myshare -> no access !
\\s4-ad.s4.com <http://test.s4.com>\myshare -> access !
\\test.s4.com\sysvol -> access !...
2014 May 11
2
Samba4 bug - "mount error(5): Input/output error"
...understand what causes this behaviour?!
I thought you may have an idea?
Thank you
Samba Server is Version 4.1.7 and it's running on a FreeBSD 10.0 RELEASE
(fresh installation)
Samba client (eg. on Linux) is Version 3.5.4-0.83.el5_7.2
mount cmd on (eg. Linux is):
mount -t cifs //10.0.0.200/MYSHARE -o
username="${SMB_USR}",password="${SMB_PWD}",sec=ntlmv2 /mnt/MyShare
Below is my config, if useful:
cat << EOF > /usr/local/etc/smb4.conf
# ================================== #
# Samba4 - FileServer #
# ================================== #
# =====...
2015 Oct 05
6
Removing share from smb.conf
Hello,
I notice if I simply comment out a share or remove entirely. I
receive errors such as theses. Is there a proper protocol to follow when
removing a share?
process_usershare_file: stat of /var/lib/samba/usershares/myshare
failed. No such file or directory
../source3/param/loadparm.c:4366(process_usershare_file)
process_usershare_file: stat of /var/lib/samba/usershares/myshare
failed. Permission denied
Relevant information below
Distributor ID: Debian
Description: Debian GNU/Linux 7.9 (wheezy)
Release:...
2015 Dec 29
1
permission problems trying to access subdirectories of a samba share
....covici.com wrote:
> >>> Hi. I am having problems accessing subdirectories on a samba share. I
> >>> am using windows 10 build 10586 and linux kernel 4.1.15-gentoo and samba
> >>> 4.2.7. I have two shares, one called audio and the other called
> >>> myshare. I cannot access the subdirectories in the myshare share. Here
> >>> are the definitions.
> >>> [myshare]
> >>> comment = root directory
> >>> path = /
> >>> #fake oplocks = yes
> >>> writable = yes
> >>>...
2015 Aug 10
4
ACLs on Samba share not preserved when copying with Windows Explorer
I have a samba share (using Samba 3.6.3) running on an ext4 filesystem with the
"acl" mount option. The samba share is configured as follows:
[myshare]
path = /srv/myshare
browseable = no
public = no
guest ok = no
writable = yes
printable = no
create mode = 0660
directory mode = 0770
level2 oplocks = no
oplocks = no
I have configured the following ACLs on the /srv/myshare directory:
# file: myshare
# owner: root
#...
2016 Aug 30
1
"Windows" share issue; access via smb:// fails, "mount -t cifs" works
...ccess something
through smb://. I thought at first that this meant there had been some
kind of change related to permissions on the shares, but now I find that
I can mount them just fine using "mount -t cifs".
In other words, I get:
gvfs-mount smb://mydomain\;toralf.lund at theserver/myshare
Password required for share myshare on theserver
Password:
Password required for share myshare on theserver
Password:
Password required for share myshare on theserver
Password:
[ I enter the correct password, but gvs-mount keeps asking... Behaviour
is the same if I try to open the URL in the fil...
2020 Nov 21
0
Cannot delete (empty) folder from Mac client
...ize names = Yes
> domain master = no
> local master = no
> map acl inherit = Yes
> store dos attributes = Yes
> unix extensions=no
> vfs objects=audit
> audit:facility=LOCAL7
> audit:priority=INFO
> ...
> [myshare]
> path=/shares/myshare
> writeable=yes
> follow symlinks=no
> force create mode=660
> force directory mode=770
> valid users=user1,user2
On the server:
> # ls -l /shares/
> drwxrwx--- 50 root domain_users 3072 No...
2024 Oct 26
1
[smb.conf] How to get "rw r r" ?
...directory mask = 022
> valid users = @agroup
> write list = @sagroup
> force group = @agroup
> nt acl support = No
Still no go: It's rwx rw rw, instead of the expected rw r r
In RAM, Samba seems to rewrite 133 to 0133 anyway, cf. testparm
========
# cat /etc/samba/smb.conf
...
[myshare]
...
create mask = 133
directory mask = 022
;valid users = @agroup
;write list = @sagroup
;force group = @agroup
;nt acl support = No
========
systemctl reload smbd
========
# testparm
...
[myshare]
??????? create mask = 0133
??????? directory mask = 0022
??????? force create mode = 0644
======...
2003 Jun 10
3
Can't use mount command with samba
I have a home network based on Win XP Pro, with one Linux machine
running Red Hat 9. All updates have been applied. There's no domain
controller.
I can connect from the Linux machine to the XP machines via Konqueror
using
smb://mymachine/myshare
However, I can't use the mount command.
I'm trying to use syntax like
mount -t smbfs -o username=myname,password=mypwd //192.168.0.1
/win/myshare
But I always just get a print-out showing command usage, and then
demonstrating the exact syntax that I am using.
I got this from The Unoff...
2005 Apr 05
1
Can't mount samba share, Access denied
...with the following smb.conf file:
[global]
workgroup = mydomain
netbios name = servername
security = domain
printcap name = cups
disable spoolss = yes
show add printer wizard = no
idmap uid = 15000-20000
idmap gid = 15000-20000
winbind use default domain = yes
use sendfile = yes
printing = cups
[myshare]
comment = My new share
path = /export/myshare
valid users = myusername
read only = no
If I try to:
mount -t smbfs -o username=myusername,workgroup=mydomain
//servername/myshare /mnt/samba
After typing in my password I see:
25744: tree connect failed: ERRDOS - ERRnoaccess (Access denied)
SMB con...
2014 Feb 08
4
force group does not work
...extensions = No
create mask = 0770
force create mode = 0770
directory mask = 0770
force directory mode = 0770
# Miscellaneous
veto oplock files = /*.doc/*.xls/*.ppt/*.mdb/*.docx/*.xlsx/*.ppt
# ============= Shares ============= #
[MyShare]
comment = NAS
path = /mnt/MyShare
guest ok = No
read only = No
valid users = @Groupname
forece user = MyUsername
force group = Groupname
Any help would be greatly appreciated ;)
Best Regards
L.
2015 Oct 09
5
kerberos nfs4's principals and root access
...ain exportkeytab --principal=MYCLIENT$ /etc/krb5.keytab
With this setup all my domain users can write to the share. But when I
try with the root account it use the machine keytab (that's normal,
root is not a domain user but he have access to the keytab) :
-> on the client as root
$ touch /myshare/testfile
-> on the server
$ ls -al /srv/nfs4/myshare/testfile
-rw-r--r-- SAMDOM\MYCLIENT$ SAMDOM\Domain Controllers ....
/nfs4/myshare/tesfile
But I need root access !
----------
I have tried with a root/myclient service principal name
----------
-> on the client I create an roo...
2019 May 29
2
samba file server - sediskoperatorprivilege not being honored
...e = *.tmp, *.bak, *.ods#, *.odt#, *.xls#, *.TMP,
*.cache
recycle:exclude_dir = .recycle
recycle:maxsize = 1073741824
store dos attributes = yes
map acl inherit = yes
# admin users = "@BABKA\Domain Admins","@BABKA\Enterprise Admins"
[MYSHARE]
path = /srv/samba/myshare/
read only = no
output of
net rpc rights list privileges SeDiskOperatorPrivilege -U "SAMDOM\administrator" -S VS-FILES1
SeDiskOperatorPrivilege:
SAMDOM\myuser
SAMDOM\Domain Admins
BUILTIN\Administrators
getfacl myshare
# file: my...
How to migrating data from one samba server with "old" access config to new server with windows ACL?
2018 Jan 12
2
How to migrating data from one samba server with "old" access config to new server with windows ACL?
Hi,
I try to find a solution for migrating files from a samba server with share access configure at share level in the smb.conf to a new fileserver with Windows ACL configured shares.
I did a rsync from the old share to the new server and tried to set the ACL on windows with the "Computer Manager“. But I get an error when applying the rights that the enumerating of objects in the container