리눅스 분류
윈도우파티션 마운트하는방법문의..
작성자 정보
- 명로훈 작성
- 작성일
컨텐츠 정보
- 2,135 조회
- 2 댓글
- 0 추천
- 목록
본문
윈도우 파티션을 마운트하는 법좀 알려주세요
[root@localhost ~]# mount -t ntfs /dev/hda1 /mnt/win
mount: mount point /mnt/win does not exist
[root@localhost ~]#
이렇게나오네요 ㅠㅠ;
[root@localhost ~]# mount -t ntfs /dev/hda1 /mnt/win
mount: mount point /mnt/win does not exist
[root@localhost ~]#
이렇게나오네요 ㅠㅠ;
관련자료
-
이전
-
다음
댓글 2
명로훈님의 댓글
- 명로훈
- 작성일
아 찾았네요;
미리 위치할 폴더를 생성해두어야했네요..이룬..;
미리 위치할 폴더를 생성해두어야했네요..이룬..;
유선웅님의 댓글
- 유선웅
- 작성일
mkdir -p /mnt/win 이렇게 하고 다시 해보시오..