मुझे एक डिस्क का 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
। इसके अतिरिक्त के रूप में ifmaybeharry ने बताया कि OS X विधि का उपयोग करना हैdiskutil
। अपने अपडेट को संबोधित करने के लिए ... हालाँकि या काfstab
उपयोग कर सकते हैं , बस के लिए मैन पेज में उदाहरण देखें । एक टर्मिनल प्रकार में और फिर राइट-क्लिक करें और ओपन मैन पेज चुनें, फिर इसे इसकी संपूर्णता में पढ़ें! :)UUID
LABEL
fstab
fstab
fstab