当传输文件时出现Mac错误代码36
当我向一个U盘或存储卡里传输文件时,出现了Mac Error Code36,我该如何解决?
Mac,传输文件,错误代码36,U盘,卡片
Mac OS X Snow Leopard 的用户在复制目录到Finder下的Windows-formatted volumes宗卷,可能会遇到这个问题。
这个问题源于“dot-underscore”配套文件。当文件系统从FAT16转到FAT32时,Mac操作系统X’s HFS+ 文件系统则生成此配套文件。这些隐藏的文件都以“._”开头,后面跟着起原有的文件名—使其包含额外的信息去配合主文件的数据。当一个文件,从与Windows相兼容的宗卷移动到Mac电脑中,然后又移回Windows中时,“错误代码36”信息就会出现。
如果遇到这个问题,可以运行一个简单的“dot_clean”命令来删除U盘或存储卡上隐藏的“dot-underscore”文件。这里是使用dot_clean的操作步骤和视频演示。
1.运行 Terminal (Applications > Utilities) ,输入dot_clean, 和一个空格。
2. 拖动U盘或存储卡的图标到终端窗口。
正确的/路径/文件夹就会被添加到终端窗口命令。
3. 击回车。隐藏的“._”文件就会被删除了,现在你就可以复制文件到U盘和存储卡中了。
--------------------------------------------------------------------------------------------------------------------------------------
结果还是没用!!!
开始分析,既然硬盘能识别,那先排除硬件的问题!文件内容不能读取,且不能新建文件夹(ntfs在apple OS可以通过mounty环境读写)那就可能是硬盘文件ntfs在apple OS系统中不稳定所导致,可能的原因是文件夹、文件列表混乱导致。
 
一台微软系统电脑插上硬盘,还是无法读写硬盘,别慌,运行—cmd--C:> <移动硬盘盘符>:
移动硬盘盘符:> chkdsk /f

mac NTFS 关于错误-36,rm Input/output error的更多相关文章

  1. CentOS 启动提示unexpected inconsistency;RUN fsck MANUALLY, ntfs的input/output Error,InPageError c000009c使用chkdsk修复磁盘,12款Linux系统恢复工具

    CentOS这两天服务器出了问题了,提示如下: unexpected inconsistency;RUN fsck MANUALLY An error occurred during the file ...

  2. Docker 在转发端口时的这个错误Error starting userland proxy: mkdir /port/tcp:0.0.0.0:3306:tcp:172.17.0.2:3306: input/output error.

    from:https://www.v2ex.com/amp/t/463719 系统环境是 Windows 10 Pro,Docker 版本 18.03.1-ce,电脑开机之后第一次运行 docker ...

  3. PHP failed to ptrace(PEEKDATA) pid 13659: Input/output error错误解决方法

    PHP failed to ptrace(PEEKDATA) pid 13659: Input/output error错误解决方法 现在改linux内核文件打开限制<pre>ulimit ...

  4. PHP-FPM-failed to ptrace(PEEKDATA) pid 123: Input/output error

    If you're running PHP-FPM you can see these kind of errors in your PHP-FPM logs. $ tail -f php-fpm.l ...

  5. NFS挂载异常 mount.nfs: Input/output error

    [root@localhost ~]# vi /etc/exports #增加/nfs 192.168.10.132(rw,no_root_squash,no_all_squash,async) [r ...

  6. read()、write()返回 Input/output error, Device or resource busy解决

    遇到的问题,通过I2C总线读.写(read.write)fs8816加密芯片,报错如下: read str failed,error= Input/output error! write str fa ...

  7. dpdk EAL: Error reading from file descriptor 23: Input/output error

    执行test程序时输出: EAL: Error reading from file descriptor 23: Input/output error 原因: 在虚拟机添加的网卡,dpdk不支持导致的 ...

  8. mount_cd9660:/dev/acd0: Input/output error

    mount -t cd9660 /dev/acd0 /cdrom g_vfs_done():acd0[READ(offset32768, length=204]error =5 mount_cd966 ...

  9. cannot access Input/output error

    ls: cannot access  Input/output errorls: cannot open directory .: Input/output error 硬盘故障,只读或只写,你可以d ...

随机推荐

  1. Spring MVC源码分析(一):ContextLoaderListener的设计与实现

    ContextLoaderListener在我的Spring源码分析(一):从哪里开始看spring源码这篇文章,分析过在web容器,如tomcat,启动web应用时,会通过监听器的方式,通知Serv ...

  2. Apache版hadoop编译

    前言  做为大数据入门的基础,hadoop是每个大数据开发人员几乎不可避免的基础,目前hadoop已经发展到3.x.x版本,但当前企业使用的主流还是2.x.x版本,hadoop官网提供了编译后的had ...

  3. 页面上有3个输入框:分别为max,min,num;三个按钮:分别为生成,排序,去重;在输入框输入三个数字后,先点击生成按钮,生成一个数组长度为num,值为max到min之间的随机整数点击排序,对当前数组进行排序,点击去重,对当前数组进行去重。 每次点击之后使结果显示在控制台

    <!DOCTYPE html> <html> <head> <!-- 页面上有3个输入框:分别为max,min,num:三个按钮:分别为生成,排序,去重: 在 ...

  4. 案例-开门效果CSS3

    <style> .door { width: 288px; height: 153px; border: 2px solid #333; margin: 150px auto; backg ...

  5. eclipse search只能打开一个文件

    通过search找到的文件只能打开一个.以前search打开的那个文件就自动关闭了,找不到了.解决办法: window-preferences-general-search找到第一行的一个选项  re ...

  6. socket 进程通讯理解

    [转]https://blog.csdn.net/andrewgithub/article/details/81613120 正如可以给fopen的传入不同参数值,以打开不同的文件.创建socket的 ...

  7. k8s 命令

    Kubernetes 常用安装和使用命令总结 获取所有命名空间上的pod kubectl get pod -o wide --all-namespaces 查看pod IP时使用 kubectl ge ...

  8. js中变量对象和活动对象的区别 闭包时的区别

    变量对象:就是执行环境中包含了所有的变量和函数的对象 活动对象:正在被执行或引用的变量和函数 在上述代码中 ,全局定义了函数compare()和变量result,后台会创建一个作用域链(scope c ...

  9. JUC 一 ConcurrentHashMap

    java.util.concurrent ConcurrentHashMap是一个支持并发检索和并发更新的线程安全的HashMap(但不允许空key或value). JDK8以CAS+synchron ...

  10. Android Studio Download

    { https://developer.android.google.cn/studio }