当传输文件时出现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. C++变长参数

    如果C++的变长参数经过了多轮的调用,就可能失去作用 间接引址,但是只能引用到第一个变长参数. va_list marker;   va_start(marker, format); s_logger ...

  2. 第十二篇 requests模拟登陆知乎

    了解http常见状态码 可以通过输入错误的密码来找到登陆知乎的post:url 把Headers拉到底部,可以看到form data _xsrf是需要发送的,需要发送给服务端,否则会返回403错误,提 ...

  3. undefined reference to `TTF_Init'

    如果编译时遇上 undefined reference to `FunctionName' 或是这种类似错误,首先就得检查是不是函数名拼写错误,如果不是,那估计是编译时候有些链接库没加进去 比如这篇上 ...

  4. usb-host与外设通信(三)

    4.与设备之间的通信 和USB设备通信可以是同步的或者是异步的,无论是哪一种情况,你都应该创建一个新的线程来处理数据传输,这样才不会使UI线程出现阻塞.与设备建立适宜的通信,你需要获得该设备一个合适的 ...

  5. sqlserver 如何瞬间执行上万条数据

    核心的内容是:使用自定义表类型 第一步:创建存储过程P_T1DeclareInfo_Upload_new 参数: T1DeclareInfo_UploadPNSN_Param  类型 T1Declar ...

  6. linux 下无法输入# 显示为£

    在键盘布局里面,(Keyboard Layout)设置为中国,汉语.解决问题

  7. pip3 常用操作

    清华大学pip镜像 https://mirrors.tuna.tsinghua.edu.cn/help/pypi/ # 设置为默认 pip install pip -U pip config set ...

  8. shell脚本实现批量端口扫描

    #!/bin/bash # Telnet Batach readonly TMOUT= ip_prefix="192.168" ip_network_range="80- ...

  9. Go学习笔记:Linux下安装Go语言

    CentOS7.6安装Go-1.12.9版本 1. 下载安装包到当前目录下> wget https://dl.google.com/go/go1.12.9.linux-amd64.tar.gz2 ...

  10. linux 6 timezone修改

    linux 6 / Amazon linux 因为正好在使用Amazon 的linux AMI  又遇到了需要修改系统时区这个case 所以就调查了一下修改方法,因为Amazon的linux版本是由A ...