In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail what to do when there is an error in ubuntu mounting mobile hard disk mount:unknown filesystem type exfat. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article.
Error mounting removable hard disk in ubuntu: mount:unknown filesystem type 'exfat'
The method of treatment is as follows:
Ubuntu 13.10 or above
Install exfat-fuse:
Sudo apt-get install exfat-fuse
Ubuntu 13.04 or below
Sudo apt-add-repository ppa:relan/exfatsudo apt-get updatesudo apt-get install fuse-exfat
The solution to the error of CentOS Linux mounting exfat format u disk
The extfat-formatted U disk is loaded in CentOS, but it cannot be mounted, and the mount: unknown filesystem type 'exfat' error persists.
[root@localhost] mount-t exfat / dev/sdb1 / good
Mount: unknown filesystem type 'exfat'
No matter how hard you try, a flash drive in exfat format cannot be mounted. Even though the system has recognized the flash drive, it cannot be mounted. Here is the basic solution.
1. Download fuse-exfat and exfat-util respectively
Wget http://download1.rpmfusion.org/free/el/updates/6/SRPMS/fuse-exfat-1.0.1-2.el6.src.rpm
Wget http://download1.rpmfusion.org/free/el/updates/6/SRPMS/exfat-utils-1.0.1-2.el6.src.rpm
two。 Installation dependency
Yum-y install scons fuse-devel
Install rpm-build
Yum install rpm-build
Install the two downloaded packages
Rpm-ivh fuse-exfat-1.0.1-1-el6.src.rpm exfat-utils-1.0.1-1.el6.src.rpm
Compile with rpmbuild
$cd ~ / rpmbuild/SPECS
$rpmbuild-ba fuse-exfat.spec
$rpmbuild-ba exfat-utils.spec
Re-create the rpm file generated by spec compilation
/ root/rpmbuild/RPMS/x86_64
Rpm-ivh exfat-utils-1.0.1-2.el6.x86_64.rpm exfat-utils-1.0.1-1.el6.x86_64.rpm
Note that these two are different from the previous ones. Without src, they are files that can be executed directly.
This is the end of the article on "what to do if there is an error in ubuntu mounting mobile hard drive mount:unknown filesystem type exfat". I hope the above content can be of some help to you so that you can learn more knowledge. if you think the article is good, please share it out for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.