센토스7에서 NTFS 파일 시스템을 마운트하려면 먼저 EPEL 7 이 필요하다.

How To Install EPEL Repository On CentOS And RHEL 7

[root@localhost ~]# cat  /etc/centos-release     # 자신의 릴리즈 버전이 몇인지 확인

CentOS Linux release 7 (Broken)


Download EPEL and install using yum:

[root@localhost ~]# yum install http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm

[root@localhost ~]# yum update

[root@localhost ~]# yum repolist

Loaded plugins: fastestmirror, langpacks

Loading mirror speeds from cached hostfile

 * epel: nl.mirror.eurid.eu

repo id                                                                        repo name                                                                                                 status

epel/x86_64                                                               Extra Packages for Enterprise Linux 7 - x86_64                                   4,572

이렇게 EPEL이 Linux 7으로 뜬다면, 제대로 설치가 된 것이다.


Intsll NTFS

[root@localhost ~]# yum install ntfs-3g

이제 ntfs-3g를 설치하면, EPEL 버전을 근거하여 센토스 7에 맞게 ntfs-3가 설치될 것이다.

이제 windows가 설치되어있는 하드디스크, 외장하드등도 모두 접근할 수 있다.



나의 /etc/fstab


이제 centos7부터는 우분투와 완전 똑같다. 이렇게 /run/media/username/mount dir 에 마운트를 시키면 아래의 캡쳐 사진과 같이 옆에 마운트 된 저장소가 뜨는 것을 볼 수 있다!!!


'Linux > CentOS' 카테고리의 다른 글

CentOS 7 - SSD Active  (0) 2014.08.24
CentOS 7 - media repository  (0) 2014.08.24
RPM (Redhat Package Manager)  (0) 2013.08.11
[CentOS] How to install Python 2.7 and 3.3 Install  (0) 2013.04.07
CentOS 6.4 NVIDIA GeForce Graphic Driver Install  (3) 2013.04.06
Posted by scii
: