Thanks again "Loner T"
so, the results aure
Last login: Wed Aug 5 19:21:52 on console
MacBook-Pro-de-David:~ mazazute$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_CoreStorage 999.3 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *750.2 GB disk1
1: EFI EFI 209.7 MB disk1s1
2: Apple_HFS WDC 749.8 GB disk1s2
/dev/disk2
#: TYPE NAME SIZE IDENTIFIER
0: Apple_HFS Samsung *999.0 GB disk2
Logical Volume on disk0s2
82213D19-5E73-42B6-8D1F-5D107F16C335
Unencrypted
/dev/disk3
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *7.7 GB disk3
1: DOS_FAT_32 WININSTALL 7.7 GB disk3s1
MacBook-Pro-de-David:~ mazazute$ diskutil cs list
CoreStorage logical volume groups (1 found)
|
+-- Logical Volume Group 17D5C615-F9F0-48C3-85AE-0E3426236AAD
=========================================================
Name: Samsung
Status: Online
Size: 999345123328 B (999.3 GB)
Free Space: 18898944 B (18.9 MB)
|
+-< Physical Volume 62BEA4AC-53D7-4C82-B89A-C02CF7AED2F6
| ----------------------------------------------------
| Index: 0
| Disk: disk0s2
| Status: Online
| Size: 999345123328 B (999.3 GB)
|
+-> Logical Volume Family 2A7080CF-6C14-4722-8ACD-3404A71A05CB
----------------------------------------------------------
Encryption Status: Unlocked
Encryption Type: None
Conversion Status: NoConversion
Conversion Direction: -none-
Has Encrypted Extents: No
Fully Secure: No
Passphrase Required: No
|
+-> Logical Volume 82213D19-5E73-42B6-8D1F-5D107F16C335
---------------------------------------------------
Disk: disk2
Status: Online
Size (Total): 998973902848 B (999.0 GB)
Conversion Progress: -none-
Revertible: Yes (no decryption required)
LV Name: Samsung
Volume Name: Samsung
Content Hint: Apple_HFS
MacBook-Pro-de-David:~ mazazute$ sudo gpt -vv -r show /dev/disk1
Password:
gpt show: /dev/disk1: mediasize=750156374016; sectorsize=512; blocks=1465149168
gpt show: /dev/disk1: PMBR at sector 0
gpt show: /dev/disk1: Pri GPT at sector 1
gpt show: /dev/disk1: Sec GPT at sector 1465149167
start size index contents
0 1 PMBR
1 1 Pri GPT header
2 32 Pri GPT table
34 6
40 409600 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
409640 1464477344 2 GPT part - 48465300-0000-11AA-AA11-00306543ECAC
1464886984 262151
1465149135 32 Sec GPT table
1465149167 1 Sec GPT header
MacBook-Pro-de-David:~ mazazute$ sudo fdisk /dev/disk1
Disk: /dev/disk1 geometry: 91201/255/63 [1465149168 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: EE 1023 254 63 - 1023 254 63 [ 1 - 1465149167] <Unknown ID>
2: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
MacBook-Pro-de-David:~ mazazute$