Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1061418
  • 博文数量: 239
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 3618
  • 用 户 组: 普通用户
  • 注册时间: 2012-11-12 13:17
文章分类

全部博文(239)

文章存档

2021年(1)

2016年(1)

2015年(30)

2014年(91)

2013年(116)

分类: LINUX

2013-10-13 17:36:42

首先去下载ntfs-3g_ntfsprogs-2013.1.13.tgz

解压后
#./configure
#make
#make install

[root@master ~]# fdisk -l


Disk /dev/sda: 64.4 GB, 64424509440 bytes
255 heads, 63 sectors/track, 7832 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes


   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          13      104391   83  Linux
/dev/sda2              14        7832    62806117+  8e  Linux LVM


Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes


   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1       38913   312568641    7  HPFS/NTFS

#mkdir /mnt/sdb
#mount -t ntfs-3g /dev/sdb1 /mnt/sdb

也可以加到fstab里面
/dev/sdb1 /mnt/sdb ntfs-3g defaults 0 0
阅读(932) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~