Linux挂载的nfs、samba命令

# 挂载NFS
mount -t nfs 192.168.3.3:/media/PT /root/PT

# 挂载samba
mount -t smbfs -o username=用户名,password=密码 //192.168.3.3/share /media/PT
最后修改:2019 年 09 月 17 日 11 : 43 AM
如果觉得我的文章对你有用,请随意赞赏

发表评论