QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1568|回复: 15

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

[复制链接]
发表于 2003-4-14 21:34:14 | 显示全部楼层 |阅读模式
#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分区!!!!请高手解答!!!感谢!!!
发表于 2003-4-15 20:34:32 | 显示全部楼层
mount -o rw -t vfat /dev/hda* /mnt/c试一下
回复

使用道具 举报

 楼主| 发表于 2003-4-16 11:37:34 | 显示全部楼层
如下:
# mount -o rw -t vfat /dev/hda1 /mnt/c
mount: mount point /mnt/c does not exist

还请答复!万分感谢!
回复

使用道具 举报

发表于 2003-4-16 16:55:41 | 显示全部楼层
[quote:e0518a8f51="ahao2003"]如下:
# mount -o rw -t vfat /dev/hda1 /mnt/c
mount: mount point /mnt/c does not exist

还请答复!万分感谢![/quote]
你要先建立/mnt/c这个目录啊!
回复

使用道具 举报

发表于 2003-4-17 00:14:28 | 显示全部楼层

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

[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
回复

使用道具 举报

发表于 2003-4-18 09:38:04 | 显示全部楼层
mount  /dev/hda1 /mnt/c -ocodepage=936,iocharset=cp936
回复

使用道具 举报

发表于 2003-4-18 19:24:00 | 显示全部楼层
先在/mnt下建C目录
回复

使用道具 举报

发表于 2003-4-23 21:11:19 | 显示全部楼层
cd /mnt
mkdir C
mount /dev/hda1 /mnt/C -rw,iocharset=cp936

以上命令是假设你的c盘(in win)是fat32格式的.
如果你要挂的文件系统是ntfs,请看相关贴子吧!
回复

使用道具 举报

发表于 2003-4-26 12:43:57 | 显示全部楼层

你看到了马吗?方法如下~~~~~~

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
回复

使用道具 举报

发表于 2003-4-26 17:34:50 | 显示全部楼层
这个问题很久了,大家一定要把它解决
回复

使用道具 举报

发表于 2003-5-6 22:18:56 | 显示全部楼层
mkdir /mnt/c;cd;mount -t vfat /dev/hda1 /mnt/c
回复

使用道具 举报

发表于 2003-5-7 00:18:23 | 显示全部楼层
mkdir /mnt/c
mount  /dev/hda?  -t vfat -o iocharset=cp936  /mnt/c

就可以了hda?用fdisk -ls 查看你要挂的盘是hda几
回复

使用道具 举报

发表于 2003-5-7 14:02:11 | 显示全部楼层
试一下这个
mount -o iocharset=cp936 /dev/hda? /mnt/windows
当然要先在mnt下建一个windows目录了
回复

使用道具 举报

发表于 2003-5-9 00:16:29 | 显示全部楼层
是不是你的linux装得不好啊!!

这么奇怪!!
回复

使用道具 举报

发表于 2003-12-5 13:57:51 | 显示全部楼层
看看我的fstab文件,参考一下,我还可以用非root往原来的windows分区内写入,注意,你要在/mnt/下建立目录 c d e f 等等;

LABEL=/                 /                       ext3    defaults        1 1
none                    /dev/pts                devpts  gid=5,mode=620  0 0
LABEL=/home             /home                   ext3    defaults        1 2
/dev/hda1               /mnt/c                  vfat umask=000,rw,codepage=936,iocharset=cp936        0 0
/dev/hda5               /mnt/d                  vfat    umask=000,rw,codepage=936,iocharset=cp936        0 0
/dev/hda6               /mnt/e                  vfat    umask=000,rw,codepage=936,iocharset=cp936        0 0
/dev/hda7               /mnt/f                  vfat    umask=000,rw,codepage=936,iocharset=cp936        0 0
/dev/hda8               /mnt/g                  vfat    umask=000,rw,codepage=936,iocharset=cp936        0 0
/dev/hdd1               /mnt/h                  vfat    umask=000,rw,codepage=936,iocharset=cp936        0 0
LABEL=/linux2           /mnt/linux2                             ext3    defaults        1 2
none                    /proc                   proc    defaults        0 0
none                    /dev/shm                tmpfs   defaults        0 0
/dev/hda12              swap                    swap    defaults        0 0
/dev/cdrom                 /mnt/cdrom                 udf,iso9660 iocharset=cp936,noauto,owner,kudzu,ro 0 0
/dev/fd0                /mnt/floppy             auto    noauto,owner,kudzu 0 0
/dev/sda1              /mnt/usb                 vfat iocharset=gb2312,umask=0,codepage=936 0 0
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-7 08:44 , Processed in 0.062035 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表