Unable to see added storage of 2TB hdd within System disk free space.

Yes the UUID is correct. 61387973-32fd-4fe0-8326-0966a1a62008

well done! :+1: that was important.

so now run the following command:

sudo mount --all

which will mount that device

then issue the following command and post the output here

sudo ls -al /mnt/nextcloud

wpender@tank:~$ sudo ls -al /mnt/nextcloud
total 8
drwxr-xr-x 2 root root 4096 May 6 19:07 .
drwxr-xr-x 5 root root 4096 May 6 19:07 ..

should be www-data:www-data

@Andi29

NO… read the docs!!!

this is snap, there is no www-data only root

that is correct, well done! :+1:

now enter the following command to enable external media in snap

sudo snap connect nextcloud:removable-media

now go to nextcloud GUI → files external → connect local device /mnt/nextcloud → be happy! :grinning_face:

okay, sorry I´m not familiar with snap.

no problem… thanks for your help anyway :+1:

I am on external storage but I do not see connect… sorry

@wpender the reason you couldn’t get that drive connected is because your permissions were not correct. the docs repeat it constantly:

What permissions should external media have?

See FAQ’s and Snap confinement

Removable media or external storage must be mounted to either /media or /mnt as root with root permissions and connected to Snap!

so if you create that mount point as root with root permissions, the snap will be able to access the device.

don’t be sorry, try try again… you’ll get it right eventually :+1:

you must now add the storage to your Nextcloud instance.

okay its connected but it says 0kb is this because there is nothing in there right now?

check the points: ext.drive is formated as ext4, mounted in your specify lokation

Right-click on the checkmark; a green circle should appear on the left—provided everything is correct. FYI in my case its an smb mount, in yours its local!