unbuntu/centos7挂载移动硬盘

新买的移动硬盘插服务器报错,有一个exfat 报错信息,然后谷歌exfat ubuntu 

sudo apt-get install exfat-utils

Recommend u disk to use exfat format, why? Two reasons: 

1. The three major operating systems (Linux, Mac, Windows) all support the exfat format.

2. exfat supports files larger than 4G.


1.Install the nux repo for CentOS 7

yum install -yhttp://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm

yum install exfat-utils fuse-exfat

装这两包

3.插U盘,cat /proc/partitions, 看看是否挂载成功

4.cd /media

mkdir udisk

mount -t exfat /dev/sdbX(X是你的盘号) udisk

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

  • **2014真题Directions:Read the following text. Choose the be...
    又是夜半惊坐起阅读 10,794评论 0 23
  • rljs by sennchi Timeline of History Part One The Cognitiv...
    sennchi阅读 7,672评论 0 10
  • This chapter discusses some of the design decisions that ...
    狂风无迹阅读 1,075评论 0 0
  • pyspark.sql模块 模块上下文 Spark SQL和DataFrames的重要类: pyspark.sql...
    mpro阅读 9,801评论 0 13
  • CPU访问内存单元的时候,要给出内存单元的地址,所有的内存单元都有唯一的地址,我们也称为物理地址 但是,但是!!!...
    mkb2阅读 481评论 0 1

友情链接更多精彩内容