NextCloudPi External hard drive issue

Hey!

I recently decided to get a RPi 5 and set it up with NextCloudPi. The installation went okay - however, the Pi does not recognise the 4TB external hard drive I have attached to it as storage, only recognising the SD card as storage, meaning there is 114GB storage rather than 4TB.

I went through the process with the nextcloudpi wizard, and this is the result. Any help would be greatly appreciated.

Thanks in advance

Hi rmb61,
did you prepare your external drive in some way?
I assume it is connected via usb?
Did you enable ssh acces to the server?
On the cli put the command

lsblk

(example, to list block devices):

pi@ncpi5:~$ lsblk

NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
mmcblk0 179:0 0 29,5G 0 disk
├─mmcblk0p1 179:1 0 256M 0 part /boot/firmware
└─mmcblk0p2 179:2 0 28,9G 0 part /var/log.hdd
/
zram0 253:0 0 3,9G 0 disk [SWAP]
zram1 253:1 0 50M 0 disk /var/log
zram2 253:2 0 0B 0 disk
pi@ncpi5:~$