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) |