리눅스 mount

Jmnote (토론 | 기여)님의 2013년 11월 11일 (월) 14:35 판 (새 문서: ;/bin/mount ==예시== <source lang='dos'> [root@jmnote ~]# mount /dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpt...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
/bin/mount

1 예시

[root@jmnote ~]# 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)

2 같이 보기

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