默认情况下,终端提示显示如下内容:
user@system:/folder1/folder2/folder3/folder4$
Run Code Online (Sandbox Code Playgroud)
您进入文件系统越深,用于输入命令的空间就越少。我可以将其更改为仅显示以下内容:
>
Run Code Online (Sandbox Code Playgroud)
我的意思是,我可以打字pwd
来显示我的位置。;)
我不小心被水损坏了我的 MacBook,现在我主要是提取我的图像。
我使用存储设备管理器在我的固定 PC 上安装了驱动器(HFS+ 格式)。
我能够浏览驱动器并复制 mac 驱动器的 Picures 文件夹中某些目录的图片,但对于其他目录,例如包含三张图片的目录,我在运行时得到以下信息 ls -l
ls: cannot access DSC00001.JPG: Input/output error
ls: cannot access DSC00002.JPG: Input/output error
ls: cannot access DSC00003.JPG: Input/output error
ls: reading directory .: Input/output error
total 3
drwxrwxrwx 1 501 dialout 1957 2011-12-11 18:22 ./
drwx------ 1 501 dialout 82 2012-01-18 20:51 ../
-????????? ? ? ? ? ? DSC00001.JPG
-????????? ? ? ? ? ? DSC00002.JPG
-????????? ? ? ? ? ? DSC00003.JPG
Run Code Online (Sandbox Code Playgroud)
...所以...这些文件都是吐司,还是我可以做些什么?
更新: 我尝试在文件上使用 ddrescue,但那里也出现了输入/输出错误。