#mount -t vfat /dev/hda1 file
라고 쓰셨나요?
그럼 file 이라는 디렉토리가 있어야 됩니다.
file 이라는 디렉토리가 없다면 먼저 만들어야죠
mkdir file
다음에 마운트를 하면 될 겁니다.
mount -t vfat /dev/hda1 /file
대개는 이런 식으로 많이 하죠
mkdir /mnt/c
mount -t vfat /dev/hda1 /mnt/c
: 흡;; 잘안되네요 ^^;;
: 하나의 하드에
: c 윈더우
: d 백업
: 나머지파티션은 리눅스..
: C:에 file폴더를 만듬... 혹시나 해서 공유도 해나꾸여.
:
: #mount -t vfat /dev/hda1 file
: 하면
: [root@localhost root]# mount -t vfat /dev/hda1 file
: mount: mount point file does not exist
: 라구 나오네요...
:
: 혹시나 해서 이러케두 해밧는데..
: [root@localhost root]# mount -t vfat /dev/hda1 c:
: >
: 이렇게 나오네요
: > <==이렇게 나오는게 맞는건가요?;;; 에휴;; 어렵다
: 맞으면 모라구 입력해야하는지;--세벌식의 자연스러움