Linux/CentOS
CentOS에 ntfs usb 마운트
간즁
2015. 6. 5. 01:11
출처 : 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