ubuntu 挂载window共享文件夹

1、安装smbfs

# sudo apt-get install smbfs

2、建立挂载目录

# sudo mkdir -p /mnt/shared

注:mkdir -p 是创建多级目录

3、挂载windows共享

# sudo mount -t cifs -o username=administrator,password=abc123 //192.168.1.110/shared /mnt/shared

注:username,password 都是window用户

ubuntu 挂载window共享文件夹

时间: 2024-10-06 20:00:28

ubuntu 挂载window共享文件夹的相关文章

详述在Linux上挂载window共享文件夹

需求 Linux系统由于和Windows系统文件格式不一样,导致很多文件不能直接通用.如果要将linux的数据拷贝到win版本需要挂载硬盘或者通过下载比较麻烦,通过挂载windows的共享文件夹来传输文件那就比较方便了. 解决方案 在window上文件设置共享权限 在Linux上在 使用mount 命令挂载 Windows 共享文件夹 试验环境 redhat linux 6.56.5操作系统 服务器IP 192.168.100.8 window 7操作系统 window 7 IP 192.168

samba 挂载windows共享文件夹

先转载一片文章     centOS下yum安装配置samba 地址 http://blog.csdn.net/linglongwunv/article/details/5212875 遇到问题1 # smbpasswd -a username 创建用户不成功 Failed to add entry for user usernamessss.     解决  创建系统管理员,就是登录服务器时候的那个. 有了系统管理员aaa  才能创建samba管理员aaa 从Windows 客户端连接到Sam

linux 挂载windows 共享文件夹

mount -t cifs -o username=administrator,password=123 //$IP/ /mnt linux 挂载windows 共享文件夹,布布扣,bubuko.com

mount挂载windows共享文件夹

今天在centos 7下挂载windows共享文件夹遇到报错 mount error(115): Operation now in progress Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) 折腾了半天才去看了一眼日志 messages内 Oct 28 03:17:59 localhost kernel: CIFS VFS: Error connecting to socket. Aborting operation

烂泥:CentOS6.5挂载windows共享文件夹

本文由秀依林枫提供友情赞助,首发于烂泥行天下. 由于工作需要,需要把本机的文件夹共享出去,然后让CentOS服务器临时使用下. 服务器使用的是CentOS系统,而本机使用的win7系统.考虑到是临时使用,所以就不打算搭建FTP和Samba服务器,直接通过CentOS挂载windows共享文件夹的方式来达到此目的. 既然是使用windows共享文件夹的方式,那么我们必须先在本机创建一个共享目录.如下: 在此需要注意下,我们给administrator管理员的共享权限是可读写权限.等下我们会在Cen

linux挂载windows共享文件夹的方法

对于linux的初级使用阶段,都会Windows中使用linux虚拟机VMWare或者其它的.在Windows与linux之间互传文件是一个问题.本方法介绍的是在linux下挂载Windows共享文件夹的方法来实现的 本方法是以win7,VMware9.0.1 ,centos6.4为基础实验的. 1.首先安装VMware Tools(如果已经安装过了就不用安装了) (1)挂载VMware Tools 先点击虚拟机中菜单栏的VM,下拉菜单中的settings,然后弹出下面这张图,按顺序选择. 在第

ubuntu server 14.04和18.04挂载vmware共享文件夹

1.ubuntu server 14.04 先在虚拟机Ubuntu系统关机的情况下配置好共享文件夹,比如我配置的文件夹是linux_shared.然后开启Ubuntu并查看有哪些可用的共享目录: vmware-hgfsclient 提示linux_shared就是刚才设置好的共享文件夹名称了. mount -t vmhgfs .host:/linux_shared /mnt/hgfs 如果提示Error: cannot mount filesystem: No such device就先安装op

如何在Ubuntu下挂载windows共享文件夹

a.在windows下新建共享文件夹linuxshare b.安装cifs,root执行命令 apt-get install cifs-utils c.在mnt下新建共享文件夹挂载目录,root执行命令 mkdir /mnt/winshare d.将共享文件夹挂载到/mnt/winshare下,root执行命令 mount -t cifs -o username=administrator(windows用户名),password=abc123 //192.168.1.110(windows机器

在VirtualBox ubuntu/linux虚拟机中挂载mount共享文件夹

referemce: https://www.smarthomebeginner.com/mount-virtualbox-shared-folder-on-ubuntu-linux/ 1) VirtualBox manager -> setting -> share folder -> add share folder -> 选择 "Auto-mount " "Make permanent" 2) 打开VirtualBox虚拟机,共享文件夹