새로운 디스크를 마운트하고자 원하는 곳의 디렉토리를 만든다. /new-disk에 마운트한다 예를 들면
# mkdir /new-disk # mount -t ext2 /dev/hdb1 /new-disk