Home > System Tutorial > LINUX > body text

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

WBOY
Release: 2024-01-07 16:33:59
forward
1427 people have browsed it

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

linux无法识别ntfs格式U盘怎么办? 解决linux不识别nfst格式u盘问题技巧

Use the tool to upload the ntfs-3g service package to the Linux system.

linux无法识别ntfs格式U盘怎么办? 解决linux不识别nfst格式u盘问题技巧

Unzip the installation package

#tar -zxvf ntfs-xxx.gz

linux无法识别ntfs格式U盘怎么办? 解决linux不识别nfst格式u盘问题技巧

Enter Unzip the directory and configure before installation

#./configure

linux无法识别ntfs格式U盘怎么办? 解决linux不识别nfst格式u盘问题技巧

Compile and install the source code

#make && make install

linux无法识别ntfs格式U盘怎么办? 解决linux不识别nfst格式u盘问题技巧

linux无法识别ntfs格式U盘怎么办? 解决linux不识别nfst格式u盘问题技巧

Create a new /data directory and use the mount command to mount the USB disk.

linux无法识别ntfs格式U盘怎么办? 解决linux不识别nfst格式u盘问题技巧

You can see the files in the mounted USB disk.

linux无法识别ntfs格式U盘怎么办? 解决linux不识别nfst格式u盘问题技巧

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!

Related labels:
source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!