SDreamlinux 发表于 2004-12-29 20:16:25

访问FAT32出现错误

# cd /mnt
# ls
e
# monut -t vfat /dev/hda10 /mnt/e
bash: monut: command not found
You have new mail in /var/spool/mail/root
# mount -t vfat /dev/hda10 /mnt/e
# ls
e
# cd /e
bash: cd: /e: 没有那个文件或目录
# cd /mnt/e
# ls
段错误
# ls

SDreamlinux 发表于 2004-12-30 16:08:07

FC3

sutie 发表于 2004-12-30 16:12:22

用root登录

创建文件夹/mnt/wine

再mount

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

SDreamlinux 发表于 2004-12-30 16:20:34

我就这样做的呀先
mkdir /mnt/e
mount -t vfat /dev/hda10 /mnt/e
就这样的呀

sutie 发表于 2004-12-30 16:22:47

硬件浏览器里面你看了,确定你的E盘是/dev/hda10??

sutie 发表于 2004-12-30 16:23:35

whereis mount

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

SDreamlinux 发表于 2004-12-30 16:24:04

又实了一次看
# mkdir /mnt/c
# cd /mnt
# ls
ce
# 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 labelor by uuid, using-U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, sayman 8 mount .
# mount -t vfat /dev/hda10 /mnt/c
# ls
ce
# cd /mnt/c
# ls

SDreamlinux 发表于 2004-12-30 16:24:52

ls然后就都是空白

sutie 发表于 2004-12-30 16:25:51

mount命令是存在的

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

sutie 发表于 2004-12-30 16:27:10

设备的路径有可能是错的!!

请你再检查一下!!

SDreamlinux 发表于 2004-12-30 16:30:51

我看了硬件游览器了是 hda10 fat32

sutie 发表于 2004-12-30 16:33:59

mount -o iocharset=utf8 /dev/hda10 /mnt/e

试试!!

sutie 发表于 2004-12-30 16:36:47

我这里已经没有windows了,只能去帮你找精华!!

sutie 发表于 2004-12-30 16:37:15

http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=94457

SDreamlinux 发表于 2004-12-30 16:39:17

你给我的命令啥意思
页: [1] 2
查看完整版本: 访问FAT32出现错误