QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 640|回复: 11

请教我在装载FAT 32格式的C盘时遇到的问题

[复制链接]
发表于 2003-8-25 11:27:12 | 显示全部楼层 |阅读模式
我使用下面的命令挂载 FAT 32格式的C盘

装载FAT 32格式的C盘
   首先我建 立目录
  mkdir /mnt/winc
  然后用装载指令将C盘内容装载入该目录:
  mount -t vfat /dev/hda1 /mnt/winc

结果出现的是下面的问题

root@sssines root]# mount -t vfat /dev/hda1 /mnt/winc
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 .


   同时我也用LS命令察看过WINC下的目录。没有挂上任何东西。不知是何原因。请各位大侠帮忙。谢谢。
发表于 2003-8-25 11:42:07 | 显示全部楼层
用root编辑你的/etc/fstab  文件

加入
/dev/hda1      /mnt/winc       vfat    defaults,exec,rw,iocharset=gb2312,umask=000,codepage=936  0 0

保存,退出,重启就可以自动挂接你的fat分区
回复

使用道具 举报

 楼主| 发表于 2003-8-25 12:01:44 | 显示全部楼层
那如果我想其它的WIN下的分区都挂上去,是不是相应在加上

/dev/hda5 /mnt/wind vfat defaults,exec,rw,iocharset=gb2312,umask=000,codepage=936 0 0


/dev/hda6 /mnt/wine vfat defaults,exec,rw,iocharset=gb2312,umask=000,codepage=936 0 0

/dev/hda7/mnt/winf vfat defaults,exec,rw,iocharset=gb2312,umask=000,codepage=936 0 0


就可以了.并请教一下,后面的参数是什么意思.谢谢 .
回复

使用道具 举报

发表于 2003-8-25 13:50:34 | 显示全部楼层
是的用这样的方法就可以挂接所有的分区

defaults=默认
exec=可执行
rw=read  write(读写)
iocharset=gb2312(字体设定为国标2312)
umask=权限
codepage=936(代码是简体中文) :-)
回复

使用道具 举报

 楼主| 发表于 2003-8-25 16:38:03 | 显示全部楼层
谢谢luckisme大侠指点.不过又碰到新问题了.编辑这个好像要用到VI,先学习后再说.
回复

使用道具 举报

发表于 2003-8-25 23:44:40 | 显示全部楼层
不需要vi  也可以编辑

用OpenOffice,笔记本,  knote。。。。等文字编辑器就可以在X图形界面编辑

就像在windows下的notepad
回复

使用道具 举报

 楼主| 发表于 2003-8-26 14:52:33 | 显示全部楼层
大哥,我已经用OpenOffice把这几项添加进去了,可重启后照样看不到WIN下的文件。
回复

使用道具 举报

发表于 2003-8-26 18:11:24 | 显示全部楼层
#mount  /dev/hda1 /mnt/winc -o vfat
回复

使用道具 举报

 楼主| 发表于 2003-8-27 07:55:58 | 显示全部楼层
还是不行啊,大哥。
回复

使用道具 举报

发表于 2003-8-27 08:32:16 | 显示全部楼层
mount -t vfat /dev/hda1 /mnt/winc
如果我没看错的话 -t 你中间有空格
回复

使用道具 举报

 楼主| 发表于 2003-8-27 14:33:04 | 显示全部楼层
谢谢各大位大哥帮忙,现在已经能挂上。

不过我的问题是这样解决解决我把hda 改成hdc  因为我看到在硬盘驱动器看到,我的硬盘显示的是HDC 。

但这是为何。一般的IDE硬盘不是就是HDA吗。怎么会变成HDC。
回复

使用道具 举报

发表于 2003-8-27 16:00:58 | 显示全部楼层
你可能将硬盘挂在IDE Slave口上
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-6 07:26 , Processed in 0.063948 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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