1 / 13

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

milo
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. usb 파일시스템을 리눅스표준파일시스템으로 포맷 • 마운트되어 있는 usb파일시스템을 umount한다 • % umount /dev/sdf1 • usb 파일시스템 포맷 • % mkfs /dev/sdf1 • 이후에는 usb를 Window에서 사용할 수 없고, 다시사용하기 위해 Window에서 포맷해야 한다. • usb 파일시스템 체크 • % fsck /dev/sdf1 • usb 파일시스템 마운트 • % mount /dev/sdf1 /mnt/usb

  9. % umount /dev/sdf1

  10. % mkfs /dev/sdf1

  11. % fsck /dev/sdf1

  12. % mount

More Related