Displaying 9 results from an estimated 9 matches for "partage_de_fichi".
2024 Oct 25
1
Optimal File Permissions for Shared Access Between Windows and Linux
On Thu, 24 Oct 2024 15:55:41 +0200
Jonathan Szalavecz via samba <samba at lists.samba.org> wrote:
> I thought with the ACL it would be easier but it is the same
> nightmare :-(
>
>
> john_johnk at raspberrypi:~ $ getfacl /mnt/shared/partage_de_fichiers
> getfacl: Removing leading '/' from absolute path names
> # file: mnt/shared/partage_de_fichiers
> # owner: john_johnk
> # group: sharedaccess
> # flags: -s-
> user::rwx
> group::rwx
> other::---
> default:user::rw-
> default:group::rw-
> default:group:s...
2024 Oct 26
1
Optimal File Permissions for Shared Access Between Windows and Linux
...ult permissions across the directories and files?
2. For the mask, would you suggest using |--mask| or |--no-mask| to
avoid unintended permission changes?
Once this setup is complete, I plan to |rsync| everything from
|```/mnt/shared|``` to ```|/mnt/shared/nas```|, excluding
```|/mnt/shared/partage_de_fichiers|```. Afterward, I?ll configure
access for both |```john_johnk```| and |```juliette```| specifically on
|partage_de_fichiers|.
Your insights have been invaluable so far, and I appreciate any further
advice on these ACL settings!
Best,
Le 10/25/2024 ? 11:09 AM, Rowland Penny via samba a ?cri...
2024 Oct 24
1
Optimal File Permissions for Shared Access Between Windows and Linux
I thought with the ACL it would be easier but it is the same nightmare :-(
john_johnk at raspberrypi:~ $ getfacl /mnt/shared/partage_de_fichiers
getfacl: Removing leading '/' from absolute path names
# file: mnt/shared/partage_de_fichiers
# owner: john_johnk
# group: sharedaccess
# flags: -s-
user::rwx
group::rwx
other::---
default:user::rw-
default:group::rw-
default:group:sharedaccess:rw-
default:mask::rw-
default:other::---...
2024 Oct 26
1
Optimal File Permissions for Shared Access Between Windows and Linux
...t these as default permissions across the directories and files?
2. For the mask, would you suggest using --mask or --no-mask to avoid unintended permission changes?
Once this setup is complete, I plan to rsync everything from ```/mnt/shared``` to ```/mnt/shared/nas```, excluding ```/mnt/shared/partage_de_fichiers```. Afterward, I?ll configure access for both ```john_johnk``` and ```juliette``` specifically on partage_de_fichiers.
Your insights have been invaluable so far, and I appreciate any further advice on these ACL settings!
Best,
Le 10/25/2024 ? 11:09 AM, Rowland Penny via samba a ?crit :
On Th...
2024 Oct 26
1
Optimal File Permissions for Shared Access Between Windows and Linux
...ult permissions across the directories and files?
> 2. For the mask, would you suggest using --mask or --no-mask to avoid unintended permission changes?
>
> Once this setup is complete, I plan to rsync everything from ```/mnt/shared``` to ```/mnt/shared/nas```, excluding ```/mnt/shared/partage_de_fichiers```. Afterward, I?ll configure access for both ```john_johnk``` and ```juliette``` specifically on partage_de_fichiers.
>
> Your insights have been invaluable so far, and I appreciate any further advice on these ACL settings!
>
> Best,
>
> Le 10/25/2024 ? 11:09 AM, Rowland Penny...
2024 Oct 15
1
Optimal File Permissions for Shared Access Between Windows and Linux
I am experiencing challenges configuring optimal file permissions for a
Samba share on my Raspberry Pi. My goal is to enable shared access for
my wife, who uses an iPhone 13, to the directory
|/mnt/shared/partage_de_fichiers| while preventing access to the main
directory |/mnt/shared|.
Here is my Samba configuration:
```[NAS]
?? comment = RaspberryPi
?? public = no
?? writable = yes
?? browsable = yes
?? path = /mnt/shared
?? create mask = 0600
?? directory mask = 0700
?? read only = no
?? guest ok = no...
2024 Oct 16
1
Optimal File Permissions for Shared Access Between Windows and Linux
...200
Jonathan Szalavecz via samba <samba at lists.samba.org> wrote:
> I am experiencing challenges configuring optimal file permissions for
> a Samba share on my Raspberry Pi. My goal is to enable shared access
> for my wife, who uses an iPhone 13, to the directory
> |/mnt/shared/partage_de_fichiers| while preventing access to the main
> directory |/mnt/shared|.
>
> Here is my Samba configuration:
No it isn't, there is a whole upper 'global' section missing that will
tell us how you are running Samba
>
>
> ```[NAS]
> ?? comment = RaspberryPi
> ??...
2024 Oct 16
1
Optimal File Permissions for Shared Access Between Windows and Linux
...cblk0 179:0 0 59.7G 0 disk
??mmcblk0p1 179:1 0 256M 0 part /boot
??mmcblk0p2 179:2 0 59.4G 0 part /
I also wanted to mention that I'm not familiar with the Apple environment, so I'm unsure if the following settings are necessary for my wife to read and write in|/mnt/shared/partage_de_fichiers|:
easupport =yes
vfsobjects = catia fruit streams_xattr
fruit:delete_empty_adfiles =yes
fruit:metadata = stream
fruit:model = MacSamba
fruit:nfs_aces =no
fruit:posix_rename =yes
fruit:veto_appledouble =no
fruit:wipe_intentionally_left_blank_rfork =yes
I appreciate your help in resolving this i...
2024 Oct 21
2
Optimal File Permissions for Shared Access Between Windows and Linux
...1921694992
> 224061888 1599942632 13% /mnt/shared |
>
> ```
>
> Regarding your suggested configuration, I'm not entirely sure I
> understand it. I need access to the entire |/mnt/shared| (NAS), while
> my wife should only have read and write access to
> |/mnt/shared/partage_de_fichiers|. Shouldn't there be both a
> |DatabaseShare| and a |NAS| share in the smb.conf? Please let me know
> if I'm missing something.
>
> Best regards,
>
> Jonathan
>
Sorry about that, I missed that out, try this one:
[global]
?? workgroup = WORKGROUP
?? vfs object...