最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

Windows共享文件夹给CentOS7使用

业界 admin 12浏览 0评论

1.设置windows下的文件夹为共享模式

2、CentOS下执行 :

      a、yum install samba-client
      b、yum install nfs-utils
      c、smbclient -L //192.168.2.246 -U administrator
      d、mkdir -p /mnt/windows

      e、mount -t cifs -o username="Administrator",password="123456" //192.168.2.246/spider /mnt/windows




安装之后,/sbin/下面多了两个mount文件,分别是mount.nfs和mount.nfs4:

[root@localhost home]# ll     /sbin/mount*
-rwxr-xr-x. 1 root root  11280 Aug  4  2017 /sbin/mount.fuse
-rwsr-xr-x. 1 root root 113304 Mar  7 21:39 /sbin/mount.nfs
lrwxrwxrwx. 1 root root      9 Apr 30 23:42 /sbin/mount.nfs4 -> mount.nfs
-rwxr-xr-x. 1 root root  35813 Mar  7 21:39 /sbin/mountstats
[root@localhost home]#



 

1.设置windows下的文件夹为共享模式

2、CentOS下执行 :

      a、yum install samba-client
      b、yum install nfs-utils
      c、smbclient -L //192.168.2.246 -U administrator
      d、mkdir -p /mnt/windows

      e、mount -t cifs -o username="Administrator",password="123456" //192.168.2.246/spider /mnt/windows




安装之后,/sbin/下面多了两个mount文件,分别是mount.nfs和mount.nfs4:

[root@localhost home]# ll     /sbin/mount*
-rwxr-xr-x. 1 root root  11280 Aug  4  2017 /sbin/mount.fuse
-rwsr-xr-x. 1 root root 113304 Mar  7 21:39 /sbin/mount.nfs
lrwxrwxrwx. 1 root root      9 Apr 30 23:42 /sbin/mount.nfs4 -> mount.nfs
-rwxr-xr-x. 1 root root  35813 Mar  7 21:39 /sbin/mountstats
[root@localhost home]#



 

发布评论

评论列表 (0)

  1. 暂无评论