윈도우파티션 마운트 할때

tornado1014의 이미지

[root@localhost ~]# mkdir -p /mnt/win
[root@localhost ~]# -t ntfs /dev/hda1 /mnt/win

이렇게 해주면 마운트가 안되고

mount: fs type ntfs not supported by kernel

이렇게 나옵니다

왕초보라서 어떻게 해야 할 지 검색해봐도 잘 모르겠고
도움 부탁 드립니다

futari의 이미지

저건 커널 컴파일을 하시라는 소리죠;
fs는 경험상 맘 편하게 커널 컴파일을 해 주시는 편이...

커널 컴파일로 검색 하시고 file system support 관련으로 찾아 보시면 많이 있을겁니다.

-------------------------
The universe is run by the complex interweaving of three elements: matter, energy, and enlightened self-interest.
- G'kar, Babylon 5

1day1의 이미지

어떤배포판인지 모르겠지만.
http://linux-ntfs.sourceforge.net/rpm/index.html 를 참조해보세요.

F/OSS 가 함께하길..