天天看點

Linux下挂載Windows共享目錄

mkdir /mnt/myshare #建立共享目錄

mount -t cifs -o user=user,password=password //172.0.0.0/test /mnt/myshare/ #挂載到剛才建立的目錄