码迷,mamicode.com
首页 > Windows程序 > 详细

Linux开机自动挂载局域网windows共享文件夹

时间:2015-03-31 20:13:05      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:ubuntu   centos   windows   linux   局域网   

编辑/etc/fstab文件

在其中添加

#mount  -t smbfs  -o username=linux,password=passwd  //192.168.121.121/share  /mnt/share

//192.168.121.122/share    /mnt/share   /smbfs     username=linux,password=passwd     0    0

Linux开机自动挂载局域网windows共享文件夹

标签:ubuntu   centos   windows   linux   局域网   

原文地址:http://blog.csdn.net/svap1/article/details/44783175

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!