컴퓨터/전산

카메라 마운트하기

snowall 2010. 4. 22. 22:26
리눅스에서 후지필름 J10이 마운트가 안되는 바람에 검색신공을 펼쳤다.

Requisites:
gphotofs
Usage (mounting):
mkdir mount_point
sudo gphotofs -o allow_other /path/to/mount_point
Usage (unmounting):
sudo umount /path/to/mount_point

이랬더니 잘 된다.