要在linux下访问windows的ntfs分区
一般直接用
[root@localhost ~]# fdisk -l
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 5100 40960048+ 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 5100 17751 101621520 7 HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda3 17751 25400 61440120 7 HPFS/NTFS
Partition 3 does not end on cylinder boundary.
/dev/sda4 25401 30401 40170532+ 5 Extended
/dev/sda5 25401 25413 104391 83 Linux
/dev/sda6 25414 30401 40066078+ 8e Linux LVM
我的windows分区是sda1-sda3(注意:要装双系统,必须使得windows上的分区都是主分区)
但是
[root@localhost ~]# mount /dev/sda2 /mnt/win/
mount: unknown filesystem type 'ntfs'
于是去下载(用uname -查看自己的内核版本)kernel-module-ntfs-2.6.18-128.el5xen-2.1.27-0.rr.10.11.i686.rpm
安装了就可以了
阅读(2955) | 评论(0) | 转发(0) |