zoukankan      html  css  js  c++  java
  • centos8 安装ntfs-3g

    1.https://www.tuxera.com/community/open-source-ntfs-3g/  在官网下载源码包

    2.将下载的文件上传给centos8  :

      rz ntfs-3g_ntfsprogs-2017.3.23.gz

    3.解压文件:

      tar xvf ntfs-3g_ntfsprogs-2017.3.23.gz

    4.进入解压文件夹:

      cd ntfs-3g_ntfsprogs-2017.3.23

    5.编译安装:

      ./configure
      make
      make install # or 'sudo make install' if you aren't root

    6.安装完成后检验:

      ntfs-3g  

          提示如下内容,说明安装成功:

      

    ntfs-3g: No device is specified.
    
    ntfs-3g 2017.3.23 integrated FUSE 27 - Third Generation NTFS Driver
            Configuration type 1, XATTRS are on, POSIX ACLS are off
    
    Copyright (C) 2005-2007 Yura Pakhuchiy
    Copyright (C) 2006-2009 Szabolcs Szakacsits
    Copyright (C) 2007-2017 Jean-Pierre Andre
    Copyright (C) 2009 Erik Larsson
    
    Usage:    ntfs-3g [-o option[,...]] <device|image_file> <mount_point>
    
    Options:  ro (read-only mount), windows_names, uid=, gid=,
              umask=, fmask=, dmask=, streams_interface=.
              Please see the details in the manual (type: man ntfs-3g).
    
    Example: ntfs-3g /dev/sda1 /mnt/windows
    
    News, support and information:  http://tuxera.com
  • 相关阅读:
    区分浏览器的刷新与关闭(网上查到,记录一下)
    echarts中设置markPoint
    Vue自定义指令,ref ,sync,slot
    手动封装on,emit,off
    数组的一些操作
    ES6-字符串扩展-padStart(),padEnd()
    MongoDB 数据库
    新地方
    使用echarts踩过的一些坑
    IE无法访问vue项目
  • 原文地址:https://www.cnblogs.com/jingzaixin/p/12750494.html
Copyright © 2011-2022 走看看