Unable to access secondary directory from Windows

Joined
Mar 21, 2020
Messages
3
Not sure what exactly, I did, but I am hopeful someone can guide me.

A previous share, is not accessible from Windows, permission denied. I executed a chomod-R on the User/Group, which now shows the directory in Windows explorer - Backup_01

The goal is to just expose the Backup_01 to retrieve files. I can traverse the directory from within the UI, just not thru Windows Explorer.


Here are some directory and ACL details:

-rw-r--r-- 1 root wheel 0 Mar 21 2020 .windows
drwxrwx---+ 21 nobody TheW 23 Mar 22 2020 Backup_01012020
drwxr-xr-x 13 nobody TheW 23 Jul 10 07:40 Backup_July52021


root@freenas[/mnt/HomeStorage/homedataset]# getfacl Backup_01012020
# file: Backup_01012020
# owner: nobody
# group: TheW
user:homeuser:rwxpDdaARWcCos:fd-----:allow
group@:rwxpDdaARWcCos:fd-----:allow
everyone@:--------------:fd-----:allow


root@freenas[/mnt/HomeStorage/homedataset]# getfacl Backup_July52021
# file: Backup_July52021
# owner: nobody
# group: TheW
owner@:rwxp--aARWcCos:-------:allow
group@:r-x---a-R-c--s:-------:allow
everyone@:r-x---a-R-c--s:-------:allow
 
Joined
Mar 21, 2020
Messages
3
Browsed the forum and was wondering if this command would open it up:

setfacl -m everyone@:full_set:fd:allow Backup01012020
 
Top