컴퓨터 공학도의 삶
[CentOS] FTP를 마운트(Mount) 시켜보자
Acu
2011. 8. 9. 23:33
LUFS(Linux Userland Filesystem): http://lufs.sourceforge.net/
최신 버전은 2003년에 릴리즈되었다. 8년 된 기술이군...
//아래에서 최신 버전(...)의 LUFS를 받는다.
http://sourceforge.net/projects/lufs/files/lufs/0.9.7/
tar -xvzf lufs-*.tar.gz
cd lufs-*
./configure
make
make install
configure 과정 중 에러 발생 시
checking kernel headers... configure: error: not found in /lib/modules/2.6.18-194.el5/build/include. please install them!
=> http://blog.acu.pe.kr/29
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
기타 나머지 에러들
=> http://blog.acu.pe.kr/31
curlftpfs -o allow_other 아이디:비밀번호@서버주소 마운트경로