마운트된 디스크의 하위 폴더 마운트

마운트된 디스크의 하위 폴더 마운트

이 디스크를 마운트했습니다.

/dev/sda3 on /media/user/other type ext4 (rw,relatime) [other]

그런 다음 다른 두 폴더를 마운트합니다.

/dev/sda3 on /media/user/other/mega type ext4 (rw,relatime) [other]
/dev/sda3 on /media/user/other/gdrive type ext4 (rw,relatime) [other]

동일한 경로(/dev/sda3)에 대해 더 많은 폴더를 마운트할 수 있는지 잘 모르겠습니다. (Nextcloud를 외부 저장소로 가져오려고 했는데 오류가 발생했습니다.)
작동하는지 어떻게 확인하나요?

mount -l | grep 'other'위의 3줄을 인쇄하세요 .

sudo mount -a출력 없음

관련 정보