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.
- Analysis on Suse Linux under vm
- Preschool guidance: SUSE Linux
- Abbreviations in SUSE Linux
- Operation Manual: Install the RDAC driver in SUSE
- Your Chameleon: Open Suse