연재 강좌

CentOS 7 Centos 7 에서 NTFS 인식하기

2015.06.06 11:20

gooddew 조회:7539

1.기존 repo 삭제

# rm /etc/yum.repo.d/epel.repo

# rm /etc/yum.repo.d/epel-testing.repo
 

2. 키삭제

# rm /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL
 

3.Clean yum 
# yum clean all
 

4.최신버전 repo 다운 

# yum -y install wget
# wget https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm

 
5. repo 설치 
# yum -y install epel-release-7-5.noarch.rpm


repo 프로그램 리스트 업데이트

#yum -y install epel-release


6. ntfs-3g 설치 
#yum -y install ntfs-3g



usb 드라이브 마운트 예시

fdisk -l 해서 usb 드라이브 장치명확인

/dev/sdv4 ~~


mkdir /mnt/usb (폴더 생성)

mount /dev/sdb4 /mnt/usb (마운트 하기)
 


언마운트 하기

현재 위치가 마운트된 폴더 안에 있다면 이동하세요

umount /dev/sdb4

XE1.11.6 Layout1.4.8