redhat7.1 ntfs 挂载

最近给redhat7.1挂载ntfs文件系统时失败了好几次,提示是没有安装C贬义环境,然后安装了gcc,就成功挂载了,下面是详细步骤

[[email protected] Desktop]# fdisk -l  ###查看所有磁盘信息

Disk /dev/sdb: 750.2 GB, 750156374016 bytes, 1465149168 sectors

Units = sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk label type: dos

Disk identifier: 0x3c488b69

Device Boot      Start         End      Blocks   Id  System

/dev/sdb1            2048  1465145343   732571648    7  HPFS/NTFS/exFAT   ###看到有一个750G的ntfs文件系统硬盘,这就是将要挂载的硬盘

Disk /dev/sda: 120.0 GB, 120034123776 bytes, 234441648 sectors

Units = sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 4096 bytes

I/O size (minimum/optimal): 4096 bytes / 4096 bytes

Disk label type: dos

Disk identifier: 0x0003c4df

Device Boot      Start         End      Blocks   Id  System

/dev/sda1   *        2048    73404415    36701184    7  HPFS/NTFS/exFAT

/dev/sda2        73404416    74428415      512000   83  Linux

/dev/sda3        74428416    82292735     3932160   82  Linux swap / Solaris

/dev/sda4        82292736   234440703    76073984    5  Extended

/dev/sda5        82294784   234440703    76072960   83  Linux

[[email protected] Desktop]# ls   ###查看已经解压之后的ntfs-3g软件(此软件很容易百度下载)

ntfs-3g_ntfsprogs-2011.4.12.zip  ntfs-3g_ntfsprogs-2014.2.15.tgz

ntfs-3g_ntfsprogs-2014.2.15

[[email protected] Desktop]# cd ntfs-3g_ntfsprogs-2014.2.15   ###进入此软件的解压目录

[[email protected] ntfs-3g_ntfsprogs-2014.2.15]# ls

\aclocal.m4    config.h.in   COPYING.LIB  libfuse-lite  missing

AUTHORS       config.log    CREDITS      libntfs-3g    NEWS

autogen.sh    config.sub    depcomp      ltmain.sh     ntfsprogs

ChangeLog     configure     include      m4            README

compile       configure.ac  INSTALL      Makefile.am   src

config.guess  COPYING       install-sh   Makefile.in   TODO.ntfsprogs

[[email protected] ntfs-3g_ntfsprogs-2014.2.15]# ./configure    ###1、执行此编译命令

checking build system type... x86_64-unknown-linux-gnu

checking host system type... x86_64-unknown-linux-gnu

checking target system type... x86_64-unknown-linux-gnu

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /usr/bin/mkdir -p

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking whether to enable maintainer-specific portions of Makefiles... no

checking for style of include used by make... GNU

config.status: executing depfiles commands

config.status: executing libtool commands

/usr/bin/rm: cannot remove ‘libtoolT‘: No such file or directory

You can type now ‘make‘ to build ntfs-3g.

[[email protected] ntfs-3g_ntfsprogs-2014.2.15]# make    ####2、执行此命令

make  all-recursive

make[1]: Entering directory `/root/Desktop/ntfs-3g_ntfsprogs-2014.2.15‘

Making all in include

make[2]: Entering directory `/root/Desktop/ntfs-3g_ntfsprogs-2014.2.15/include‘

Making all in ntfs-3g

[[email protected] ntfs-3g_ntfsprogs-2014.2.15]# mkn

mknod   mkntfs

[[email protected] ntfs-3g_ntfsprogs-2014.2.15]# make install    ###3、执行此命令,后面一大堆提示信息,就不写了

[[email protected] ntfs-3g_ntfsprogs-2014.2.15]# mount -t ntfs-3g /dev/sdb1 /mnt/windows750   ###然后直接挂载不成功,是因为没有创建/mnt/windows750目录

ntfs-3g-mount: failed to access mountpoint /mnt/windows750: No such file or directory

[[email protected] ntfs-3g_ntfsprogs-2014.2.15]# mkdir /mnt/windows750   ###先创建目录

[[email protected] ntfs-3g_ntfsprogs-2014.2.15]# mount -t ntfs-3g /dev/sdb1 /mnt/windows750  ###成功挂载(没有提示信息就是成功了,可以进入看看)

[[email protected] ntfs-3g_ntfsprogs-2014.2.15]# mkdir /mnt/1t

[[email protected] ntfs-3g_ntfsprogs-2014.2.15]# mount -t ntfs-3g /dev/sdd1 /mnt/1t

[[email protected] ntfs-3g_ntfsprogs-2014.2.15]# cd /mnt/

[[email protected] mnt]# ls   ###可以看到挂在了3个盘

1t  windows750  windowscpan

[[email protected] mnt]# cd windows750

[[email protected] windows750]# ls   ###可以看到750G硬盘里面的文件信息

download   movies  MyDrivers            $RECYCLE.BIN               Youku Files  软件

java_0924  music   Program Files (x86)  System Volume Information  文件

[[email protected] windows750]#

时间: 2025-01-13 19:03:09

redhat7.1 ntfs 挂载的相关文章

linux下挂在ntfs挂载报错问题解决办法

linux下挂在NTFS格式设备会挂载不了,很大一部分原因是因为没有NTF驱动,现在说的就是没有驱动而挂载不了的解决办法,在linux下安装ntfs-3g驱动,就可以挂载了,先下载r安装包,今天直接说的是yum安装办法第一步:设置yum源 wget http://mirrors.aliyun.com/repo/epel-7.repo第二步:yum查看 yum list |grep ntfs*第三步:安装yum -y install ntfs-3g第四步:挂载mount /dev/sdx /mut

ubuntu 16.4 ntfs挂载错误

我的电脑是在win10下装的ubuntu16.04双系统,今天进入ubuntu系统访问win10磁盘,出现如下错误: . 可能原因:上一次使用win10后使电脑睡眠,没有完全关机,这次开机直接进入ubuntu系统,访问win10磁盘报错. 解决方法: 1. 在终端输入如下命令,查看分区挂载情况 [plain] view plain copy sudo fdisk -l 2. 修复挂载错误的相应的分区,如提示中的/dev/sda5,输入: [plain] view plain copy sudo 

如何在RHEL5系统下挂载NTFS文件格式的USB硬盘

很多安装软件会存储在USB硬盘里面,在Windows系统中,则意味着,该USB硬盘驱动必须使用NTFS格式,因为FAT32格式的最大文件大小是4GB.然而,这里又会碰到新问题,因为在RHEL5中,默认不支持NTFS格式,换一句话说,就不能挂载文件格式为NTFS的USB硬盘.不过这里有个权益之计(work around),被称作'ntfs-3g', 要使其生效,必须安装下面RPM包. NOTE: 使用的版本必须和Linux kernerl module相匹配,可以用uname -r来查看kerne

Openwrt USB/SATA 支持 的Kmod 及挂载

以下方式选其1,内核编译是比较直接有效的方式 ,命令行次之 内核编译选项 make menuconfig >Base syste Block-mount ---Block device mounting and checking  支持设备挂载 > Utilities  mount-utils > Kernel modules > Block Devices 支持设备类型 IDE AHCI SCSI kmod-ata-core ----Sata接口核心>>支持的芯片组及

用CentOS,fedora等访问局域网中的Windows共享

来到Linux世界中已有一段时间了,感觉上好像自己的电脑成了一个孤岛.周围的人都还是用Windows系统,能相互共享文件,我用Linux系统,别人的共享文件都还不知道怎么访问?通过网上查资料学习,现在知道了.写笔记啦,用CentOS访问局域网中的Windows共享文件. 网上很多都讲用下面方法: # mount -t smbfs -o username="administrator",password="" //192.168.1.100/cp /mnt/ntfs

让Mac复制文件到U盘的两种方法

一.让Mac支持ntfs格式磁盘 下载安装tuxera ntfs这款Mac读写软件,然后在系统偏好设置中找到刚刚安装好的软件图标并点击打开,在"卷"这一选项中我们就可以看到被Tuxera NTFS挂载的U盘了. 图1:tuxera ntfs挂载ntfs格式磁盘 二.硬盘格式化转换 这个实用功能也是在"卷"选项中,然后我们可以在右下角的地方看见"Disk Manager"这个按钮并点击这个按钮. 图2:tuxera ntfs的Disk Manage

CentOS系统挂载exFAT和NTFS文件系统

exFAT和NTFS文件系统在默认条件下并不被CentOS系统支持.有时候在用U盘在CentOS和Windows系统之间拷贝文件时较为麻烦,通过在CentOS系统中安装软件,可以挂载exFAT 和 NTFS文件系统的U盘. exFAT文件系统在CentOS系统的挂载: CentOS需要具备的基本工具:GCC,python 第一步:下载fuse-exfat相关软件并安装 对exfat文件系统的识别通过fuse相关软件支持,下载相关软件包地址:http://download1.rpmfusion.o

Linux识别ntfs及挂载的三种方式

NTFS-3G是一个开源软件,支持在Linux操作系统下读写NTFS格式的分区.它能快速且安全的操作Windows XP,Windows Server 2003, Windows 2000 以及WindowsVista文件系统. 1 .环境准备 安装该软件需要依赖于fuse, Centos6.*中应该默认安装过fuse: [[email protected] yum.repos.d]# rpm -q fuse fuse-2.8.3-4.el6.i686 已经安装 如果没有安装可以yum安装或者编

Centos开机自动挂载windows中的ntfs磁盘

装了windows和centos双系统后,发现在centos中无法进入windows中的磁盘,更不要说查看磁盘里的文件了! 原来默认情况下,centos不支持Widows NTFS硬盘分区读写,要想把NTFS格式的磁盘挂载到CentOS 下面需要安装第三方软件ntfs-3g.那么如何实现挂载并开机自动挂载呢? 一.下载ntfs-3g 源码包进行编译安装 下载地址:http://down1.chinaunix.net/distfiles/ntfs-3g-1.2918.tgz 1.安装编译工具 yu