Answer the question
In order to leave comments, you need to log in
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
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)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question