前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >在Linux下挂载Windows系统共享目录

在Linux下挂载Windows系统共享目录

作者头像
用户8704998
修改2021-06-08 10:27:50
3.7K0
修改2021-06-08 10:27:50
举报

默认情况下,Linux服务器会装有samba-client,但是没有装samba-server。但是访问Windows系统共享,安装有samba-client就可以了。

[root@test ~]# rpm -qa | grep samba

samba-3.6.23-14.el6_6.x86_64

samba-client-3.6.23-14.el6_6.x86_64

samba-common-3.6.23-14.el6_6.x86_64

samba-winbind-clients-3.6.23-14.el6_6.x86_64

samba-swat-3.6.23-14.el6_6.x86_64

samba-winbind-devel-3.6.23-14.el6_6.x86_64

samba-winbind-3.6.23-14.el6_6.x86_64

samba-winbind-krb5-locator-3.6.23-14.el6_6.x86_64

尝试挂载

[root@test ~]# mount -t cifs -o "username=domain\user" //192.168.1.101/share /mnt/share

常见错误:

mount: wrong fs type, bad option, bad superblock on //dbxi2.sl.dxdbbackup/Backup_Mgo13,

missing codepage or helper program, or other erro

(for several filesystems (e.g. nfs, cifs) you might

need a /sbin/mount. helper program)

In some cases useful info is found in syslog - try

dmesg | tail or so

需要安装cifs-utils

[root@test ~]# yum install cifs-utils

重新挂载

[root@test ~]# mount -t cifs -o "username=domain\user" //192.168.1.101/share /mnt/share

查看挂载的指定主机的Windows系统共享

[root@test ~]# smbclient -L 192.168.1.101 -U domain\\use

Enter domain\user's password:

Domain=[domain] OS=[Windows Server 2008 R2 Standard 7601 Service Pack 1] Server=[Windows Server 2008 R2 Standard 6.1]

Sharename Type Comment

--------- ---- -------

ADMIN$ Disk Remote Admin

C$ Disk Default share

cdn Disk

D$ Disk Default share

dbbackup Disk

E$ Disk Default share

FTP Disk

iisbackup Disk

IPC$ IPC Remote IPC

MSSQL_REPL Disk

share Disk

tmp Disk

session request to 192.168.1.101 failed (Called name not present)

Domain=[domain] OS=[Windows Server 2008 R2 Standard 7601 Service Pack 1] Server=[Windows Server 2008 R2 Standard 6.1]

Server Comment

--------- -------

Workgroup Maste

--------- -------

------------------------------------分割线------------------------------------

如何在Ubuntu 14.04中使用Samba共享文件  http://www.linuxidc.com/Linux/2014-07/104894.htm

VMWare 虚拟机 Ubuntu 双网卡 访问 samba 速度 翻倍 http://www.linuxidc.com/Linux/2013-06/85445.htm

Samba文件共享服务器加入Windows Server 2003域 http://www.linuxidc.com/Linux/2013-06/86391.htm

Samba安装配置 http://www.linuxidc.com/Linux/2013-06/86101.htm

CentOS 6.2 下Samba 服务的配置 http://www.linuxidc.com/Linux/2013-01/78390.htm

Samba服务器安装和配置  http://www.linuxidc.com/Linux/2014-12/110459.htm

Win7+VMware+Fedora18 Samba服务器的搭建图解 http://www.linuxidc.com/Linux/2013-01/78234.htm

------------------------------------分割线------------------------------------

本文系转载,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文系转载前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档