您的位置:首页 > 运维架构 > Linux

Centos下挂载NTFS移动硬盘

2011-07-09 17:59 337 查看
到http://linux.softpedia.com/get/System/Hardware/ntfs-3g-15028.shtml下载NTFS驱动,解压到/usr/local/src,然后走一般流程吧
./configue
make clean
make
make install
然后就差不多了
这时候你输入ntfs-3g,会出现

[root@localhost fcitx-4.0.1]# ntfs-3g
ntfs-3g: No device is specified.

ntfs-3g 2011.4.12 integrated FUSE 27 - Third Generation NTFS Driver
Configuration type 1, XATTRS are on, POSIX ACLS are off

Copyright (C) 2005-2007 Yura Pakhuchiy
Copyright (C) 2006-2009 Szabolcs Szakacsits
Copyright (C) 2007-2011 Jean-Pierre Andre
Copyright (C) 2009 Erik Larsson

Usage: ntfs-3g [-o option[,...]] <device|image_file> <mount_point>

Options: ro (read-only mount), remove_hiberfile, uid=, gid=,
umask=, fmask=, dmask=, streams_interface=.
Please see the details in the manual (type: man ntfs-3g).

Example: ntfs-3g /dev/sda1 /mnt/windows

News, support and information: http://tuxera.com
这表示成功安装
然后进入到README里面,会提示你挂载方式

mount -t ntfs-3g /dev/sda1 /mnt/windows
or
ntfs-3g /dev/sda1 /mnt/windows
当然,最开始你应该新建一个文件夹 mkdir /mnt/windows
呵呵,以上的完成以后,你移动硬盘上的东西就自动打开了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: