QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1067|回复: 20

访问FAT32出现错误

[复制链接]
发表于 2004-12-29 20:16:25 | 显示全部楼层 |阅读模式
[root@localhost ~]# cd /mnt
[root@localhost mnt]# ls
e
[root@localhost mnt]# monut -t vfat /dev/hda10 /mnt/e
bash: monut: command not found
You have new mail in /var/spool/mail/root
[root@localhost mnt]# mount -t vfat /dev/hda10 /mnt/e
[root@localhost mnt]# ls
e
[root@localhost mnt]# cd /e
bash: cd: /e: 没有那个文件或目录
[root@localhost mnt]# cd /mnt/e
[root@localhost e]# ls
段错误
[root@localhost e]# ls
 楼主| 发表于 2004-12-30 16:08:07 | 显示全部楼层
FC3
回复

使用道具 举报

发表于 2004-12-30 16:12:22 | 显示全部楼层
用root登录

创建文件夹/mnt/wine

再mount

顺便在硬件浏览器里面看看你的盘符是否正确!!
回复

使用道具 举报

 楼主| 发表于 2004-12-30 16:20:34 | 显示全部楼层
我就这样做的呀先
mkdir /mnt/e
mount -t vfat /dev/hda10 /mnt/e
就这样的呀
回复

使用道具 举报

发表于 2004-12-30 16:22:47 | 显示全部楼层
硬件浏览器里面你看了,确定你的E盘是/dev/hda10??
回复

使用道具 举报

发表于 2004-12-30 16:23:35 | 显示全部楼层
whereis mount

看看mount的路径都有什么!!
回复

使用道具 举报

 楼主| 发表于 2004-12-30 16:24:04 | 显示全部楼层
又实了一次看
[root@localhost ~]# mkdir /mnt/c
[root@localhost ~]# cd /mnt
[root@localhost mnt]# ls
c  e
[root@localhost mnt]# mount -?
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] [-p passwdfd].
For many more details, say  man 8 mount .
[root@localhost mnt]# mount -t vfat /dev/hda10 /mnt/c
[root@localhost mnt]# ls
c  e
[root@localhost mnt]# cd /mnt/c
[root@localhost c]# ls
回复

使用道具 举报

 楼主| 发表于 2004-12-30 16:24:52 | 显示全部楼层
ls然后就都是空白
回复

使用道具 举报

发表于 2004-12-30 16:25:51 | 显示全部楼层
mount命令是存在的

有可能是你挂的盘的盘符有问题!!
回复

使用道具 举报

发表于 2004-12-30 16:27:10 | 显示全部楼层
设备的路径有可能是错的!!

请你再检查一下!!
回复

使用道具 举报

 楼主| 发表于 2004-12-30 16:30:51 | 显示全部楼层
我看了硬件游览器了是 hda10 fat32
回复

使用道具 举报

发表于 2004-12-30 16:33:59 | 显示全部楼层
mount -o iocharset=utf8 /dev/hda10 /mnt/e

试试!!
回复

使用道具 举报

发表于 2004-12-30 16:36:47 | 显示全部楼层
我这里已经没有windows了,只能去帮你找精华!!
回复

使用道具 举报

发表于 2004-12-30 16:37:15 | 显示全部楼层
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=94457
回复

使用道具 举报

 楼主| 发表于 2004-12-30 16:39:17 | 显示全部楼层
你给我的命令啥意思
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-9-26 03:21 , Processed in 0.046918 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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