So I have upgraded my Truenas to the latest TrueNAS-SCALE-23.10.0.1. TBH, I'm not quiet sure where to start. I have created a Samba directory and I'm able to map the directory to the Windows environment (Win11PRO). No issue. But when I tried to map the same directory to the Linux RHEL9.3 machine, I kept getting permission denied to even read the directory. Here's the setup that I have.
The directory that I'm trying to map is /mnt/Data/Corporate. Here's the ACL setup.
I created a "fcuser" specifically to be used for mapping the directory.
The getfacl command:
# getfacl /mnt/filecloud/corporate
getfacl: Removing leading '/' from absolute path names
# file: mnt/filecloud/corporate
# owner: root
# group: root
user::rwx
group::r-x
other::r-x
This is the command I used to mount the smb drive:
mount -t cifs -o username=fcuser //ipaddress/Corporate /mnt/filecloud/corporate
What did I miss? It works fine with Windows but it's just not liking me mounting it on RHEL9.3
[root@fcloud Documents]# pwd
/mnt/filecloud/corporate/Documents
[root@fcloud Documents]# ls -al
ls: reading directory '.': Permission denied
total 0
[root@fcloud Documents]#
Help please?
The directory that I'm trying to map is /mnt/Data/Corporate. Here's the ACL setup.
I created a "fcuser" specifically to be used for mapping the directory.
The getfacl command:
# getfacl /mnt/filecloud/corporate
getfacl: Removing leading '/' from absolute path names
# file: mnt/filecloud/corporate
# owner: root
# group: root
user::rwx
group::r-x
other::r-x
This is the command I used to mount the smb drive:
mount -t cifs -o username=fcuser //ipaddress/Corporate /mnt/filecloud/corporate
What did I miss? It works fine with Windows but it's just not liking me mounting it on RHEL9.3
[root@fcloud Documents]# pwd
/mnt/filecloud/corporate/Documents
[root@fcloud Documents]# ls -al
ls: reading directory '.': Permission denied
total 0
[root@fcloud Documents]#
Help please?