Linux system prompts mount unknown when mounting U disk

  
                

Linux has an error message when mounting a USB flash drive, suggesting mount: unknown filesystem type & lsquo;ntfs’, I believe many netizens have encountered this situation, so how to deal with it? Come with Xiaobian.

Solution:

wget http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2012.1.15.tgz

tar zxvf ntfs-3g_ntfsprogs- 2012.1.15.tgz

cd ntfs-3g_ntfsprogs-2012.1.15

. /configure

make

make install

Mount:

mount -t ntfs-3g /dev/sdb1 /mnt

The system starts automount (/etc/fstab adds the following parameters)

/dev/sdb1 /mnt ntfs-3g defaults 0 0

The above is the Linux mount U disk prompts mount: unknown Filesystem type ‘ntfs’, are you still worried about the U disk mount error? The system can automatically mount the USB flash drive through the method of this article.

Copyright © Windows knowledge All Rights Reserved