인식되지 않는 외부 디스크 강제 장착


13

최근에 New Tech Tech 도크 (토스터에 빵처럼 나체 드라이브를 삽입하는 드라이브)를 통해 장착하고 4W 벌거 벗은 외장형 하드 드라이브를 구입했으며 FireWire 800을 통해 MacBook Pro에 연결되었습니다.

약 한 달 후에 드라이브를 사용하고 싶었지만 마운트하지 않았습니다.

디스크 유틸리티가 "미장착"상태라고보고합니다.

드라이브를 연결하면 다음과 같은 결과가 나타납니다.

이 컴퓨터에서 삽입 한 디스크를 읽을 수 없습니다.

이 컴퓨터에서 삽입 한 디스크를 읽을 수 없습니다.

그래서 다음과 같은 터미널 명령을 시도했습니다.

diskutil list

이것은 이것을 yeld : 여기에 이미지 설명을 입력하십시오 여기에 이미지 설명을 입력하십시오

나는 또한 시도했다 :

mount force /dev/disk3

그리고 얻었다 :

mount: You must specify a filesystem type with -t.

그리고:

mount force -t Apple_HFS /dev/disk3

어떤 출력 :

usage: mount [-dfruvw] [-o options] [-t external_type] special node
   mount [-adfruvw] [-t external_type]
   mount [-dfruvw] special | node

나는 또한 시도했다 :

diskutil repairVolume /dev/disk3

다시 돌려주는 :

Error starting file system repair for disk3: Unrecognized file system (-69846)

그리고 마지막으로:

sudo gpt -r show /dev/disk3

다음을 반환합니다. 여기에 이미지 설명을 입력하십시오

손실이 발생했습니다. 누구나이 드라이브를 마운트하는 방법에 대한 조언을 해줄 수 있습니까?


첫 번째 메시지가 제안한대로 드라이브를 초기화하려고 했습니까?
jmh

글쎄, 나는 그것을하기 전에 그것으로부터 데이터를 얻기 위해 그것을 피하려고 노력하고있다
marcnyc

두 가지 문제 중 하나입니다-도크에 실패했거나 드라이브에 오류가 발생했습니다. 도크가 여전히 작동 중인지 다른 드라이브를 사용해보십시오. 만약 그렇다면, 당신의 드라이브는 토스트입니다. 복구 도구를 살펴볼 시간입니다.
Allan

예, 도크가 작동하면 다른 드라이브와 작동합니다. 복구 도구 옵션은 무엇입니까?
marcnyc

시도해 보셨습니까 mount -t Apple_HFS force /dev/disk3? 때로는 UNIX 명령이 약간 까다 롭습니다.
실행 취소

답변:


9

내가 포기하고 드라이브를 포맷하고 데이터를 잃어 버렸을 때 어떻게 든 드라이브를 수정할 수 있었 으므로이 게시물을 우연히 접할 수있는 다른 사람들의 이익을 위해 터미널에서 정확히 내가 한 일을 게시하고 있습니다. 같은 문제. 나는 이것이 누군가에게 도움이되기를 바랍니다.

Admins-MacBook-Pro:~ admin$ diskutil mount /dev/disk3
Volume on disk3 failed to mount; if it has a partitioning scheme, use "diskutil mountDisk"
If the volume is damaged, try the "readOnly" option
If the volume is an APFS Volume, try the "diskutil apfs unlockVolume" verb
Admins-MacBook-Pro:~ admin$ mount force /dev/disk3
mount: You must specify a filesystem type with -t.
Admins-MacBook-Pro:~ admin$ mount -t /dev/disk3
Admins-MacBook-Pro:~ admin$ mount force -t /dev/disk3
usage: mount [-dfruvw] [-o options] [-t external_type] special node
       mount [-adfruvw] [-t external_type]
       mount [-dfruvw] special | node
Admins-MacBook-Pro:~ admin$ mount -t force /dev/disk3
usage: mount [-dfruvw] [-o options] [-t external_type] special node
       mount [-adfruvw] [-t external_type]
       mount [-dfruvw] special | node
Admins-MacBook-Pro:~ admin$ diskutil verifyDisk /dev/disk3
Nonexistent, unknown, or damaged partition map scheme
If you are sure this disk contains a (damaged) APM, MBR, or GPT partition
scheme, you might be able to repair it with "diskutil repairDisk /dev/disk3"
Admins-MacBook-Pro:~ admin$ diskutil repairDisk /dev/disk3
Nonexistent, unknown, or damaged partition map scheme
If you are sure this disk contains a (damaged) APM, MBR, or GPT partition map,
you can hereby try to repair it enough to be recognized as a map; another
"diskutil repairDisk /dev/disk3" might then be necessary for further repairs
Proceed? (y/N) y
Partition map repair complete; you might now want to repeat the
verifyDisk or repairDisk verbs to perform further checks and repairs
Admins-MacBook-Pro:~ admin$ diskutil repairDisk /dev/disk3
Repairing the partition map might erase disk3s1, proceed? (y/N) y
Started partition map repair on disk3
Checking prerequisites
Checking the partition list
Adjusting partition map to fit whole disk as required
Checking for an EFI system partition
Checking the EFI system partition's size
Checking the EFI system partition's file system
Checking the EFI system partition's folder content
Checking all HFS data partition loader spaces
Checking booter partitions
Reviewing boot support loaders
Checking Core Storage Physical Volume partitions
Updating Windows boot.ini files as required
The partition map appears to be OK
Finished partition map repair on disk3
Admins-MacBook-Pro:~ admin$

태양 아래에서 거의 모든 터미널 라인을 시도 했으므로 키가 이것이 작동하는 순서라고 생각합니다.

mount -t /dev/disk3
mount force -t /dev/disk3
diskutil verifyDisk /dev/disk3
diskutil repairDisk /dev/disk3
diskutil repairDisk /dev/disk3

며칠 전에 디스크 및 디스크 복구를 시도한다고 들었을 때 작동하지 않았지만 어떻게 든이 시퀀스로 파티션 맵을 복구 할 수있었습니다.

이 문제를 도와 주신 모든 분들께 감사드립니다. 내 데이터를 다시 가져 와서 기쁩니다.)


나를 위해 너무 오래 걸리기 때문에 이전의 보안 지우기를 중단했으며 랩톱의 연결을 끊어야했습니다. 다시 마운트하려고 할 때이 오류가 발생하여 1,3,4,5 단계를 수행했습니다 (2 단계에서 사용 오류가 발생했습니다). 해당 파티션이 복원되었으며 이는 좋은 신호였습니다. 그런 다음 diskutil eraseDiskDiskUtility가 여전히 인식하지 못하기 때문에 from 명령 행을 수행하여 디스크를 다시 가져올 수있었습니다.
GameSalutes
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.