출처 : http://thisisyours.tistory.com/4
1. 설치
1) 준비
-- 기본 repository에 없는 패키지를 설치하기 위한 작업
# yum -y install yum-priorities
# wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
(http://wiki.centos.org/AdditionalResources/Repositories/RPMForge 에서 다른 버전도 다운받을 수 있다.)
# rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
2) 필요 패키지 설치
# yum -y install fuse fuse-ntfs-3g dkms dkms-fuse
2. 마운트
-- -t 옵션으로 마운트 형식 설정해준 다음 마운트
#mount -t ntfs-3g /dev/sdc1 /mnt/usb
'Linux > CentOS' 카테고리의 다른 글
CentOS에 Java & MySQL 설치 및 기본 셋팅 (0) | 2015.08.07 |
---|---|
yum으로 rpm만 다운로드 하기 (0) | 2015.06.10 |
Linux GPT 파티션 (0) | 2015.06.04 |
Docker in CentOS 7 minimal (0) | 2015.04.09 |
CentOS 를 Windows의 Active Directory에 Join 시키기 (0) | 2015.04.09 |