How to mount windows partitions to linux

Source: Internet
Author: User
How to mount windows partitions to linux-general Linux technology-Linux technology and application information is as follows. For example, you can mount drive D in windows to linux.

First, create a directory to mount the partition.

# Cd/mnt

# Mkdir windows

Run the following command:

# Mount/dev/hda5/mnt/windows

Among them, hda5 represents D disk, C disk is hda1, E disk is hda6, and so on.

To recognize Chinese characters, run the following command:

# Mount-t vfat-o iocharset = cp936/dev/hda5/mnt/windows

If you want to automatically load windows partitions when linux is started, log on as the root user, find the "fstab" file under/etc, and add a command to the last line of the file

"/Dev/hda5/mnt/windows vfat ults, codepage = 936, iocharset = cp936 1 1"
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.