SMB share wont work

Greetings :slight_smile:

Ive installed NextCloudPi in a LXC. All went fine, but i cant mount my SMB Share (Windows 2022 server, dont ask).

tried with and without Workgroup

smbclient //10.0.0.101/media -U AlexanderPCT

that works inside the LXC

dont know what im doing wrong

Logs:

Warning	no app in context	Icewind\SMB\Exception\Exception: Unknown error (NT_STATUS_OBJECT_NAME_INVALID) for /

    /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/Exception.php - line 49:

    Icewind\SMB\Exception\Exception::unknown()

    /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php - line 92:

    Icewind\SMB\Exception\Exception::fromMap()

    /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php - line 479:

    Icewind\SMB\Wrapped\Parser->checkForError()

    /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php - line 215:

    Icewind\SMB\Wrapped\Share->parseOutput()

    /var/www/nextcloud/apps/files_external/lib/Lib/Storage/SMB.php - line 191:

    Icewind\SMB\Wrapped\Share->stat()

    /var/www/nextcloud/apps/files_external/lib/Lib/Storage/SMB.php - line 352:

    OCA\Files_External\Lib\Storage\SMB->getFileInfo()

    /var/www/nextcloud/lib/private/Files/Storage/Common.php - line 465:

    OCA\Files_External\Lib\Storage\SMB->stat()

    /var/www/nextcloud/apps/files_external/lib/Lib/Storage/SMB.php - line 733:

    OC\Files\Storage\Common->test()

    /var/www/nextcloud/apps/files_external/lib/MountConfig.php - line 131:

    OCA\Files_External\Lib\Storage\SMB->test()

    /var/www/nextcloud/apps/files_external/lib/Controller/StoragesController.php - line 288:

    OCA\Files_External\MountConfig::getBackendStatus("*** sensiti ... *")

    /var/www/nextcloud/apps/files_external/lib/Controller/UserGlobalStoragesController.php - line 126:

    OCA\Files_External\Controller\StoragesController->updateStorageStatus("*** sensiti ... *")

    /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 230:

    OCA\Files_External\Controller\UserGlobalStoragesController->show()

    /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 137:

    OC\AppFramework\Http\Dispatcher->executeController()

    /var/www/nextcloud/lib/private/AppFramework/App.php - line 183:

    OC\AppFramework\Http\Dispatcher->dispatch()

    /var/www/nextcloud/lib/private/Route/Router.php - line 315:

    OC\AppFramework\App::main()

    /var/www/nextcloud/lib/base.php - line 1068:

    OC\Route\Router->match()

    /var/www/nextcloud/index.php - line 36:

    OC::handleRequest()

Hope u Guys can help me, propably something realy dumb :slight_smile:

Maybe only package php-smbclient or libsmbclient-php is missing.
SMB/CIFS documentation

php -m lists smbclient and libsmbclient is installed :frowning:

anyone? damn :frowning: