论坛: UNIX系统 标题: 在linux下怎么读其他分区的内容? 复制本贴地址    
作者: zf11234 [zf11234]    论坛用户   登录
我先装的2K,分了C,D,E,F,G,5分区
然后在F上装的redhat。
如果想在linux系统中读C,D,E分区的内容要怎么做?
哪位高手介绍一下详细的过程,我刚装的linux什么都不懂。
先在这里谢谢各位了。

地主 发表时间: 06/02 12:11

回复: sbbfwt [sbbfwt]   论坛用户   登录
你可以用 MOUNT 命令,具体使用方法,你可以去查查

B1层 发表时间: 06/02 14:53

回复: zf11234 [zf11234]   论坛用户   登录
查到了命令,试了几次不行啊
能否举例说明一下,我很菜的。


B2层 发表时间: 06/02 15:18

回复: magic [buaaytt]   论坛用户   登录
前提条件是c、d、e是fat32格式的分区,用下面命令
mount -o iocharset=cp936 /dev/hda1 /mnt/c
mount -o iocharset=cp936 /dev/hda5 /mnt/d
mount -o iocharset=cp936 /dev/hda6 /mnt/e

B3层 发表时间: 06/02 19:16

回复: zf11234 [zf11234]   论坛用户   登录
谢谢

B4层 发表时间: 06/03 19:34

回复: zf11234 [zf11234]   论坛用户   登录
显示是
mount: mount point /mnt/c does not exist
这是怎么回事啊

B5层 发表时间: 06/03 19:53

回复: sunshine [bysx]   论坛用户   登录
是mount -t type /dev/hdan /mnt/hdan

B6层 发表时间: 06/03 19:55

回复: zf11234 [zf11234]   论坛用户   登录
[root@localhost root]# mount -t type /dev/hda2 /mnt/hda2
mount: mount point /mnt/hda2 does not exist
[root@localhost root]# mount -t type /dev/hda3 /mnt/hda3
mount: mount point /mnt/hda3 does not exist
[root@localhost root]# mount -t type /dev/hda4 /mnt/hda4
mount: mount point /mnt/hda4 does not exist
[root@localhost root]#

还是不行

B7层 发表时间: 06/03 20:24

回复: kickb520 [kickb520]   论坛用户   登录
迷茫。。首先你先确认你的硬盘是主盘还是从盘。然后你的C。D。E。F。分别是LINUX里面的HA*(*号代表0~9)然后打上面朋友所说的命令

mount -o iocharset=cp936 /dev/hda1 /mnt/c
                             这里的HDA是主盘/如果是从盘要打hdb
而且最重要的是要以根(root)用户来设置~~~~ 

B8层 发表时间: 06/03 23:56

回复: magic [buaaytt]   论坛用户   登录
先在/mnt下建立目录d
mkdir d
然后挂载d盘
mount -o iocharset=cp936 /dev/hda5 /mnt/d
实际上是可以省略类型的,因为fat32类型可以识别出来
-o iocharset=cp936是为了windows下的中文文件名在Linux下能正常显示


[此贴被 magic(buaaytt) 在 06月04日21时25分 编辑过]

B9层 发表时间: 06/04 21:04

回复: zf11234 [zf11234]   论坛用户   登录
。。。。。。。
我还是没做出来,真是笨死了。

上面的我都试过了,会不会是安装的问题,我的机器起来后第一个选项就是linux,是不是本来应该是2K的?

B10层 发表时间: 06/05 00:27

回复: magic [buaaytt]   论坛用户   登录
跟那个没有关系
把你的错误信息贴出来

B11层 发表时间: 06/05 10:45

回复: zf11234 [zf11234]   论坛用户   登录
谢谢你啊,我终于搞定了.


B12层 发表时间: 06/05 12:16

回复: roxbin [roxbin]   论坛用户   登录
RF可以识别NTFS格式的,

B13层 发表时间: 06/07 15:21

回复: zxhcomcn [zxhcomcn]   论坛用户   登录
你要在/mnt/下建立相应的目录C,D,E
mount -o iocharset=cp936 /dev/hda1 /mnt/c
mount -o iocharset=cp936 /dev/hda5 /mnt/d
mount -o iocharset=cp936 /dev/hda6 /mnt/e 



B14层 发表时间: 06/08 08:09

回复: roxbin [roxbin]   论坛用户   登录
楼上的格式错了,
是MOUNT -T,
狸头,

B15层 发表时间: 06/08 20:02

回复: magic [buaaytt]   论坛用户   登录
引用:
楼上的格式错了,
是MOUNT -T,
狸头

是-o
请在发表意见之前先用事实证实过自己的观点

B16层 发表时间: 06/09 10:52

论坛: UNIX系统

20CN网络安全小组版权所有
Copyright © 2000-2010 20CN Security Group. All Rights Reserved.
论坛程序编写:NetDemon

粤ICP备05087286号