연재 강좌
CentOS 7 Centos 7 에서 NTFS 인식하기
2015.06.06 11:20
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
댓글 [0]
번호 | 제목 | 글쓴이 | 조회 |
---|---|---|---|
[공지] | 연재 강좌를 진행합니다. | gooddew | - |
125 | CentOS 7| OpenSSL 업데이트 | gooddew | 7539 |
124 | CentOS 7| top 활용하기 | gooddew | 5489 |
123 | CentOS 7| 시스템 하드 복사하기 ( DISK TO DISK ) | gooddew | 13130 |
122 | CentOS 7| 백업 및 복구 | gooddew | 11691 |
121 | CentOS 7| 윈도우 클라이언트에서 PUTTY 자동 로그인 | gooddew | 5256 |
» | CentOS 7| Centos 7 에서 NTFS 인식하기 | gooddew | 7625 |
119 | CentOS 7| root 패스워드 초기화 [1] | gooddew | 9068 |
118 | CentOS 7| SSH 보안 정책 | gooddew | 6406 |
117 | CentOS 7| 패스워드 보안 정책 | gooddew | 6342 |
116 | CentOS 7| MC를 이용한 FTP 활용 [2] | gooddew | 6779 |
115 | CentOS 7| 리눅스 명령어 정리 | gooddew | 9990 |
114 | CentOS 7| 유용한 프로그램 설치하기 | gooddew | 10050 |
113 | CentOS 7| 네트워크 수동 설정하기 | gooddew | 29685 |
112 | CentOS 7| AWStats를 설치하기 | gooddew | 18218 |
111 | CentOS 7| 방화벽 서버 구축 ( firewalld ) [1] | gooddew | 5508 |
110 | CentOS 7| 방화벽 서버 구축( iptables ) | gooddew | 5469 |
109 | CentOS 7| PROXY 서버 구축 | gooddew | 5223 |
108 | CentOS 7| DHCP 서버 구축 | gooddew | 5893 |
107 | CentOS 7| NFS 서버 구축 | gooddew | 5690 |
106 | CentOS 7| 메일( sendmail / dovecot ) 서버 구축 | gooddew | 5710 |