1 / 34

Mount 실습 (1)

Mount 실습 (1). mount 명령 실행 : mount 상태 확인 % mount 디바이스명 확인 /dev/ sdf1 마운트 포인트 확인 /media/disk 마운트포인트로 디렉토리 이동 파일 확인 % cd /media/disk % ls /etc/rc.d 폴더에 화일들을 마우트포인트로 복사 % cp – r /etc/rc.d /media/disk. Mount 실습 (2). umount umont 디바이스명 또는 마운트포인트 % umount /dev/sdf1

lesley
Download Presentation

Mount 실습 (1)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Mount 실습(1) • mount 명령 실행 : mount 상태 확인 % mount • 디바이스명 확인 • /dev/sdf1 • 마운트 포인트 확인 • /media/disk • 마운트포인트로 디렉토리 이동 파일 확인 % cd /media/disk % ls • /etc/rc.d 폴더에 화일들을 마우트포인트로 복사 % cp –r /etc/rc.d /media/disk

  2. Mount 실습 (2) • umount • umont 디바이스명 또는 마운트포인트 % umount /dev/sdf1 • or % umount /media/disk • mount • umount 디바이스명 마운트포인트 % mount /dev/sdf1 /mnt/usb

  3. % mount

  4. %umount

  5. 마운트포인트 작성 후 마운트하기

  6. 새로운 마운트파일시스템에 파일 복사

  7. 파일 복사 확인

  8. 방화벽제거과정실습 (1) • 메뉴에서 찾는다 • 시스템 -> 관리 -> seLinux Admin • System Default -> Disable • Current Enforcing -> Disable • 위의 메뉴에서 못 찾은 경우 % vim /etc/selinux/config • SELINUX  disabled • 시스템을 리부팅한다. % reboot

  9. 방화벽제거과정실습 (2) • 명령어 이용 방화벽제거 % /usr/sbin/lokkit • “*”부분제거하여 비활성화로 만든다. • 메뉴이용 방화벽 제거 및 서비스 활성화 • % setup • 방화벽 선택 • 시스템서비스 선택 • Nfs 선택 • Samba 선택 • (intall 되어있지 않은 경우에는표시된것이 없음)

  10. nfs 서비스 선택

  11. smb서비스 선택

  12. nfs 구축하기 (1) • 서버와 크라이언트 IP확인 • 서버 : 210.119.34.x • 클라이언트 : 210.119.34.y • 서버가 클라이언트에게 제공할 폴더 설정 • 예 : /home/nfs • 폴더가 없은 경우에는 생성함 % mkdir /home/nfs • 강의노트 • P13 ~ 15

  13. Samba 서버 구축하기 (1) • 삼바서버 설정 확인 • % rpm –qa | grep samba • 삼바 서버 설치 • % yum install samba • 서버IP확인 • 210.119.33.58

  14. smb데몬 시작 및 재시작

  15. smb 데몬 실행 확인

  16. samba 설정 화일

  17. samba 사용자 설정

  18. 삼바 클라이언트 접속(1)

  19. 삼바 클라이언트 접속(2)

  20. 삼바 클라이언트 접속(3)

  21. 삼바사용자 삭제

  22. yum이 안되는 경우 • DNS 설정 !! % vi /etc/sysconfig/network-scripts/ifcfg-etho • DNS1 = 134.75.217.2 • 네트워크 데몬 재실행 % service network restart

  23. yum을 이용한 설치 • 패키지설치 확인 • % rpm –qa | grep 패키지명 • 예) rpm –qa | grep proftpd • 패키지 탐색 • % yum search 패키지명 • 예) yum search proftpd • 패키지 설치 • % yum install 패키지명 • 예) yum install proftpd

  24. 패키지 설치도구를 이용한 설치 http://rpmfind.net/

  25. 적절한 버전 선택

  26. 패키지설치도구에서 설치

  27. 패키지도구에서 설치

  28. rpm을 이용한 설치 • 적절한 버전의 설치패키지를 찾는다. • http://rpmfind.net/ • rpm 이용 설치 • % rpm -ivh 패키지명 • rpm 이용 설치 제거 • % rpm –e 패키지명

More Related