How to mount Windows files in Linux

Source: Internet
Author: User

With the increasingly mature and stable linux system and its unique advantages of open source code, linux has been widely used in the world. Nowadays, many enterprise computer systems are using linux. The problem also arises. Today we will mainly discuss the issue of file sharing with Windows mounted on Linux systems.

Mount Windows File Sharing

The core of Windows Network Sharing is SMB/CIFS. To mount windows disk sharing in linux, you must install and use the samba software package. Currently, most popular linux distributions already contain samba packages. If samba is not installed on linux, install samba first. Of course, you can also
Download www.samba.org... the new version is 3.0.10.
After windows sharing is configured, you can mount the file on the linux client as follows:
# Mkdir-p/mnt/samba
Note: create a directory for mount point)
# Mount-t smbfs-o username = administrator, password = pldy123 // 10.140.133.23/c $/mnt/samba

Note: administrator and pldy123 are user names and passwords of windows computers with IP addresses 10.140.133.23, and c $ is a disk share of this computer.
In this way, files on windows disks can be accessed through/mnt/samba on linux. The preceding operations are successfully performed in redhat as server 3, redflag server 4.1, suse server 9, windows NT 4.0, windows 2000, windows xp, and windows 2003 environments.

After reading this article, you should be able to learn how to mount Windows File Sharing in Linux.

  1. Analysis on Suse Linux under vm
  2. Preschool guidance: SUSE Linux
  3. Abbreviations in SUSE Linux
  4. Operation Manual: Install the RDAC driver in SUSE
  5. Your Chameleon: Open Suse

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.