디스크에서 UUID와 디스크 레이블을 얻습니다. diskutil info disk0s4
diskutil info disk0s4
Device Identifier: disk0s4
Device Node: /dev/disk0s4
Whole: No
Part of Whole: disk0
Device / Media Name: Untitled
Volume Name: Data
Mounted: No
File System Personality: HFS+
Type (Bundle): hfs
Name (User Visible): Mac OS Extended
Journal: Unknown (not mounted)
Owners: Disabled
Partition Type: Apple_HFS
OS Can Be Installed: No
Media Type: Generic
Protocol: PCI
SMART Status: Verified
Volume UUID: F8C88B2D-5412-343B-8969-254F3AC559B8
Disk / Partition UUID: 1738336E-68DD-46B1-997E-57469CF0472D
Total Size: 338.0 GB (337984569344 Bytes) (exactly 660126112 512-Byte-Units)
Volume Free Space: 0 B (0 Bytes) (exactly 0 512-Byte-Units)
Device Block Size: 512 Bytes
Read-Only Media: No
Read-Only Volume: Not applicable (not mounted)
Device Location: Internal
Removable Media: No
Solid State: Yes
mount
볼륨 레이블 사용이 작동하지 않습니다.
$ sudo mount -t hfs LABEL=Data /Users/user/test
GetMasterBlock: Error 2 opening LABEL=Data
GetMasterBlock: Error 2 opening LABEL=Data
mount_hfs: error on mount(): error = -1.
mount_hfs: No such file or directory
mount
볼륨 UUID 사용은 따옴표와 함께 또는 따옴표없이 작동하지 않습니다.
$ sudo mount -t hfs uuid=F8C88B2D-5412-343B-8969-254F3AC559B8 /Users/user/test
GetMasterBlock: Error 2 opening uuid=F8C88B2D-5412-343B-8969-254F3AC559B8
GetMasterBlock: Error 2 opening uuid=F8C88B2D-5412-343B-8969-254F3AC559B8
mount_hfs: error on mount(): error = -1.
mount_hfs: No such file or directory
$ sudo mount -t hfs UUID="F8C88B2D-5412-343B-8969-254F3AC559B8" /Users/user/test
GetMasterBlock: Error 2 opening UUID=F8C88B2D-5412-343B-8969-254F3AC559B8
GetMasterBlock: Error 2 opening UUID=F8C88B2D-5412-343B-8969-254F3AC559B8
mount_hfs: error on mount(): error = -1.
mount_hfs: No such file or directory
mount
볼륨 식별자 사용
mymac:~ user$ sudo mount -t hfs /dev/disk0s4 /Users/user/test
최신 정보:
내 목표는 볼륨을 사용자 지정 마운트 지점에 마운트하려고 할 때 mount
라인 을 배치하는 것입니다 /etc/fstab
.
fstab
같은 : UUID=<volume_uuid> /mount/point auto
및 달렸다 sudo mount -a
. 같은 오류가 발생했습니다 :... mount_hfs: No such file or directory
fstab
항상 처음 네 개의 필드를 사용합니다. 귀하의 의견에 세 번째 필드 (fs_vfstype)가 누락되었습니다. 당신은 그것을 생략하고 fstab
있습니까? 질문을 편집하고 시도한 내용 fstab
과 사용한 편집기를 정확하게 표시해야합니다 . 그건 내 마운트 포인트 것도 다음 기본 / 기타 없습니다 말했다 Volumes
되는 none
설정됩니다. 편집 한 내용과 마운트 지점이 표시되면 테스트 해 보겠습니다.
mount
명령은 사용할 수 없습니다UUID
또는LABEL
하고, 예를 디스크 식별자를 사용합니다/dev/disk0s4
. 또한 아마도 해리가 OS X 방법을 사용하는 것으로 지적했다diskutil
. 업데이트를 해결하려면 ... 또는을fstab
사용할 수 있습니다 . 맨 페이지의 예제를 참조하십시오 . 터미널 유형에서 마우스 오른쪽 버튼을 클릭 하고 매뉴얼 페이지 열기를 선택한 다음 전체 내용을 읽으십시오! :)UUID
LABEL
fstab
fstab
fstab