ubuntu挂载windows共享目录

ubuntu 挂载 windows共享目录

sudo apt install cifs-utils
sudo mount -t cifs //your_host/your_share /your_mount_dir -o username=your_username,password=your_passwd,dir_mode=0777,file_mode=0777

猜你喜欢

转载自blog.csdn.net/hqq091425/article/details/123644727