It's glad to fall in the INTERNET. 一頭栽進電腦的世界,何其幸,何其不幸!
1. 不需密碼
# mount -t cifs //winserver/myshare /mnt
2. 需要帳號密碼
# mount -t cifs //winserver/myshare -o username=<username>,password=<password> /mnt