V
V
Villian_Os2019-10-02 06:46:19
linux
Villian_Os, 2019-10-02 06:46:19

How to connect to a shared folder with Linux OS (AstraLinux) to Windows?

Hello, I recently installed AstraLinux, you need to connect to the shared folder. I don't see it anywhere and can't find it online. The folder is on Windows.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Z
Zzzz9, 2019-10-02
@Zzzz9

Must be a SAMBA client. It depends on which Windows (more precisely the SMB version)
You can find out the SMB version in windows, if you connect to the ball, run powershell as an administrator, get-smbconnection will show the version in the Dialect column.
In linux, connect the win share:
1) not win 10 sudo mount.cifs ///<shared folder> -o user=username /media
2) win 10 sudo mount.cifs /// -o user=username,vers=3.0 /media
(win 10 mean SMB=3, other wins can also have SMB 1 disabled)

A
Alexander, 2019-10-02
@NeiroNx

And if you enter the address manually in the folder browser program
Automatic search for computers and their resources does not always work well.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question