先查看一下硬盘状态。
# fdisk -l
Disk /dev/sda: 322.1 GB, 322122547200 bytes
255 heads, 63 sectors/track, 39162 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 39162 314464342+ 8e Linux LVM
Disk /dev/sdb: 1000.2 GB, 1000204885504 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 121602 976759808 7 HPFS/NTFS
如果不安装这个包,提示unknown filesystem type 'ntfs'。
# mount /dev/sdb1 /aa/
mount: unknown filesystem type 'ntfs'
安装
fuse-ntfs-3g-2009.4.4-1.el5.rf.x86_64.rpm
# rpm -ivh fuse-ntfs-3g-2009.4.4-1.el5.rf.x86_64.rpm --nodeps
warning: fuse-ntfs-3g-2009.4.4-1.el5.rf.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
Preparing... ########################################### [100%]
1:fuse-ntfs-3g ########################################### [100%]
完成之后通过mount.ntfs-3g 命令挂载
# mount.ntfs-3g /dev/sdb1 /aa/
The disk contains an unclean file system (0, 0).
The file system wasn't safely closed on Windows. Fixing.
# df -h
文件系统 容量 已用 可用 已用% 挂载点
/dev/mapper/VolGroup00-LogVol00
285G 4.3G 266G 2% /
/dev/sda1 99M 13M 82M 14% /boot
tmpfs 2.0G 0 2.0G 0% /dev/shm
/dev/scd0 67M 67M 0 100% /media/VMware Tools
/dev/sdb1 932G 917G 16G 99% /aa
成功挂载
下载声明:
本站发布之下载资源大部分为网络收集整理,不承担删除争议资源外的任何责任。
fuse-ntfs-3g-2009.4.4-1.el5.rf.x86_64下载:
下载链接:http://pan.baidu.com/s/1jGAIt6m 密码:o6qn
原创文章请注明转载自技术小站本文地址:http://www.i5i6.net/post/82.html,标题:fuse-ntfs-3g rpm包 下载 支持Linux下挂载NTFS硬盘分区
精彩推荐:
相关文章:
CentOS 7 Linux samba 文件共享 (2022-11-5 19:31:25)
Centos 7 下 pure-ftpd搭建ftp服务器 (2022-5-9 9:56:0)
CentOS Linux系统通过串口console口连接配置网络设备 (2022-2-15 8:5:52)
CentOS 7 单用户修改root密码 (2021-5-25 10:37:24)
redhat 6.5 安装oracle 11gR2 完全手册 图文教程 (2017-9-11 15:20:9)
联想ThinkServer服务器安装CentOS7 Redhat7系统 驱动R110i RAID卡 (2017-4-12 17:27:17)
Linux 下 iSCSI存储开机自动挂载 (2017-3-27 13:42:36)
Linux xfs文件系统 格式化超过16T分区 (2016-10-30 19:46:44)
centos7 rhel7安装配置vnc server (2016-4-19 8:40:22)
CentOS 7 and RedHat 7 时间同步即chrony服务配置 (2016-4-16 16:58:7)