Chinaunix首页 | 论坛 | 博客
  • 博客访问: 76043
  • 博文数量: 34
  • 博客积分: 1166
  • 博客等级: 少尉
  • 技术积分: 340
  • 用 户 组: 普通用户
  • 注册时间: 2006-04-15 13:01
文章分类
文章存档

2013年(2)

2011年(15)

2010年(3)

2009年(2)

2008年(3)

2007年(9)

我的朋友

分类: LINUX

2010-08-17 22:24:45

1. fuse

./configure --prefix=/opt/fuse-2.7.6 --enable-kernel-module
make
make install
ln -s /opt/fuse-2.7.6 /opt/fuse
export PKG_CONFIG_PATH=/opt/fuse/lib/pkgconfig
modprobe fuse

2. ntfs-3g

./configure --prefix=/opt/ntfs-3g-2010.8.8
make
make install
 
3. mount
mount -t ntfs-3g /dev/sda3 /mnt/usb
阅读(257) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~