How to create Security user/group on a mapped drive in windows OS

What is the problem you are having with rclone?

Unable to create a security group
I mapped an AWS S3 bucket on a Windows EC2 instance by using following commands:
C:\rclone\rclone.exe mount htxst2022:htxst2022/ S: --vfs-cache-mode full

I wanted to create a security group by:
=>right click on the mapped drive
=>properties
=>Security
=>Edit
=>Add

But I realized it failed to create new security group.

I've read through the help document saying that:

"The user/group can be customized with FUSE options "UserName" and "GroupName", e.g. -o UserName=user123 -o GroupName="Authenticated Users" . The permissions on each entry will be set according to options --dir-perms and --file-perms , which takes a value in traditional [numeric notation]."

But how actually can I write the command to create a security group to have FullControl?
I need to create a security group called 'NT Service\SQLSERVERAGENT'

Run the command 'rclone version' and share the full output of the command.

rclone v1.51.0

  • os/arch: windows/amd6
  • go version: go1.13.7

Which cloud storage system are you using? (eg Google Drive)

AWS S3

The command you were trying to run (eg rclone copy /tmp remote:tmp)

C:\rclone\rclone.exe mount htxst2022:htxst2022/ S: --vfs-cache-mode full

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

hello and welcome to the forum,
that version of rclone is years old and i would assume so is winfsp.

winfp provides a tool named fsptool to help with that.
http://www.secfs.net/winfsp/doc/Frequently-Asked-Questions/

as far as i know,
winfsp does not create a windows group, you have to do that same as with any user/group.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.