Chinaunix首页 | 论坛 | 博客
  • 博客访问: 863193
  • 博文数量: 221
  • 博客积分: 10033
  • 博客等级: 上将
  • 技术积分: 2325
  • 用 户 组: 普通用户
  • 注册时间: 2006-03-06 22:00
文章分类

全部博文(221)

文章存档

2010年(8)

2009年(1)

2008年(69)

2007年(63)

2006年(80)

我的朋友

分类: LINUX

2007-05-03 10:07:23

Fc5 can not load windows ntfs and fat32 partition defaultly, so if you want to use  windows partition in fc5 linux, do the next steps.
Firstly:
You should download the software kernel-module-ntfs-2.6.15-1.2054_FC5-2.1.26-0.rr.10.4.i686.rpm package , its download address is , click the link and find the software and download to your system.

Secondly: Install the software and do some configure
you should use root user
you can type the next command :
1 su
2 rpm -ivh
kernel-module-ntfs-2.6.15-1.2054_FC5-2.1.26-0.rr.10.4.i686.rpm
and you should know the information of you hard disk's partition.
use the next command
3: /sbin/fdisk -l
Thirdly:
create  a folder  for  the  windows  partition  in the /mnt fold
use the next command:
4:mkdir /mnt/winc
Lastly:
load the windows partition and use it
use the next command:
5:mount -t ntfs -o nls=utf8,umask=000 /dev/hda1 /mnt/winc
6:cd /mnt/winc
Now you will find you can use the windows partition in Fc 5 linux.



 
阅读(1185) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~