Am I understanding this correctly that the goal here is to have a folder on the desktop that can access the shared drive?
The error you are seeing saying that symbolic links won't work is because of the Samba protocol, used to talk to Windows hosts. If you can reconfigure the NAS to use NFS, for example, you'll be able to create a symbolic link more easily. Although, if you have other Windows machines in your network that'll cause other issues to those.
So, let's first try to fix the problem as it is currently and work around the Samba limitations. And I do mean "work around" them because, unfortunately, while using the file manager directly works fine you'll have to edit some configuration files to have a more permanent setup.
In short, you need to install the utilities that will make this work. Then, you'll edit the configuration file at /etc/fstab
to create a "mount point" (the directory in your desktop).
Please take a look at this thread for reference. I'll try to write some more detailed instructions tomorrow once you can clarify what the expected workflow is.
Verstehe ich das richtig, dass das Ziel hier ist, einen Ordner auf dem Desktop zu haben, der auf das freigegebene Laufwerk zugreifen kann?
Die Fehlermeldung, dass symbolische Links nicht funktionieren, ist auf das Samba-Protokoll zurückzuführen, das für die Kommunikation mit Windows-Hosts verwendet wird. Wenn Sie den NAS so umkonfigurieren können, dass er z. B. NFS verwendet, können Sie leichter einen symbolischen Link erstellen. Wenn Sie jedoch andere Windows-Rechner in Ihrem Netzwerk haben, wird dies zu anderen Problemen führen.
Versuchen wir also zunächst, das Problem in seiner jetzigen Form zu lösen und die Einschränkungen von Samba zu umgehen. Und ich meine „umgehen“, denn während die direkte Verwendung des Dateimanagers gut funktioniert, müssen Sie leider einige Konfigurationsdateien bearbeiten, um eine dauerhafte Einrichtung zu erhalten.
Kurz gesagt, Sie müssen die Dienstprogramme installieren, mit denen das funktioniert. Dann müssen Sie die Konfigurationsdatei /etc/fstab
bearbeiten, um einen „Einhängepunkt“ (das Verzeichnis auf Ihrem Desktop) zu erstellen.
Bitte sehen Sie sich diesen Thread als Referenz an. Ich werde versuchen, morgen eine detailliertere Anleitung zu schreiben, sobald Sie den erwarteten Arbeitsablauf klarstellen können.
Übersetzt mit DeepL.com (kostenlose Version)