First, install mount cifs module on the Ubuntu side,
sudo apt install cifs-utils
then make sure shared folder created and shared out.
On the Ubuntu side, create the mounting point /nfs/mypc, and then mount the drive by the command below:
sudo mount -t cifs -o username=huangs,password=brain123,uid=huangs,gid=huangs //10.217.133.244/BigShare /nfs/mypc
Subscribe to:
Comments (Atom)
NYSE:ORCL -- Oracle
26-03-11 ☁️ Oracle:杠杆的艺术 2026财年第三季度关键指标: ☁️营收增长加速(但存在一些问题):总营收达到 172 亿美元,同比增长 22%。按固定汇率计算,增长率仅为 18%,这意味着部分增长来自汇率波动,而非实际需求。 📦 积压订单持续攀升:RPO 达...
-
Bash Comparison Operators Integer comparison is equal to if [ "$a" -eq "$b" ] is not...
-
Stock: ESEA == Upside 34% , Div 10% EPD == Upside 14% , Div 7.5% ETF: YYY == Div 10%
-
login shell : A login shell logs you into the system as a specified user, necessary for this is a username and password. When you hit ct...