연재 강좌
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 | - |
33 | CentOS 7| OpenSSL 업데이트 | gooddew | 7542 |
32 | CentOS 7| top 활용하기 | gooddew | 5492 |
31 | CentOS 7| 시스템 하드 복사하기 ( DISK TO DISK ) | gooddew | 13136 |
30 | CentOS 7| 백업 및 복구 | gooddew | 11696 |
29 | CentOS 7| 윈도우 클라이언트에서 PUTTY 자동 로그인 | gooddew | 5261 |
» | CentOS 7| Centos 7 에서 NTFS 인식하기 | gooddew | 7627 |
27 | CentOS 7| root 패스워드 초기화 [1] | gooddew | 9072 |
26 | CentOS 7| SSH 보안 정책 | gooddew | 6409 |
25 | CentOS 7| 패스워드 보안 정책 | gooddew | 6344 |
24 | CentOS 7| MC를 이용한 FTP 활용 [2] | gooddew | 6781 |
23 | CentOS 7| 리눅스 명령어 정리 | gooddew | 9993 |
22 | CentOS 7| 유용한 프로그램 설치하기 | gooddew | 10052 |
21 | CentOS 7| 네트워크 수동 설정하기 | gooddew | 29689 |
20 | CentOS 7| AWStats를 설치하기 | gooddew | 18329 |
19 | CentOS 7| 방화벽 서버 구축 ( firewalld ) [1] | gooddew | 5510 |
18 | CentOS 7| 방화벽 서버 구축( iptables ) | gooddew | 5473 |
17 | CentOS 7| PROXY 서버 구축 | gooddew | 5225 |
16 | CentOS 7| DHCP 서버 구축 | gooddew | 5895 |
15 | CentOS 7| NFS 서버 구축 | gooddew | 5693 |
14 | CentOS 7| 메일( sendmail / dovecot ) 서버 구축 | gooddew | 5714 |