星期三, 3月 21, 2012

[Ubuntu] 命令列下掛載網芳分享的作法

1. 不需密碼

# mount -t cifs //winserver/myshare /mnt

2. 需要帳號密碼

# mount -t cifs //winserver/myshare -o username=<username>,password=<password> /mnt