Linux读取原Windows磁盘分区

简介: 一、安装双系统时,必须确保先安装Windows ,然后安装Linux,否则Windows将不可用,由它们的文件系统决定的; 二、安装Linux系统成功后,可能需要读取原Windows系统的磁盘内容,则需要在Linux系统下安装NTFS-3G工具,无需手动挂载磁盘,实验系统(Centos7)。 三、安装NTFS-3G:直接使用yum 即可,安装后,则可以在文档目录下看到原磁盘内容,之所以

一、安装双系统时,必须确保先安装Windows ,然后安装Linux,否则Windows将不可用,由它们的文件系统决定的;

二、安装Linux系统成功后,可能需要读取原Windows系统的磁盘内容,则需要在Linux系统下安装NTFS-3G工具,无需手动挂载磁盘,实验系统(Centos7)。

三、安装NTFS-3G:直接使用yum 即可,安装后,则可以在文档目录下看到原磁盘内容,之所以Linux无法查看到原磁盘,主要是不识别NTFS格式,安装工具后,你将发现其他盘作为它的U盘,可以安全移出,在系统右下角有个Removable Devices。

      yum search ntfs-3g

      yum -y install ntfs-3g (-y 安装时不再确认,直接安装)

四、如果需要挂载,如何挂载,首先使用 fdisk - l 查看磁盘分区,并找到可挂载的磁盘名称。fdisk 命令需要root 权限。

挂载使用 mount 命令,mount -t ntfs-3g /dev/sda5 /mnt

卸载使用umount命令,umount /mnt


注;为了便于维护,可以载 /mnt目录下创建目录管理挂载的磁盘

目录
相关文章
|
1月前
|
NoSQL IDE MongoDB
Studio 3T 2025.10 (macOS, Linux, Windows) - MongoDB 的终极 GUI、IDE 和 客户端
Studio 3T 2025.10 (macOS, Linux, Windows) - MongoDB 的终极 GUI、IDE 和 客户端
147 21
Studio 3T 2025.10 (macOS, Linux, Windows) - MongoDB 的终极 GUI、IDE 和 客户端
|
2月前
|
安全 Unix Linux
Metasploit Pro 4.22.7-2025052201 (Linux, Windows) - 专业渗透测试框架
Metasploit Pro 4.22.7-2025052201 (Linux, Windows) - 专业渗透测试框架
77 5
Metasploit Pro 4.22.7-2025052201 (Linux, Windows) - 专业渗透测试框架
|
2月前
|
安全 前端开发 Linux
Immunity CANVAS Professional 7.27 (macOS, Linux, Windows) - 渗透测试和漏洞利用平台
Immunity CANVAS Professional 7.27 (macOS, Linux, Windows) - 渗透测试和漏洞利用平台
99 3
Immunity CANVAS Professional 7.27 (macOS, Linux, Windows) - 渗透测试和漏洞利用平台
|
2月前
|
安全 测试技术 Linux
Flawnter 5.9.1 (macOS, Linux, Windows) - 应用程序安全测试软件
Flawnter 5.9.1 (macOS, Linux, Windows) - 应用程序安全测试软件
94 2
Flawnter 5.9.1 (macOS, Linux, Windows) - 应用程序安全测试软件
|
2月前
|
安全 Unix Linux
Nexpose 8.7.0 for Linux & Windows - 漏洞扫描
Nexpose 8.7.0 for Linux & Windows - 漏洞扫描
59 4
Nexpose 8.7.0 for Linux & Windows - 漏洞扫描
|
2月前
|
数据采集 安全 Linux
Metasploit Pro 4.22.7-2025051201 (Linux, Windows) - 专业渗透测试框架
Metasploit Pro 4.22.7-2025051201 (Linux, Windows) - 专业渗透测试框架
49 4
Metasploit Pro 4.22.7-2025051201 (Linux, Windows) - 专业渗透测试框架
|
2月前
|
Linux 网络安全 iOS开发
Metasploit Framework 6.4.63 (macOS, Linux, Windows) - 开源渗透测试框架
Metasploit Framework 6.4.63 (macOS, Linux, Windows) - 开源渗透测试框架
66 4
Metasploit Framework 6.4.63 (macOS, Linux, Windows) - 开源渗透测试框架
|
2月前
|
Linux 网络安全 iOS开发
SecureCRT & SecureFX 9.6.3 for macOS, Linux, Windows - 跨平台的多协议终端仿真和文件传输
SecureCRT & SecureFX 9.6.3 for macOS, Linux, Windows - 跨平台的多协议终端仿真和文件传输
696 4
SecureCRT & SecureFX 9.6.3 for macOS, Linux, Windows - 跨平台的多协议终端仿真和文件传输
|
3月前
|
存储 监控 Linux
Linux: 检测磁盘坏块 你得会吧!
Linux: 检测磁盘坏块 你得会吧!
192 19
Linux: 检测磁盘坏块 你得会吧!
|
2月前
|
存储 安全 Ubuntu
从Linux到Windows:阿里云服务器系统镜像适配场景与选择参考
阿里云为用户提供了丰富多样的服务器操作系统选择,以满足不同场景下的应用需求。目前,云服务器的操作系统镜像主要分为公共镜像、自定义镜像、共享镜像、镜像市场和社区镜像五大类。以下是对这些镜像类型的详细介绍及选择云服务器系统时需要考虑的因素,以供参考。