NTFS 파일시스템 리눅스에서 mount가 않돼여
작성자 정보
- 관리자 작성
- 작성일
컨텐츠 정보
- 2,276 조회
- 0 추천
- 목록
본문
안녕하세요
C: windows 2003(ntfs) 를 사용하고 있습니다
파티션을 나누어서 리눅스를 설치했습니다
리눅스에서 윈도우 파일시스템을 mount 하는데 계속 실패네여
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1912 15358108+ 7 HPFS/NTFS
/dev/hda2 1913 2043 1052257+ 83 Linux
/dev/hda3 2044 2680 5116702+ 83 Linux
/dev/hda4 2681 4982 18490815 f Win95 Ext'd (LBA)
/dev/hda5 2681 3190 4096543+ 83 Linux
/dev/hda6 3191 3451 2096451 83 Linux
/dev/hda7 3452 3712 2096451 83 Linux
/dev/hda8 3713 3763 409626 82 Linux swap
/dev/hda9 3764 4982 9791586 83 Linux
[root@root mnt]# mkdir /mnt/win
[root@root mnt]# mount -t vfat /dev/hda1 /mnt/win
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
or too many mounted file systems
[root@root mnt]# mount -t ntfs /dev/hda1 /mnt/win
mount: fs type ntfs not supported by kernel
[root@root mnt]# mount -t hpfs /dev/hda1 /mnt/win
mount: fs type hpfs not supported by kernel
이런 메시지 나오면서 않되네여
대부분의 배포판은 .. .ntfs를 지원하지 않게 컴파일 됩니다.
하지만, 커널을 패치 하던지. 옵션을 켜주어 다시 컴파일 하면 가능하죠.
커널 2.6.XX는 컴파일 하는데 시간이 오래 걸립니다.
그렇기 때문에 .... 다음 방법을 추천합니다.
http://linux-ntfs.sourceforge.net/rpm/
위 사이트에를 확인하시면. Rehdat, Fedora 등에서 사용할수 있는 ntfs 패치를 rpm으로 제공합니다. 버전에 맞게 가져와서 설치하시면 가능합니다.^^
관련자료
-
이전
-
다음