마운트한 폴더가 열리지 않습니다.
글쓴이: inthenirvana / 작성시간: 수, 2005/06/29 - 2:34오전
밑에 질문에서 올렸지만 윈도우 드라이브들이 마운트 되지않아 애를 먹다가 지인의 도움을 받아 루트 권한을 얻은 다음에야 마운트를 했는데요.
또한 문제가 발생한 것이 마운트한 폴더가 열리지 않는다는 겁니다. 여는 중이라고만 나오고 열리지가 않습니다. 사진 첨부했으니 보시고 참고하시길 바랍니다. 고견 기다리겠습니다.
File attachments:
첨부 | 파일 크기 |
---|---|
![]() | 195.51 KB |
Forums:
fat32 파일스시템을 마운트하려면, 마운트 옵션에 ioc
fat32 파일스시템을 마운트하려면,
마운트 옵션에
iocharset=uft8,codepage=949
를 추가해 보세요.
[quote="Anonymous"]iocharset=uft8,codepa
가 아니라
시키신대로 해도 안됩니다.
[root@localhost inthenirvana]# mount /dev/hda5 /mnt/windows /iocharset-utf8,codepage=949
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
라고 뜹니다. 도저히 해결의 기미가 보이지 않습니다. 답변 부탁드립니다.
리눅스여, 나에게 다가오라.
mount -o iocharset-utf8,codepage=949 /de
mount -o iocharset-utf8,codepage=949 /dev/hda5 /mnt/windows
mount -o iocharset=utf8,codepage=949 /de
mount -o iocharset=utf8,codepage=949 /dev/hda5 /mnt/windows
댓글 달기