linux强制使用windows命名,如何强制Windows重命名带有特殊字符的文件?

在Windows 7中:在管理员模式下运行cmd.exe。

cd进入带有文件名的目录。

运行:chkdsk / V / f [我的错误文件在OS驱动器之外的其他驱动器上,因此它可以卸除它。如果是OS驱动器,则可能必须在启动时执行此步骤。

等待(可能必须重新启动)。

如您所见,结果是chkdsk实际上为我删除了文件。因此,如果您要保留文件,我不知道该怎么办,但是可以肯定的是,这将摆脱这些文件。

结果/命令日志:

E:\islag\Music\llb>dir

Volume in drive E is FreeAgent Drive

Volume Serial Number is 5038-892A

Directory of E:\islag\Music\llb

02/02/2011 12:18 PM

02/02/2011 12:18 PM

04/04/2010 02:19 PM 4,014,099 01 Los Lonely Boys - Se?orita - www.file2

4ever.com.mp3

04/04/2010 02:18 PM 3,125,942 12 Los Lonely Boys - La Contestaci?n - ww

w.file24ever.com.mp3

2 File(s) 7,140,041 bytes

2 Dir(s) 87,743,991,808 bytes free

E:\islag\Music\llb>chkdsk /V

The type of the file system is NTFS.

Volume label is FreeAgent Drive.

WARNING! F parameter not specified.

Running CHKDSK in read-only mode.

CHKDSK is verifying files (stage 1 of 3)...

231424 file records processed.

File verification completed.

34 large file records processed.

0 bad file records processed.

0 EA records processed.

0 reparse records processed.

CHKDSK is verifying indexes (stage 2 of 3)...

18 percent complete. (29338 of 245164 index entries processed)

An invalid filename 01 Los Lonely Boys - Se?orita - www.file24ever.com.mp3 (3196

6) was found in directory 31962.

All filenames for File 31966 are invalid.

Minor file name errors were detected in file 31966.

An invalid filename 12 Los Lonely Boys - La Contestaci?n - www.file24ever.com.mp

3 (31973) was found in directory 31962.

All filenames for File 31973 are invalid.

Minor file name errors were detected in file 31973.

73 percent complete. (233817 of 245164 index entries processed)

Index entry 01 Los Lonely Boys - Se?orita - www.file24ever.com.mp3 in index $I30

of file 31962 is incorrect.

Index entry 12 Los Lonely Boys - La Contestaci?n - www.file24ever.com.mp3 in ind

ex $I30 of file 31962 is incorrect.

245164 index entries processed.

Index verification completed.

Errors found. CHKDSK cannot continue in read-only mode.

E:\islag\Music\llb>dir

Volume in drive E is FreeAgent Drive

Volume Serial Number is 5038-892A

Directory of E:\islag\Music\llb

02/02/2011 12:18 PM

02/02/2011 12:18 PM

04/04/2010 02:19 PM 4,014,099 01 Los Lonely Boys - Se?orita - www.file2

4ever.com.mp3

04/04/2010 02:18 PM 3,125,942 12 Los Lonely Boys - La Contestaci?n - ww

w.file24ever.com.mp3

2 File(s) 7,140,041 bytes

2 Dir(s) 87,743,991,808 bytes free

E:\islag\Music\llb>chkdsk /V /f

The type of the file system is NTFS.

Cannot lock current drive.

Chkdsk cannot run because the volume is in use by another

process. Chkdsk may run if this volume is dismounted first.

ALL OPENED HANDLES TO THIS VOLUME WOULD THEN BE INVALID.

Would you like to force a dismount on this volume? (Y/N) y

Volume dismounted. All opened handles to this volume are now invalid.

Volume label is FreeAgent Drive.

CHKDSK is verifying files (stage 1 of 3)...

231424 file records processed.

File verification completed.

32 large file records processed.

0 bad file records processed.

0 EA records processed.

0 reparse records processed.

CHKDSK is verifying indexes (stage 2 of 3)...

18 percent complete. (29339 of 245164 index entries processed)

Deleted invalid filename 01 Los Lonely Boys - Se?orita - www.file24ever.com.mp3

(31966) in directory 31962.

File 31966 has been orphaned since all its filenames were invalid

Windows will recover the file in the orphan recovery phase.

Correcting minor file name errors in file 31966.

Deleted invalid filename 12 Los Lonely Boys - La Contestaci?n - www.file24ever.c

om.mp3 (31973) in directory 31962.

File 31973 has been orphaned since all its filenames were invalid

Windows will recover the file in the orphan recovery phase.

Correcting minor file name errors in file 31973.

73 percent complete. (233642 of 245164 index entries processed)

Deleting index entry 01 Los Lonely Boys - Se?orita - www.file24ever.com.mp3 in i

ndex $I30 of file 31962.

Deleting index entry 12 Los Lonely Boys - La Contestaci?n - www.file24ever.com.m

p3 in index $I30 of file 31962.

245164 index entries processed.

Index verification completed.

CHKDSK is scanning unindexed files for reconnect to their original directory.

2 unindexed files scanned.

CHKDSK is recovering remaining unindexed files.

2 unindexed files recovered.

CHKDSK is verifying security descriptors (stage 3 of 3)...

231424 file SDs/SIDs processed.

Cleaning up 41 unused index entries from index $SII of file 9.

Cleaning up 41 unused index entries from index $SDH of file 9.

Cleaning up 41 unused security descriptors.

Security descriptor verification completed.

6871 data files processed.

CHKDSK is verifying Usn Journal...

1116928 USN bytes processed.

Usn Journal verification completed.

Correcting errors in the master file table's (MFT) BITMAP attribute.

Windows has made corrections to the file system.

244196000 KB total disk space.

158175168 KB in 30003 files.

22820 KB in 6873 indexes.

0 KB in bad sectors.

306168 KB in use by the system.

65536 KB occupied by the log file.

85691844 KB available on disk.

4096 bytes in each allocation unit.

61049000 total allocation units on disk.

21422961 allocation units available on disk.

E:\islag\Music\llb>dir

Volume in drive E is FreeAgent Drive

Volume Serial Number is 5038-892A

Directory of E:\islag\Music\llb

02/02/2011 12:18 PM

02/02/2011 12:18 PM

0 File(s) 0 bytes

2 Dir(s) 87,743,979,520 bytes free

E:\islag\Music\llb>

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/468173.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

2.Cannot find config.m4.

PHP扩展路径在:PHP源码包下的ext目录下;这个目录下有很多自带的扩展源码,缺少什么扩展只需要进入这个扩展目录下,再运行Phpize即可;转载于:https://www.cnblogs.com/52-hz/p/7155348.html

LCD 设备驱动框架分析及核心结构

Linux 下很多东西都是和结构体相关,举个例子,时钟大家都知道吧,Linux 下对应时钟的东西就有好几个结构体,所以你要是想明白Linux 下那些东西,对结构体要有所了解,LCD 是基础的驱动设备,里面涉及…

kafka 启动_Kafka管理工具Kafka Manager

Kafka作为分布式消息系统以其轻量级、可扩展、高通吐等特点而得到广泛应用,最近在项目中用Kafka作为中间件进行数据交互。为了监控Kafka的运行情况,在网上找了个开源的Kafka监控工具Kafka-manager对Kafka集群监控。为什么选用Kafka-manager而不是KafkaOf…

linux 简单脚本fi报错,shell脚本报错:[: =: unary operator expected

shell脚本报错:"[: : unary operator expected"在匹配字符串相等时,我用了类似这样的语句:if [ $STATUS "OK" ]; thenecho "OK"fi在运行时出现了 [: : unary operator expected 的错误,就一直找不…

Linux背后的思想

01Linus TorvaldsLinus Torvalds两次改变了技术,第一次是Linux内核,它帮助互联网的发展;第二次是Git,全球开发者使用的源代码管理系统。在一次TED的采访中,Torvalds以极其开放的态度讨论了他独特的工作方式和性格特点。…

【HDOJ 3652】B-number

【HDOJ 3652】B-number 给一整数n 找<n的整数中能被13整除且含有13的 数位dp 记忆化&#xff01;。 一入记忆化深似海。。。再也不想用递推了。。。发现真的非常好想 仅仅要保证满足条件把未选高位(即能任意挑数的)记录下来 不断搜索递归即可 代码例如以下: #include <i…

linux执行sh提示非标准环境,Linux执行.sh文件时提示No such file or directory该怎么办(三种解决办法)...

先给大家看下问题描述&#xff0c;下图是我在运行时出现错误截图&#xff1a;解决方法分析原因&#xff0c;可能因为我平台迁移碰到权限问题我们来进行权限转换1)在Windows下转换&#xff1a;利用一些编辑器如UltraEdit或EditPlus等工具先将脚本编码转换&#xff0c;再放到Linu…

你应该知道Linux内核softirq

说起这个softirq &#xff0c;很多人还是一头雾水&#xff0c;觉得这个是什么东西&#xff0c;跟tasklets 和 workqueue有什么不同。每次谈到这个&#xff0c;很多人&#xff0c;包括我&#xff0c;都是有点紧张&#xff0c;特别是面试的时候&#xff0c;因为你一旦说错了什么&…

linux 查看磁盘分区,文件系统,使用情况的命令和相关工具介绍,Linux 查看磁盘分区、文件系统、使用情况的命令和相关工具介绍...

Linux 查看磁盘分区、文件系统、使用情况的命令和相关工具介绍作者&#xff1a;北南南北来自&#xff1a;http://doc.xuehai.net提要&#xff1a;Linux 磁盘分区表、文件系统的查看、统计的工具很多&#xff0c;有些工具是多功能的&#xff0c;不仅仅是查看磁盘的分区表&#x…

Java部分面试题

一、Vector和ArrayList的区别1&#xff0c;vector是线程同步的&#xff0c;所以它也是线程安全的&#xff0c;而arraylist是线程异步的&#xff0c;是不安全的。如果不考虑到线程的安全因素&#xff0c;一般用arraylist效率比较高。2&#xff0c;如果集合中的元素的数目大于目前…

C语言,链表

定义一个链表的节点之前说到树&#xff0c;里面也有一个节点&#xff0c;节点是用来存数据的&#xff0c;不管是树还是其他什么数据结构&#xff0c;最终的目的都是用来处理数据的&#xff0c;所以节点里面包含两个东西&#xff0c;一个是指针&#xff0c;指针可以指向其他位置…

linux hosts文件如何修改_3 种方法教你在 Linux 中修改打开文件数量限制

当文件被打开访问时&#xff0c;操作系统临时分配一个名为文件句柄的数字。主内存的一个特殊区域是为文件句柄预留的&#xff0c;这个区域的大小决定了一次可以打开多少个文件。Linux上的进程受到许多限制&#xff0c;这些限制也阻碍它们正确地执行&#xff0c;而且每个进程都有…

数据库基本查询语句

select基本查询语句 使用oracle中scott用户中的表进行的基本查询语句 select * from emp;--列出职位为MANAGER的员工的编号&#xff0c;姓名--select empno,ename from emp where job MANAGER;--like模糊查询我也不懂SELECT * FROM EMP WHERE ENAME LIKE%*_%ESCAPE*;--找出奖金…

linux数字雨代码解释,linux提权 漏洞合集 linux-kernel-exploits

CVE–2018–1000001  [glibc](glibc < 2.26)CVE-2017-1000367  [Sudo](Sudo 1.8.6p7 – 1.8.20)CVE-2017-1000112  [a memory corruption due to UFO to non-UFO path switch]CVE-2017-16995  [Memory corruption caused by BPF verifier] (Linux kernel before 4.1…

10个高效Linux技巧及Vim命令对比

写在前面&#xff1a;今天没来得及唱歌~一个多星期没更新了&#xff0c;今天记录下我自己用得比较多的Linux命令行快捷键&#xff0c;小伙伴们别嘲笑我哈~不知道为啥&#xff0c;每次发文就有好几个小伙伴取消关注离开之前&#xff0c;可以告诉我为什么吗~~Vim的很多命令和功能…

python 微信机器人_Python 微信机器人

一、写在前边的话 如何做一个自动回复的微信机器人&#xff1f;机器人的功能有&#xff0c;自动加好友&#xff0c;关键字回复&#xff0c;等等&#xff0c;它甚至可以成为你的私人管家&#xff0c;只要你的代码到位。今天&#xff0c;主要讲解下&#xff0c;微信机器人-图灵版…

linux 控制台存储,技术|使用 Stratis 从命令行管理 Linux 存储

通过从命令行运行它&#xff0c;得到这个易于使用的 Linux 存储工具的主要用途。正如本系列的第一部分和第二部分中所讨论的&#xff0c;Stratis 是一个具有与 ZFS 和 Btrfs 相似功能的卷管理文件系统。在本文中&#xff0c;我们将介绍如何在命令行上使用 Stratis。安装 Strati…

Java_基础—List的三个子类的特点

List的三个子类的特点 ArrayList: 底层数据结构是数组&#xff0c;查询快&#xff0c;增删慢。 线程不安全&#xff0c;效率高。 Vector: 底层数据结构是数组&#xff0c;查询快&#xff0c;增删慢。 线程安全&#xff0c;效率低。 - Vector相对ArrayList查询慢(线程安全…

你想要的江湖,可能不在这时候笑傲

昨天看知识星球看到的一个码农的经历&#xff0c;然后我看了&#xff0c;也回答了&#xff0c;想把回答分享给大家&#xff0c;我觉得这应该是很多人都会遇到的。困扰的问题潜水这么久&#xff0c;有一个问题想问一下&#xff0c;帅张。可能有点啰嗦。就是在一家公司做开发&…

mysql binlog 备份_MySQL的binlog知识梳理

1、binlog概念:binlog是一个二进制格式的文件&#xff0c;用于记录“修改数据或可能引起数据变更”的SQL语句(查询的SQL不会记录)。2、binlog功能:(1)恢复: 利用binlog日志恢复数据库数据。(2)复制: 主从架构通过binlog同步数据。(3)审计: 可以用binlog中的信息进行审计&#x…