마운틴 라이온의 UUID Type:

Mountain Lion에서 외장 HDD UUID를 찾으려고하는데 diskutil info / dev / disk1s1이 다음을 반환합니다.

Najis-MacBook-Air:~ ****$ diskutil info disk1s1
   Device Identifier:        disk1s1
   Device Node:              /dev/disk1s1
   Part of Whole:            disk1
   Device / Media Name:      Untitled 1

   Volume Name:              My Book
   Escaped with Unicode:     My%FF%FE%20%00Book

   Mounted:                  Yes
   Mount Point:              /Volumes/My Book
   Escaped with Unicode:     /Volumes/My%FF%FE%20%00Book

   File System Personality:  NTFS
   Type (Bundle):            ntfs
   Name (User Visible):      Windows NT File System (NTFS)

   Partition Type:           Windows_NTFS
   OS Can Be Installed:      No
   Media Type:               Generic
   Protocol:                 USB
   SMART Status:             Not Supported

   Total Size:               2.0 TB (2000364240896 Bytes) (exactly 3906961408 512-Byte-Blocks)
   Volume Free Space:        212.5 GB (212506509312 Bytes) (exactly 415051776 512-Byte-Blocks)
   Device Block Size:        512 Bytes

   Read-Only Media:          No
   Read-Only Volume:         Yes
   Ejectable:                Yes

   Whole:                    No
   Internal:                 No

그리고 UUID가 없습니다. 정확히 무엇이 잘못 되었습니까?

감사합니다.



답변

사실은

diskutil info disk?s?

UUID를 제공하지 않지만 다음을 사용하면 가능합니다.

diskutil info /Volumes/YOUR_DRIVE_NAME


답변

내 Mac (Mountain Lion)에서 실제로 두 명령

diskutil info disk?s?

diskutil /Volumes/YOUR_DRIVE_NAME

동일한 정보를 제공하십시오. FAT (MS_DOS) 형식의 볼륨에는 UUID가 없습니다. Mac OSX Extended 형식으로 포맷하면됩니다!


답변

액세스하려는 드라이브는 Windows_NTFS 파티션 유형입니다. 따라서 드라이브의 UDID를 표시하지 않습니다. 드라이브에 대한 추가 액세스를 위해이 오래된 블로그 (10.6 관련 단계 표시)에 제공된 단계를 따르십시오. 그러나 MAC OSX는 백엔드 코어를 절대 변경하지 않으므로 목적에 도움이됩니다.


답변