"리눅스 mount"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
7번째 줄: 7번째 줄:
==예시==
==예시==
* 현재 시스템에 마운트된 정보 확인
* 현재 시스템에 마운트된 정보 확인
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# mount
[root@zetawiki ~]# mount
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
16번째 줄: 16번째 줄:
tmpfs on /dev/shm type tmpfs (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2021년 7월 17일 (토) 17:45 기준 최신판

  다른 뜻에 대해서는 마운트 문서를 참조하십시오.

1 개요[ | ]

리눅스 mount
/bin/mount

2 예시[ | ]

  • 현재 시스템에 마운트된 정보 확인
[root@zetawiki ~]# mount
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/xvda1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}