windos读写ext3工具_Windows读写Ext3文件系统

本文详细介绍了在Windows系统中安装和配置Ext2Fsd工具,以实现对Ext3文件系统的读写功能。从安装软件开始,包括设置安装路径、组件选择、开机启动选项、配置驱动和卷属性等步骤,最终成功设置并测试了对Ext3分区的读写操作。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1.安装软件

1)准备好需安装的软件

35390bf0584c417b645e1393457764f8.png

2)欢迎界面

765abd46362915906a4e10be8331ed71.png

单击Next

3)选择安装目录

f451b87a723ad86661014d4a491c79e1.png

单击Browse可以设置安装的目录,设置完后单击Next

4)选择需安装的组件

cd090286087d569821081a36da1db1fc.png

单击Next

5)选择安装后开始菜单里显示的文件夹名

81c25fe0f1921ac4a662d8345cec7d94.png

输入名字在开始菜单中新建文件夹或者单击Browse选择一个已存在的文件夹,设置完后单击Next,勾选Don’t create a Start Menu folder则不在开始菜单中显示

6)选择其他安装任务

6717d61e66afb2e74818bf10466619fc.png

Make Ext2Fsd automatically started when system boots:设置为开机启动

Enable write support for Ext2 partitions:启用对Ext2写入的支持

Enable force writing support on Ext3 partitions:启用对Ext3强制写入的支持

勾选需要勾选的选项,可以保持默认,单击Next

7)开始安装

ced6742bed06f68a416fef67d38ba922.png

8)安装完成

9cc3b74f24a373db0127d0e07bd6671b.png

安装完成后,勾选Start Ext2 Volume Manager right now to assign driver letters for your ext2/ext3 partitions?,即启动Ext2 Volume Manager工具进行设置,单击Finish

9)Ext2Fsd主界面

aae0b5e21a5f740028fd3ac1e55c1fab.png

启动后可以看到该系统中存在一个Ext3的文件系统,单机右上角最小化按钮,将其最小化在右下角

2.设置读写Ext3文件系统

1)配置驱动

ca4cfe00025be07e8db0c3d22b9809d5.png

在右下角ext2的小图标上右键,选择配置文件系统驱动

2)配置文件系统驱动

9fd4515545633f1aff16dd113b4125eb.png

l在当前状态中单机启动

l全局语言编码选择utf8

l去掉以只读方式加载分区前面的勾

l勾选自动分配盘符

设置完后单击更改并退出

3)覆盖服务设置

8a4e04e4e762c306e517fd7fdf9592e3.png

提示当前的服务设置将被覆盖,是否继续,单击是

4)刷新及查看是否对Ext3文件系统操作成功

24bf33ca202e592d6a617c2656a45324.png

查看我的电脑中是否出现Ext3的盘符,如果不能正常识别或者盘内的中文文件名及目录是乱码,则进行以下的设置

5)设置卷属性

2b396dc7418f43fbd5ea3c7b026019af.png

在Ext3文件系统分区上单击右键选择配置Ext2卷属性

6)配置Ext2卷属性

b077da431b740c1a0377dbe9d19af3f3.png

l去掉设置为只读,不可写前面的勾

l注意语言要设置为utf8

l勾选自动加载盘符:主要针对可移动设备,并在后面的选项框中设置盘符

单击保存并退出

7)是否保存设置

5991b8c11c18f07da0a2dc354e96b101.png

提示是否保存修改,单击是

8)设置成功

352b038292b95b4d906236f107a138f1.png

提示配置Ext2卷属性成功

9)刷新

705277d181f8fecef77f03cee563f9db.png

10)查看

1a4da474354d54253f232beed5d4afa4.png

可以查看到Ext3文件系统的盘符已经设置为H盘了

3.测试

1)新建一个文件

9152f55bf2bf7bbb11e61c9008964169.png

2)修改其文件名

2beb1b421343b3e7e4be126a31a3af9c.png

测试在Windows下操作Ext3文件系统的读写功能成功

可以读写Ext2,以Ext2方式挂载Ext3文件系统(不支持Ext3日志),不支持中文! It provides Windows NT4.0/2000/XP/2003/Vista/2008 with full access to Linux Ext2 volumes (read access andwrite access). This may be useful if you have installed both Windows and Linux as a dual boot environment on your computer. What features are supported? Complete reading and writing access to files and directories of volumes with theExt2 orExt3 file system. Supports features which are specific to the I/O-system of Windows: Byte Range Locks, Directory Notfication (so the Explorer updates the view of a directory on changes within that directory), Oplocks (so SMB clients are able to cache the content of files). Allows Windows to run with paging files on Ext2 volumes. UTF-8 encoded file names are supported. The driver treats files with file names that start with a dot "." character ashidden. Supports GPT disks if the Windows version used also does. Supports use of the Windows mountvol utility to create or delete drive letters for Ext2 volumes (except on Windows NT 4.0). See also section"Can drive letters also be configured from scripts?". What features are *not* supported? Inodes that are larger than 128 bytes are not supported. Access rights are not maintained. All users can access all the directories and files of an Ext2 volume. If a new file or directory is created, it inherits all the permissions, the GID and the UID from the directory where it has been created. There is one exception to this rule: a file (but not a directory) the driver has created always has cleared "x" permissions, it inherits the "r" and the "w" permissions only. See also section"What limitations arise from not maintaining access rights?". The driver does not allow accessing special files at Ext2 volumes, the access will be always denied. (Special files are sockets, soft links, block devices, character devices and pipes.) Alternate 8.3-DOS names are not supported (just because there is no place to store them in an Ext2 file system). This can prevent legacy DOS applications, executed by the NTVDM of Windows, from accessing some files or directories. Currently the driver does not implement defragging support. So defragmentation applications will neither show fragmentation information nor defragment any Ext2 volume. This software does not achieve booting a Windows operating system from an Ext2 volume. LVM volumes are not supported, so it is not possible to access them.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值