Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- httpd-dav.conf
- PHP 5.2.17 .ini
- Repository
- vimrc 옵션
- Node.js 소스 설치
- vim color scheme
- httpd 2.2.32
- CentOS
- httpd.conf
- Mod_Security 룰 셋
- python 3.5.10
- jQuery
- MySQL 5.1.41
- httpd-info.conf
- Node.js apache 연동
- mod_unique_id
- apache 연동
- unique_id
- httpd-vhosts.conf
- CentOS 6
- epel repository
- gcc update
- python 3.X 소스 설치
- node.js
- CentOS 6.10
- httpd-mpm.conf
- PHP 5.2 .ini
- httpd-autoindex.conf
- httpd-default.conf
- MySQL
Archives
- Today
- Total
곰시기's
[Linux] CentOS 20. 디스크 추가 ( mount, umount ) 본문
usb, disk, cd - mount / umount
-
mount?
-
물리적 장치를 디렉터리에 연결시켜 주는 것 ( window에서는 Plug N Play라고 해서 OS가 자동으로 잡아 줌 )
-
-
사용법
-
# fdisk -l로 mount 할 장치 확인 ( Device Boot )
fdisk -l -
# mkdir /tmp/usb mount 할 디렉터리 생성
-
# mount /dev/sdb1 /tmp/usb usb디렉터리에 USB를 mount
-
# umount /dev/sdb1 mount해제
-
'Sever > Linux Command' 카테고리의 다른 글
[Linux] CentOS 22. 에디터 ( vim ) (0) | 2020.11.16 |
---|---|
[Linux] CentOS 21. 패키지 관리 ( rpm, yum ) (0) | 2020.11.16 |
[Linux] CentOS 19. 파일 검색, 패턴 검색 ( find, grep ) (0) | 2020.11.03 |
[Linux] CentOS 18. 페이지 단위 출력 ( more, less ) (0) | 2020.11.02 |
[Linux] CentOS 17. 파일 내용 확인, 병합 ( cat, head, tail ) (0) | 2020.11.02 |
Comments