CentOS How to mount a FAT partition

Source: Internet
Author: User
Tags centos

After freeing up the NTFS, I found that my project file was in a FAT32 directory, so I decided to get him in.
Yesterday carved a win7_sp1_x86_64 plate, ready to change a pure system, you know. 1. Use this command:

Mount-o Iocharset=utf8/dev/sdb3/mnt/windows/l_fat32

First, create a windows/l_fat32 clip.
This command was executed successfully.

2. Or the old fashioned

Vim/etc/fstab Modify this file

3. Add a row

Dev/sdb3/mnt/windows/l_fat32 VFAT Defaults 0 0

Should have added a UTF8 code description, but in my computer is redundant, so removed

Problem encountered: CentOS mount FAT32 partition cannot display Chinese

Here is the workaround:

Mount-o Iocharset=utf8/dev/hdb5/mnt/win_d

Mount-o Iocharset=utf8/dev/sda5/mnt/usb

If ISO is used as a virtual optical drive, you can

Losetup/dev/loop7/yourpath/youriso.iso
and then
Mount/dev/cdrom/mnt/cdrom

(Assuming that there is a win_d,usb,cdrom directory under the MNT directory, do not build yourself)

The difference between Losetup and mount is that the Losetup can be virtual out of the CD drive, and the simple mount can only display files (equivalent to only one folder)

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.