Can't mount external storage (invalid user)

Hi,

I’m running a fresh install of NC from docker-compose on my Linux (Nixos) server and am having a hard time mounting any external storage, Right now, I’m trying to mount an external hard drive (ext4) but when I run ‘sudo chown -R www-data:www-data’ I get an invalid user error.

Does anyone know how I can fix this?

Thanks

Did you tried is a root as well?
switch to root, try again and let us know

Try 33:33 instead. Though it also depends a bit on your Docker environment, Compose file, and which image you’re actually using.

Thanks all. I don’t know if this works, but I managed to solve the problem by mounting another partition in my docker-compose file.