NTFS-3g 패키지 적용후 FUSE설치 시에 뜨는 오류
글쓴이: tomahawk28 / 작성시간: 수, 2007/03/07 - 8:00오전
NTFS-3g 의 적용 후에 fstab를 수정해주었음에도 부팅시에 자동으로 마운트해 오지
못하기에.. mount -a를 적용시켜주면
[tomahawk@localhost ~]$ [tomahawk@localhost ~]$ [tomahawk@localhost ~]$ mount -a mount: only root can do that [tomahawk@localhost ~]$ su -c "mount -a" Password: WARNING: Deficient FUSE kernel module detected. Some driver features are not available (swap file on NTFS, boot from NTFS by LILO), and unmount is not safe unless it's made sure the ntfs-3g process naturally terminates after calling 'umount'. The safe FUSE kernel driver is included in the official Linux kernels since version 2.6.20-rc1, or in the FUSE 2.6.0 or later software packages, except the faulty FUSE version 2.6.2. Please see the next page for more help: <a href="http://www.ntfs-3g.org/support.html#fuse26 " rel="nofollow">http://www.ntfs-3g.org/support.html#fuse26 </a>[tomahawk@localhost ~]$
이렇게 경고가 뜨길레..FUSE 버젼이 너무 오래됬다는 내용이었고 실제로 FAQ에도
FUSE의 업그레디를 권유하고 있습니다..
[tomahawk@localhost ~]$ rpm -q fuse fuse-2.6.3-2.fc6 [tomahawk@localhost ~]$
앞에서 보셨듯이 fuse는 이미 충분히 업그레이드 되있습니다..
영문부터 한글까지 다 뒤져보았으나 적절한 해결책을 찾지 못하겠네요^_^;
ntfs-3g.org에서 말하는대로 전부 설치해보았고 fuse 버전도 더 높은데
왜 저런 경고가 뜨는건지 아리송하네요 ㅠ_ㅠ
Forums:
흠.
제가 Fedora 를 쓰지 않는 관계로 정확하지 않을 수 있습니다.
fuse-2.6.3-2.fc6 자체는 File System in Userspace (FUSE) utilities 라고
합니다. 커널 모듈이 아닌 거지요.
최신 커널로 업그레이드를 하시거나 최신 버전의 커널 패치를 받으신 후
커널을 직접 빌드하셔야 할 듯 합니다.
댓글 달기