NCP wizard usb setup with 2 devices

Pi4 running NextCloudPi OS

2 usb devices

1 SSD to run /root on
1 HDD where I want to store ncdata

Outputs

[ nc-format-USB ]
ERROR: counted 2 devices. Please, only plug in the USB drive you want to format

[ nc-datadir ]
Nextcloud is in maintenance mode - no apps have been loaded

Maintenance mode already enabled
moving data directory from /var/www/nextcloud/data to /media/USBdrive/ncdata…
mkdir: cannot create directory ‘/media/USBdrive/ncdata’: Structure needs cleaning
/usr/local/bin/ncp/CONFIG/nc-datadir.sh: line 74: cd: /media/USBdrive/ncdata: Structure needs cleaning
rmdir: failed to remove ‘’: No such file or directory
cp: cannot create directory ‘’: No such file or directory

did some tinkering to try and work around it. not completely sure but suspect that I need to do something with nc automount. Is there a way to setup with 2 usb drives?

Check documentation on nc-automount .
When using nc-automount, with more then one external drive, make sure to use LABEL’s when formating drives. Drives will then be mounted to /media/LABEL.

I usually use UUID and manually and permanently mount new drives using /etc/fstab.
Look for the section on manually mounting here