Mount an exfat and FAT32 USB flash drive to CentOS
This article describes how to mount exfat format U. If you want to mount the file in the FAT32 format, you can directly view section 4th.
Let's talk about the mounting of exfat, which is a little complicated and requires some compilation technology. If you do not want to compile the file, download the attachment
; "title=" 1.jpg "src=" Http://s3.51cto.com/wyfs02/M02/4D/49/wKioL1RO_6PhmNW-AAGCRWgPQhs493.jpg " alt= "Wkiol1ro_6phmnw-aagcrwgpqhs493.jpg"/>If the drive does not have a volume label, it is converted directly.4. When the conversion is complete, it will report to you the partition of the disk you converted.650) this.width=650; "title=" 2.jpg "src=" Http://s3.51cto.com/wyfs02/M02/4D/4A/wKioL1RPADOyRZrlAAIVMxjb-U4071.jpg " alt= "Wkiol1rpadoyrzrlaaivmxjb-
Order:made a USB flash drive disk and found that the file system format is FAT32. This format supports a maximum of 4G per file and cannot be copied over 4G. In order to prevent unexpected situation in the future, so FAT32 converted to NTFS. The simplest way to avoid importing and exporting data is to use the DOS command transformation. The speed is fast and the
After reading "write an operating system by yourself", I also want to create a mini operating system myself. However, the floppy disk used in the book is almost extinct, and the USB flash disk is a favorite tool. Therefore, if you want to write the operating system into the USB flash drive, the key to success is to read and write the Boot Sector of the USB flash drive.
Format the USB flash
Click on the lower left corner of the desktop button, select Run, enter cmd
At the command prompt, enter the conversion directive: Convert *:/fs:ntfs, press ENTER, * represents the letter you want to convert. For example, D is convert d:/fs:ntfs, and so on.
If you also have this prompt (very few) in convert, set the current directory to Windows/system32, and then enter the Convert command:
Small Series Reminder:
It is recommended that you perform disk scans and Disk Defragmenter firs
1. Fdisk-lViewing the mount point of a USB flash driveFor example:[Email protected]:~# fdisk-lDevice Boot Start End sectors Size Id Type/DEV/SDB4 * 248348100 248347845 118.4G 7 Hpfs/ntfs/exfatThe device name of the USB flash drive is SDB42. Mkfs-t VFAT/DEV/SDB4[Email protected]:~# mkfs-t VFAT/DEV/SDB4Mkfs.fat 3.0.27 (2014-11-12)Mkfs.vfat:/DEV/SDB4 contains a mounted filesystem.There is no format successful, prompted to mount a file system, because Ubu
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.