Jump to content

Recommended Posts

Posted

Hello everyone. I’m attempting to mount a Windows network share on Armbian, but something seems off—both smb://10.10.2.101 and sftp://10.10.2.101 show up in red.

 

The same addresses work perfectly on Rocky Linux; any thoughts on what I might be overlooking?

Posted

You aren't telling us much, like what software you are using.

 

I would expect you to need to give it something like smb://10.10.2.101/NAME_OF_SHARE/ or sftp://10.10.2.101:/path/to/folder

 

You will also need to give it a username and password somehow.

 

But first; have you checked you can reach it on the network?

 

 

Posted

@Droll, something worth to check out is the SMB version your server is running... They have slightly different authentication, so the mount command differs a bit:

SMBV1: sudo mount -t cifs -o vers=1.0,username=your_username,password=your_password //server_ip/share_name /mnt/myshare


SMBV2: sudo mount -t cifs -o vers=2.0,username=your_username,password=your_password //server_ip/share_name /mnt/myshare

Posted

If Windows can see the share but has trouble connecting, it's also worth checking the SMB version being used on both sides. I've run into cases where enabling the correct SMB protocol or recreating the saved Windows credentials fixed the issue right away.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines