CentOS8 access windows shared folder, mount windows shared folder

Insert picture description here
In the CentOS8 terminal, enter su and enter, enter root to
display the shared folder of the window. In the VMware virtual machine option, you need to configure the windows directory specified by the windows shared folder, and select Enable
Command:
View the shared folder
vmware- loaded by vmware-tools hgfsclient

Create a Linux directory for hanging in the windows shared folder
mkdir /common

Mount the windows shared folder to cenos8, assign it to the root directory common, and username is the login account password of windows
mount -t cifs -o username=WangZong,password=@1992*-qwe //192.168.1.254/common /common

Guess you like

Origin blog.csdn.net/u011511086/article/details/111841913