Is it possible to create group folder on local drive?

Hi, is it possible to make group folder on external usb drive? Currently im using nextcloud on raspbi so the memory card storage capacity is not really much, so i already configured nextcloud to mount my external usb drive.

If there is solution please show me a way. Thanks in advance.

I think the best way is to use your external storage (e. g. SDD or HDD) as data-dir. Than all works fine. (not app “external storage”, direct configuration in config/config.php)

'datadirectory' => '/mnt/hdd',
Set correct user and group for the datadirectory.

You can and must move all data from /var/www/nextcloud/data (pi sd) to /mnt/hdd (external SDD/HDD)
Rescan after moving. Read manuals.

Hi, thanks for reply. I will try that.