BOFFBOY Posted April 24, 2024 Posted April 24, 2024 Hi all, so I was trying to map a windows network drive to armbian but something is missing or am i doing something wrong here: I tried smb://10.10.2.101 sftp://10.10.2.101 both are highlighted in red It works fine on Rocky Linux thou.. any ideas ? 0 Quote
BOFFBOY Posted April 24, 2024 Author Posted April 24, 2024 no... didnt know it was needed.. how ? 0 Quote
SteeMan Posted April 24, 2024 Posted April 24, 2024 Google how to install/setup samba for file sharing on Linux. 0 Quote
SteeMan Posted April 24, 2024 Posted April 24, 2024 Why are you expecting these services to be pre configured for you out of the box? Any file sharing service is a potential security hole, so any good distribution isn't going to have them enabled by default. 1 Quote
CryBaby Posted April 24, 2024 Posted April 24, 2024 You are probably going to need a share name after the IP address smb://10.10.2.101/sharename Running smbclient from the command line will give you more feedback and allow you to search for shares. 0 Quote
bedna Posted May 5, 2024 Posted May 5, 2024 (edited) Since nobody mentioned it. I don't know what desktop env that is, but I think using those prefixes is not connected to the packages you get for installing for example cifs-utils. I more think this has to do with fuse or something similar. If you provide a bit more info of your system, more help might be provided by users. I have never used any graphical env on any of my armbian installs so I simply have no idea what is on them. 😮 It looks like gnome, so I think you can google using Ubuntu in your searches, and that might give you the solution of what you have to install. Never the less, you can always mount the share using `mount` in cli and they will become accessible that way. Edited May 5, 2024 by bedna 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.