I've recently got my dual boot hackintosh set up and working. I have two disks being used as Windows Storage Spaces. When I log into OS X I am prompted twice with:
The disk you inserted was not readable by this computer. [Initialize...][Ignore][Eject]
I would like for OSX to not attempt to mount these drives. The best option I have found so far is possibly to add entries to /etc/fstab. However, I have not found a way to identify these disks. The disk identifier seems to change on every boot, there is no label, and there is no UUID displayed disktutil.
diskutil list /dev/disk2 #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *1.0 TB disk2 1: Microsoft Reserved 134.2 MB disk2s1 2: E75CAF8F-F680-4CEE-AFA3-B001E56EFC2D 1.0 TB disk2s2 /dev/disk4 #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *1.0 TB disk4 1: Microsoft Reserved 134.2 MB disk4s1 2: E75CAF8F-F680-4CEE-AFA3-B001E56EFC2D 1.0 TB disk4s2
When running diskutil info on either of these, the uuid-looking number is defined as the Partition type. I attempted to use this as a UUID in /etc/fstab with no success.
diskutil info disk4s2 Device Identifier: disk4s2 Device Node: /dev/disk4s2 Part of Whole: disk4 Device / Media Name: Storage pool Volume Name: Not applicable (no file system) Mounted: Not applicable (no file system) File System: None Partition Type: E75CAF8F-F680-4CEE-AFA3-B001E56EFC2D OS Can Be Installed: No Media Type: Generic Protocol: SATA SMART Status: Verified Total Size: 1.0 TB (1000068874240 Bytes) (exactly 1953259520 512-Byte-Units) Volume Free Space: Not applicable (no file system) Device Block Size: 512 Bytes Read-Only Media: No Read-Only Volume: Not applicable (no file system) Ejectable: No Whole: No Internal: Yes Solid State: No
Any ideas on how to disable automounting of these disks?
submitted by bleubeard1
[link] [comment]
What is missing? Please comment to help! ...[source] For more info try www.iatkos.net
Post a Comment