Red Hat Enterprise Linux 7.5挂载NTFS移动硬盘

Posted vincent-liang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Red Hat Enterprise Linux 7.5挂载NTFS移动硬盘相关的知识,希望对你有一定的参考价值。

一般情况下,Red Hat Enterprise Linux 7.5是已经安装好了fuse,如果没安装好的,可以yum install fuse -y安装。
查看已经挂载成功的命令:
[[email protected] ~]# lsmod |grep fuse
fuse                   91880  7 
或者输入mknt按Tab键,可以补齐完整的mkntfs即表示可以挂载带有NTFS格式的移动硬盘。
首先,建立一个临时文件夹:
mkdir -p /mnt/windows
接着,找到移动硬盘的盘符:
[[email protected] soft]# fdisk -l |grep NTFS
WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
/dev/sdc4   *         256    30218841    15109293    7  HPFS/NTFS/exFAT
把移动硬盘mount到临时文件夹:
mount -t ntfs-3g /dev/sdc4 /mnt/windows/

最后查看移动硬盘内容:
[[email protected] soft]# ls /mnt/windows/
cn_windows_10_enterprise_version_1703_updated_march_2017_x64_dvd_10194191.iso
当不需要用到移动硬盘后,用umount命令取消:
[[email protected] ~]# umount /dev/sdc4
查看临时文件夹,发现没有内容了才是正常:
[[email protected] ~]#
[[email protected] ~]# ls /mnt/windows

 

以上是关于Red Hat Enterprise Linux 7.5挂载NTFS移动硬盘的主要内容,如果未能解决你的问题,请参考以下文章

Red Hat Enterprise Linux 8 Beta 抢先体验

Red Hat Enterprise linux 7的新特性

Red Hat Enterprise Linux 各版本详细说明

自动安装red hat enterprise linux

Red Hat Enterprise linux 7安装与详细说明

Red Hat Enterprise Linux 9