How to mount Windows XP shared folders or hard disk partitions on your XP Computer in Linux

Source: Internet
Author: User

I haven't used samba for a long time. I just needed to mount Windows sharing under fedora9 to use smbmount. When I run smbmount, I am prompted that this command is unavailable and Samba is installed in the system, why not? Google knows that since fedora9, the concept of smbmount has not been used. Instead, CIFS (Common Internet File systemcifs) is used ), in other words, after this, the system can directly mount Windows sharing by using the mount and CIFS parameter.

Usage:

First add a shared folder Linux in your XP Computer
# Mount-t cifs-O username = fish, password = fish // 192.168.1.10/Linux/mnt/Linux

This is convenient.

However, if you want to mount your hard disk partition, set your hard disk partition d to share, but your sharing name must be in English.

# Mount-t cifs-O username = fish, password = fish // 192.168.1.10/LD/mnt/d

This is fine.

If you want to uninstall your mounted items

# Umount/mnt/Linux

# Umount/mnt/d

You can.

Note:

CIFS is a common protocol for ms. In Windows, network neighbors access other computers using the CIFS protocol.

Related Article

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.