환경: 레드햇8.0
오토마운트 말고 그냥 시스템 부팅후 마운트에서는
mount /dev/hda1 /Windows/C -t ntfs -r -o iocharset=cp949
이렇게 명령 줬을때는 가능한데
오토 마운트 설정을 했을때는 안돼네요
# $Id: auto.misc,v 1.2 1997/10/06 21:52:04 hpa Exp $
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# Details may be found in the autofs(5) manpage
cd -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom
# the following entries are samples to pique your imagination
#linux -ro,soft,intr ftp.example.org:/pub/linux
#boot -fstype=ext2 :/dev/hda1
#floppy -fstype=auto :/dev/fd0
#floppy -fstype=ext2 :/dev/fd0
#e2floppy -fstype=ext2 :/dev/fd0
#jaz -fstype=ext2 :/dev/sdc1
#removable -fstype=ext2 :/dev/hdd
/Windows/C -fstype=ntfs,-t -r -o uid=500 iocharset=cp949 :/dev/hda1
/Windows/D -fstype=ntfs,-t -r -o uid=500 iocharset=cp949 :/dev/hdb1
~
~
~
제 auto.misc 모습이구요
하드가 C,D 이렇게 있는데 둘다 NTFS입니다. C는 /Winodws/C에
D는 /Windows/D 에 마운트 하고 싶거든요 어디가 잘못됐는지 봐주세요
그럼 즐거운 성탄절 되세요~!!