|
lxfsniper
初级用户
 
积分 26
发帖 11
注册 2006-7-3
状态 离线
|
『楼 主』:
在线求ntfs for dos 可读写版
[已使用 LLM 解释]
急需在dos下删除一些ntfs分区的文件,谢谢....
ps:除了这个软件还有其他方法吗?
Urgent need to delete some files on NTFS partitions under DOS. Thanks....
PS: Are there other methods besides this software?
LLM 解释
关于在DOS下处理NTFS分区文件的相关内容
一、关于NTFS for DOS 可读写版
-
NTFS for DOS相关情况:
- NTFS for DOS是一个能够让DOS系统访问NTFS分区的工具。要找到可读写版的NTFS for DOS,可能需要通过一些可靠的软件下载站点去搜索获取,但需要注意从正规渠道获取,避免下载到恶意软件。例如可以在一些专门的计算机技术论坛中查找相关资源(不过要确保论坛的安全性和资源的合法性)。其原理是通过加载相应的驱动等方式,让DOS环境具备对NTFS分区的读写能力。
二、其他方法
-
使用第三方工具结合命令行
-
利用Windows PE环境:
- 制作Windows PE启动盘。Windows PE(预安装环境)是一个小型的Windows操作系统,可以从微软官方或者一些技术网站获取制作工具来创建PE启动盘。将PE启动盘插入计算机并从其引导,进入PE环境后,PE环境通常内置了对NTFS分区较好的支持,可以使用命令行工具如
cmd ,然后利用del 等文件删除命令来删除NTFS分区上的文件。例如,如果你知道目标文件的路径,在命令行中输入del X:\路径\文件名 (其中X 是NTFS分区对应的盘符)就可以尝试删除文件。
-
使用Linux Live CD:
- 下载一个支持NTFS读写的Linux Live CD,比如Ubuntu的Live CD版本。将Live CD插入计算机并从其引导进入Linux Live环境。在Linux环境下,由于Linux对NTFS有较好的支持(通常默认可以挂载并读写NTFS分区),可以使用
rm 命令来删除文件。例如,打开终端,首先使用mount 命令挂载NTFS分区到某个挂载点,如mount /dev/sdaX /mnt/ntfs (这里/dev/sdaX 是NTFS分区对应的设备节点,/mnt/ntfs 是挂载点),然后使用rm /mnt/ntfs/路径/文件名 来删除文件。
|
|
2006-7-3 22:29 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
|
2006-7-3 22:38 |
|
|
lxfsniper
初级用户
 
积分 26
发帖 11
注册 2006-7-3
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
感谢二楼的好人,下了,马上去试试
Thanks to the good person on the second floor, I downloaded it and will go try it immediately
|
|
2006-7-3 22:50 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
NTFS for DOS远不如较新的NTFS IFS driver好用。
NTFS for DOS is far less useful than the newer NTFS IFS driver.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-7-3 23:17 |
|
|
lxfsniper
初级用户
 
积分 26
发帖 11
注册 2006-7-3
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
Originally posted by fastslz at 2006-7-3 22:38:
NTFS4DOS可读写
fastslz,请教你一下,你是怎样操作可以删除文件呢?
我弄的时候老是提示 file not found
Originally posted by fastslz at 2006-7-3 22:38:
NTFS4DOS is readable and writable
fastslz, may I ask you, how do you operate to delete files?
I always get the prompt "file not found" when I do it
|
|
2006-7-3 23:20 |
|
|
lxfsniper
初级用户
 
积分 26
发帖 11
注册 2006-7-3
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
Originally posted by Wengier at 2006-7-3 23:17:
NTFS for DOS远不如较新的NTFS IFS driver好用。
达人终于看到你了,呵呵
能给我个ifs吗?谢谢了
Originally posted by Wengier at 2006-7-3 23:17:
NTFS for DOS is far less useful than the newer NTFS IFS driver.
Finally saw you, hehe
Can you give me an IFS? Thanks
|
|
2006-7-3 23:22 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
前段时间有人在论坛的下载室中上传过IFS并有相关讨论,可在那儿搜搜就能找到。。
Some time ago, someone uploaded IFS in the download room of the forum and there were related discussions. You can search there to find it.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-7-3 23:31 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
确定文件路径没有空格或是长文件名吗?
哈哈......本来是想传IFS怕lxfsniper不会用
Is the file path free of spaces or long filenames?
Haha...... Originally wanted to upload IFS, afraid lxfsniper wouldn't know how to use it
|
|
2006-7-3 23:36 |
|
|
lxfsniper
初级用户
 
积分 26
发帖 11
注册 2006-7-3
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
Originally posted by fastslz at 2006-7-3 23:36:
确定文件路径没有空格或是长文件名吗?
哈哈......本来是想传IFS怕lxfsniper不会用
都是正常的文件名,呵呵,不会用你可以给我讲讲嘛,谢谢
Originally posted by fastslz at 2006-7-3 23:36:
Is the file path free of spaces or long file names?
Haha...... I originally wanted to transfer IFS in case lxfsniper doesn't know how to use it
All are normal file names. Hehe, if you don't know how to use it, you can tell me, thank you
|
|
2006-7-3 23:42 |
|
|
lxfsniper
初级用户
 
积分 26
发帖 11
注册 2006-7-3
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
用这这些软件对dos的版本有什么要求吗?
Are there any requirements for the DOS version regarding these software?
|
|
2006-7-3 23:43 |
|
|
SXBG
初级用户
 
积分 62
发帖 25
注册 2006-4-27
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
ifs对不规则分区的识别不如ntfs4dos,从测试情况看,一些跟磁盘相关的工具可以粗略的分成两类:
PQ,IFS,PARAGON PM,OMNIFS,GHREGEDT,这些应该是通过bios读取硬盘的,曾经用vmware精简版创建了一个20G的虚拟硬盘,结果这些程序都只能识别出8G的大小。而以下一些程序可以正确识别:
GDISK,ACRONIS的所有产品包括dos命令行版本,NTFS4DOS,AEFDISK,这些程序应该是直接访问硬盘的。
IFS is less accurate in identifying irregular partitions than NTFS4DOS. From the test situation, some disk-related tools can be roughly divided into two categories:
PQ, IFS, PARAGON PM, OMNIFS, GHREGEDT, these should read the hard disk through BIOS. Once a 20G virtual hard disk was created with the VMware Lite version, and as a result, these programs could only identify a size of 8G. While the following some programs can identify correctly:
GDISK, all products of ACRONIS including the DOS command line version, NTFS4DOS, AEFDISK, these programs should access the hard disk directly.
|
|
2006-7-3 23:51 |
|
|
SXBG
初级用户
 
积分 62
发帖 25
注册 2006-4-27
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
这里还有一个网友提及的相关例子:
前两天遇到一个搞笑的问题,大家可能没有想到的
有个朋友帮别人GHOST一机器,本来哪机器的XP坏了,它也不管这么多,就直接GHOST,用了一键还原(人就是懒),GHOST完后,机器重起,等一切完事后,进入系统,,,,,,它傻眼了,只能系统盘一个分区,其它分区都不见了!!他就想了一下以为是我的问题,因为盘是我给它的,就问我为什么会这样,我说不会吧,因为我用这盘给很多机器做过,不会用了DISK模式的,我就叫它用DISKGEN重建一下分区表应该就没有事了,,,,,,,,重建了分区表它说出现了其它的问题它无法处理,说要我去,我很不情愿但还是去了,,,,
去到哪里我先用DISKgen看一下它的分区,一个字乱,而且还看到有几个分区表,我的第一感觉是不是主板有恢复精灵之类,,,但也没管它,把分区恢复后把它的数据备份后就直接用ACRONIS DISK,,,,,分区,进入软件后就一口气把所有分区重新分了一下(我也怕麻烦)完成后我就进入GHOST一步步手动,到选择要恢复的分区时,我也傻眼了,为什么分区和我分的不一样,还有很多空间没有用!!!??
于是我又进入ACRONIS里看,这软件看分区表,又没有问题啊,怎么回事呢,,,,,,来回开机的几次我不意中发现问题所在,原来当时硬盘的访问模式是LAG,但明显这硬盘应该是用LBA的,为什么主板会认为它是LAG呢,,,,,,于是到主板里强制改成LBA,就发现所有问题解决了,,,,,,,,,,
事后,我想了一下,才知道,原来,GHOST获得硬盘信息是从BIOS里读取的,但ACRONIS这类软件是直接从硬盘上读取的,所以出现了这么搞笑的结果。
Here is also a related example mentioned by a netizen:
A few days ago, I encountered a funny problem, which everyone might not have expected.
There was a friend who helped someone GHOST a machine. Originally, the XP on that machine was broken, but he didn't care so much and just did GHOST directly, using one-click restoration (people are just lazy). After GHOST was completed, the machine restarted. When everything was done, he entered the system... He was stunned. There was only one partition on the system disk, and the other partitions were gone! He thought for a while and thought it was my problem because the disk was given by me, so he asked me why this happened. I said it shouldn't be like that, because I had used this disk to make it for many machines and I didn't use the DISK mode. I told him to use DISKGEN to rebuild the partition table, and it should be okay... After rebuilding the partition table, he said there were other problems that he couldn't handle and said I should go. I was very reluctant but still went...
When I got there, I first used DISKgen to look at his partitions. It was a mess, and there were several partition tables. My first feeling was whether there was a recovery elf like that on the motherboard... But I didn't care. After restoring the partitions, I backed up his data and then directly used ACRONIS DISK... Partition. After entering the software, I divided all partitions at once (I was also afraid of trouble). After completion, I entered GHOST step by step manually. When it came to choosing the partition to restore, I was also stunned. Why were the partitions different from what I divided, and there were still a lot of space not used!!!?
Then I entered ACRONIS again to check. There was no problem with this software's view of the partition table. What was going on... After restarting the machine several times, I accidentally found the problem. It turned out that the hard disk's access mode at that time was LAG, but obviously this hard disk should use LBA. Why did the motherboard think it was LAG... So I went to the motherboard and forced it to change to LBA, and then all the problems were solved...
Afterwards, I thought about it and realized that originally, GHOST gets the hard disk information from the BIOS, but software like ACRONIS directly reads from the hard disk, so such a funny result occurred.
|
|
2006-7-3 23:55 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
IFS 加载命令NTFSYES卸载命令NTFSNO
IFS load command NTFS YES unload command NTFS NO
附件
1: IFS.rar (2006-7-4 00:08, 181.1 KiB, 下载附件所需积分 1 点
,下载次数: 502)
|
|
2006-7-4 00:08 |
|
|
lxfsniper
初级用户
 
积分 26
发帖 11
注册 2006-7-3
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
大家看看我用ntfs4dos的方法对不对
1、将其解压到fat32分区
2、用光盘启动,进入dos提示符
3、在盘符后键入ntfs4dos,加载之
4、到ntfs分区中进行操作,但是删除都是失败
我是新手,等大家讲解哦................
Everyone, take a look if the way I use ntfs4dos is correct.
1. Extract it to the fat32 partition.
2. Boot from the CD, enter the DOS prompt.
3. Type ntfs4dos after the drive letter to load it.
4. Operate in the ntfs partition, but deletion all fails.
I'm a newbie, waiting for everyone's explanation oh................
|
|
2006-7-4 00:41 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
请把你的删除命令或文件名贴出来?我们不是神仙哦.....
有的要去掉属性才可以删除
Please post your delete command or file name? We are not gods..... Some need to remove the attributes before they can be deleted
|
|
2006-7-4 00:53 |
|