Let me share with you how to identify and mount the ntfs format U disk in Linux
Insert the U disk into the Linux system and check the status of the U disk.
#fdisk -l
Use the tool to upload the ntfs-3g service package to the Linux system.
Unzip the installation package
#tar -zxvf ntfs-xxx.gz
Enter Unzip the directory and configure before installation
#./configure
Compile and install the source code
#make && make install
Create a new /data directory and use the mount command to mount the USB disk.
You can see the files in the mounted USB disk.
The above is the detailed content of What should I do if linux cannot recognize the ntfs format U disk? Tips to solve the problem of linux not recognizing the nfst format U disk. For more information, please follow other related articles on the PHP Chinese website!