- 浏览: 3467 次
- 性别:
- 来自: 北京
最新评论
文章列表
linux 挂载win 共享目录
- 博客分类:
- linux
sudo mount -t cifs -o username=administrator,passwd=123,iocharset=utf8 //192.168.1.102/share /data/s
开机
//192.168.1.102/share /data/s cifs username=administrator,password=123,iocharset=utf8 0 0
参考:http://www.douban.com/note/89437166/
参考了http://www.linuxidc.com/Linux/2012-05/59697.htm
实际上有人用启动盘去修复,比较麻烦,其实可以很简单。
就是重新加载根目录。
1.输入root密码.
2.重新加载根分区: mount -o remount,rw /
3.编辑加载项: vi /etc/fstab 去掉有问题的加载项
4.重启系统reboot
网上很多文章说的都不对,或者设置起来很麻烦。
其实这个共存很简单,不需要另外的设置。
首先就是web.xml修改,加入servlet声明,并且修改struts2相关配置
//servlet
<servlet>
<description>This is the description of my J2EE component</description>
<display-name>This is the display name of my J2EE component</display-name>
<s ...