Mounting encrypted drive rw users

As a testcase on how encryption works out of the box with OS11.4 I’ve formatted an external drive with encryption. All goes well and upon boot the passphrase is requested. However I cannot write files to the disk as a user and I can’t find the correct mount command in order to get it mounted so that my users can write to it and not only the root.

More information is needed.

What kind of encryption? What is the file system used on the disk?

If it is mounted at boot so that root can access, then provide the output from


df
mount

Use code tags to post that output.

If the disk has a unix file system (ext3 or ext4, for example), then you probably just need to use “chmod” or create directories owned by your users.

Fixed it. Had to chown the mounted directory.

Great. I’m glad you have it working.