19.7. systemd.automount를 사용하여 필요에 따라 /etc/fstab에 파일 시스템 마운트
마운트 지점이 /etc/fstab
에 정의된 경우 systemd 장치를 사용하여 필요에 따라 파일 시스템을 마운트합니다. 각 마운트에 대해 자동 마운트 장치를 추가하고 활성화해야 합니다.
절차
파일 시스템 영구 마운트에 설명된 대로 원하는 fstab 항목을 추가합니다. 예를 들면 다음과 같습니다.
/dev/disk/by-id/da875760-edb9-4b82-99dc-5f4b1ff2e5f4 /mount/point xfs defaults 0 0
-
이전 단계에서 만든 항목의 options 필드에
x-systemd.automount
를 추가합니다. 시스템이 새 구성을 등록하도록 새로 생성된 장치를 로드합니다.
# systemctl daemon-reload
자동 마운트 장치를 시작합니다.
# systemctl start mount-point.automount
검증
mount-point.automount
가 실행 중인지 확인합니다.# systemctl status mount-point.automount
자동 마운트된 디렉토리에 필요한 콘텐츠가 있는지 확인합니다.
# ls /mount/point
추가 리소스
-
시스템의
systemd.automount(5)
및systemd.mount(5)
도움말 페이지 - systemd 관리