Creé un disco RAID 0 encriptado siguiendo ¿Por qué no? t ¿FileVault funciona en un volumen RAID? en un WD My Passport Pro
$ diskutil cs createLVG TimeMachineLVG disk5
Started CoreStorage operation
Unmounting AppleRAID set at disk5
Adding disk5 to Logical Volume Group
Creating Core Storage Logical Volume Group
Switching disk5 to Core Storage
Waiting for Logical Volume Group to appear
Discovered new Logical Volume Group "67A69135-A5AF-4FA3-8FC1-5BD66606A595"
Core Storage LVG UUID: 67A69135-A5AF-4FA3-8FC1-5BD66606A595
Finished CoreStorage operation
$ diskutil cs createLV 67A69135-A5AF-4FA3-8FC1-5BD66606A595 JHFS+ TimeMachine 100% -stdinpassphrase
Passphrase for new volume:
Started CoreStorage operation
Waiting for Logical Volume to appear
Formatting file system for Logical Volume
Initialized /dev/rdisk7 as a 4 TB case-insensitive HFS Plus volume with a 311296k journal
Mounting disk
Core Storage LV UUID: 37D10BDF-AF34-4252-AAD7-41D18AFFF9AE
Core Storage disk: disk7
Finished CoreStorage operation
Hasta ahora todo bien. El disco puede ser listado y parece estar ahí
$ diskutil list
...
/dev/disk7 (external, virtual):
#: TYPE NAME SIZE IDENTIFIER
0: Apple_HFS TimeMachine +4.0 TB disk7
Logical Volume on disk5
37D10BDF-AF34-4252-AAD7-41D18AFFF9AE
Unlocked Encrypted
El tamaño es correcto y está marcado como Unlocked y Encrypted
Ahora, cuando intento montarlo, no aparece ningún error pero no sucede nada:
$ diskutil mount /dev/disk7
Volume TimeMachine on /dev/disk7 mounted
$ mount
/dev/disk1 on / (hfs, local, journaled)
devfs on /dev (devfs, local, nobrowse)
map -hosts on /net (autofs, nosuid, automounted, nobrowse)
map auto_home on /home (autofs, automounted, nobrowse)
/dev/disk6 on /Volumes/External (hfs, local, nodev, nosuid, journaled, noowners)
En la consola veo:
2015-11-18 15:28:07.000 kernel[0]: hfs: mounted TimeMachine on device disk7
2015-11-18 15:28:07.896 mdworker[12530]: (ImportBailout.Error:1325) Asked to exit for Diskarb
2015-11-18 15:28:07.897 mdworker[12542]: (ImportBailout.Error:1325) Asked to exit for Diskarb
2015-11-18 15:28:07.897 mdworker[12544]: (ImportBailout.Error:1325) Asked to exit for Diskarb
2015-11-18 15:28:07.901 mdworker[12543]: (ImportBailout.Error:1325) Asked to exit for Diskarb
2015-11-18 15:28:07.941 fseventsd[59]: Events arrived for /Volumes/TimeMachine after an unmount request! Re-initializing.
2015-11-18 15:28:07.941 fseventsd[59]: creating a dls for /Volumes/TimeMachine but it already has one...
2015-11-18 15:28:08.373 mds[75]: (DiskStore.Error:3239) vsd:0x7ffb9e04d000 DiskStore bringup failed. AA5ED57E-162E-45E1-B2EF-10A3F609C68B
2015-11-18 15:28:08.000 kernel[0]: hfs: unmount initiated on TimeMachine on device disk7
2015-11-18 15:28:08.611 fseventsd[59]: disk logger: failed to open output file /Volumes/TimeMachine/.fseventsd/0000000007afdf62 (No such file or directory). mount point /Volumes/TimeMachine/.fseventsd
2015-11-18 15:28:08.611 fseventsd[59]: disk logger: failed to open output file /Volumes/TimeMachine/.fseventsd/0000000007afdf62 (No such file or directory). mount point /Volumes/TimeMachine/.fseventsd
¿Cuál podría ser la razón?