Issue with Mapping Truenas directory to RHEL 9

ledude

Cadet
Joined
Dec 15, 2023
Messages
8
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.
1702695225709.png


I created a "fcuser" specifically to be used for mapping the directory.
1702695456786.png


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?
 

Attachments

  • 1702695340488.png
    1702695340488.png
    55.8 KB · Views: 101
Top