LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 705|回复: 6

how to use windows" c ?

[复制链接]
发表于 2005-11-2 14:49:12 | 显示全部楼层 |阅读模式
I am a learner,I have two systerm:windows xp and redhat,i can"t slove several problem as follow:
first :I use "mount" command: "$ mount -t vfat /dev/hda5 /mnt/win_d",but i can"t use the command to active win_c,why?
second: how can I use chinese input? the  more detail,the better.
   thanks
 楼主| 发表于 2005-11-2 14:54:24 | 显示全部楼层
Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1      1958  15727603+   7  HPFS/NTFS
/dev/hda2          1959      4997  24410767+   f  Win95 Ext'd (LBA)
/dev/hda5          1959      3561  12876066    b  Win95 FAT32
/dev/hda6          3562      4938  11060721   83  Linux
/dev/hda7          4939      4997    473886   82  Linux swap

It 's the information of my disk
回复 支持 反对

使用道具 举报

发表于 2005-11-2 16:32:17 | 显示全部楼层
Your win_c is supposed to be /dev/hda1, right?  From your information, /dev/hda1 is formatted as in NTFS.  You cannot mount it as VFAT.  To mount it, you should:

mount -t ntfs /dev/hda1 /mnt/win_c

Please note, you can only mount it read only.  There are methods to mount a NTFS partition writeable but I think I should not suggest these to a new Linux user like you.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-11-2 18:56:03 | 显示全部楼层
[root@localhost /]# mount -t ntfs /dev/hda1 /mnt/win_c
mount: fs type ntfs not supported by kernel
why?
回复 支持 反对

使用道具 举报

发表于 2005-11-2 19:05:39 | 显示全部楼层
Then, your kernel has not compiled with ntfs support.  The bad news is you may need to replace your kernel.

Another temporary work around is to use a LiveCD such as Knoppix, mount it up and then copy your necessary files to Linux readable partitions, e.g. /dev/hda5 and /dev/hda6 as in your case.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-11-8 16:21:14 | 显示全部楼层
那怎样用中文输入法呢?ctrl+space没有中英文切换,en也没有
回复 支持 反对

使用道具 举报

发表于 2005-11-8 21:50:39 | 显示全部楼层
回复 支持 反对

使用道具 举报

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

本版积分规则

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