天天看点

linux 中挂载,格式化NTFS分区

1.安装fuse (yum)

2.去www.tuxera.com下载ntfs-3g

    tar zxvf   xxxxxxxxxx   =====解压

    ./configure            

    make

   make install

其中要设置环境变量,或者ln 创建连接到/bin

格式化   mkfs -t ntfs /dev/xxx

挂载      mount -t ntfs-3g  /dev/xxx  /xxx/xxx

http://www.love27.com/51.html

继续阅读