还是看不到FAT分区!!!!请高手解答!!!感谢!!!

还是看不到FAT分区!!!!请高手解答!!!感谢!!!

#mount -t vfat /dev/hda1 /mnt/C -rw,codepage=936,iocharest=cp936
出现:
mount:无效选项 -- ,
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].
For many more details, say  man 8 mount .

还是看不到FAT分区!!!!请高手解答!!!感谢!!!
mount -o rw -t vfat /dev/hda* /mnt/c试一下
如下:
# mount -o rw -t vfat /dev/hda1 /mnt/c
mount: mount point /mnt/c does not exist

还请答复!万分感谢!
[quote:e0518a8f51="ahao2003"]如下:
# mount -o rw -t vfat /dev/hda1 /mnt/c
mount: mount point /mnt/c does not exist

还请答复!万分感谢![/quote]
你要先建立/mnt/c这个目录啊!
[quote:03b5defff2="ahao2003"]#mount -t vfat /dev/hda1[/quote]
                                dir "/mnt/C" must be exist.
[quote:03b5defff2="ahao2003"]/mnt/C -rw,[/quote]
                                 ~~~~    ~~~~~~
                                                 "-o" is needed
引用:
codepage=936,iocharest=cp936
mount  /dev/hda1 /mnt/c -ocodepage=936,iocharset=cp936
先在/mnt下建C目录
cd /mnt
mkdir C
mount /dev/hda1 /mnt/C -rw,iocharset=cp936

以上命令是假设你的c盘(in win)是fat32格式的.
如果你要挂的文件系统是ntfs,请看相关贴子吧!
LABEL=/                 /                       ext3    defaults        1 1
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /proc                   proc    defaults        0 0
none                    /dev/shm                tmpfs   defaults        0 0
/dev/hda9               swap                    swap    defaults        0 0
/dev/cdrom              /mnt/cdrom              udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1             /mnt/cdrom1             udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0                /mnt/floppy             auto    noauto,owner,kudzu 0 0
/dev/hda5 /mnt/d   vfat codepage=936,iocharset=cp936 0 0
/dev/hda6 /mnt/f  vfat codepage=936,iocharset=cp936 0 0
/dev/hda7 /mnt/e  vfat codepage=936,iocharset=cp936 0 0



请现建 /mmt/e
这个问题很久了,大家一定要把它解决