NTFS 파일시스템 리눅스에서 mount가 않돼여
작성자 정보
- 리눅스 작성
- 작성일
컨텐츠 정보
- 1,679 조회
- 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
이런 메시지 나오면서 않되네여
관련자료
-
이전
-
다음