Chinaunix首页 | 论坛 | 博客
  • 博客访问: 290274
  • 博文数量: 28
  • 博客积分: 1575
  • 博客等级: 上尉
  • 技术积分: 355
  • 用 户 组: 普通用户
  • 注册时间: 2009-08-22 18:42
个人简介

阿里:高级运维工程师;大众点评:资深运维工程师;目前在创业公司:运维经理

文章分类

全部博文(28)

文章存档

2014年(1)

2013年(5)

2012年(4)

2011年(3)

2010年(2)

2009年(13)

我的朋友

分类: LINUX

2010-02-04 11:00:18

要在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) |
给主人留下些什么吧!~~