# IT #/Linux

# Centos 7.x exFAT Mount (리눅스 7.x exFAT 마운트) #

국철 2020. 1. 29. 11:15
반응형

[root@demo ~]# yum install http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
Loaded plugins: fastestmirror, langpacks
nux-dextop-release-0-1.el7.nux.noarch.rpm                                                    | 9.6 kB  00:00:00     
Examining /var/tmp/yum-root-pAi8ef/nux-dextop-release-0-1.el7.nux.noarch.rpm: nux-dextop-release-0-1.el7.nux.noarch
Marking /var/tmp/yum-root-pAi8ef/nux-dextop-release-0-1.el7.nux.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package nux-dextop-release.noarch 0:0-1.el7.nux will be installed
--> Finished Dependency Resolution

Dependencies Resolved

====================================================================================================================
 Package                    Arch           Version             Repository                                      Size
====================================================================================================================
Installing:
 nux-dextop-release         noarch         0-1.el7.nux         /nux-dextop-release-0-1.el7.nux.noarch         3.5 k

Transaction Summary
====================================================================================================================
Install  1 Package

Total size: 3.5 k
Installed size: 3.5 k
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
  Installing : nux-dextop-release-0-1.el7.nux.noarch                                                            1/1 
  Verifying  : nux-dextop-release-0-1.el7.nux.noarch                                                            1/1 

Installed:
  nux-dextop-release.noarch 0:0-1.el7.nux                                                                           

Complete!
[root@demo ~]# yum install exfat-utils fuse-exfat
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.kakao.com
 * extras: ftp.iij.ad.jp
 * nux-dextop: li.nux.ro
 * updates: ftp.iij.ad.jp
nux-dextop                                                                                   | 2.9 kB  00:00:00     
nux-dextop/x86_64/primary_db                                                                 | 1.8 MB  00:00:10     
Resolving Dependencies
--> Running transaction check
---> Package exfat-utils.x86_64 0:1.2.7-1.el7.nux will be installed
---> Package fuse-exfat.x86_64 0:1.2.7-1.el7.nux will be installed
--> Finished Dependency Resolution

Dependencies Resolved

====================================================================================================================
 Package                    Arch                  Version                           Repository                 Size
====================================================================================================================
Installing:
 exfat-utils                x86_64                1.2.7-1.el7.nux                   nux-dextop                 58 k
 fuse-exfat                 x86_64                1.2.7-1.el7.nux                   nux-dextop                 39 k

Transaction Summary
====================================================================================================================
Install  2 Packages

Total download size: 97 k
Installed size: 282 k
Is this ok [y/d/N]: y
Downloading packages:
고: /var/cache/yum/x86_64/7/nux-dextop/packages/exfat-utils-1.2.7-1.el7.nux.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 85c6cd8a: NOKEY
Public key for exfat-utils-1.2.7-1.el7.nux.x86_64.rpm is not installed
(1/2): exfat-utils-1.2.7-1.el7.nux.x86_64.rpm                                                |  58 kB  00:00:12     
(2/2): fuse-exfat-1.2.7-1.el7.nux.x86_64.rpm                                                 |  39 kB  00:00:13     
--------------------------------------------------------------------------------------------------------------------
Total                                                                               7.1 kB/s |  97 kB  00:00:13     
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-nux.ro
Importing GPG key 0x85C6CD8A:
 Userid     : "Nux.Ro (rpm builder) <rpm@li.nux.ro>"
 Fingerprint: 561c 96bd 2f7f dc2a db5a fd46 e98b fbe7 85c6 cd8a
 Package    : nux-dextop-release-0-1.el7.nux.noarch (installed)
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-nux.ro
Is this ok [y/N]: y
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : fuse-exfat-1.2.7-1.el7.nux.x86_64                                                                1/2 
  Installing : exfat-utils-1.2.7-1.el7.nux.x86_64                                                               2/2 
  Verifying  : exfat-utils-1.2.7-1.el7.nux.x86_64                                                               1/2 
  Verifying  : fuse-exfat-1.2.7-1.el7.nux.x86_64                                                                2/2 

Installed:
  exfat-utils.x86_64 0:1.2.7-1.el7.nux                      fuse-exfat.x86_64 0:1.2.7-1.el7.nux                     

Complete!

반응형