spl / zfs-on-mac

My personal ZFS on macOS instructions and scripts
84 stars 11 forks source link

convert is not a verb of coreStorage anymore #2

Open malikbenkirane opened 1 year ago

malikbenkirane commented 1 year ago
diskutil coreStorage
Usage:  diskutil [quiet] coreStorage|CS <verb> <options>
        where <verb> is as follows:

     list            (Show status of CoreStorage volumes)
     info[rmation]   (Get CoreStorage information by UUID or disk)
     delete          (Delete a CoreStorage logical volume group)
     unlockVolume    (Attach/mount a locked CoreStorage logical volume)

diskutil coreStorage <verb> with no options will provide help on that verb

diskutil coreStorage convert /dev/disk6s2 -passphrase
diskutil: did not recognize coreStorage verb "convert"; type "diskutil coreStorage" for a list

command found here: https://github.com/spl/zfs-on-mac/blob/master/convert-volume-to-core-storage.sh

malikbenkirane commented 1 year ago

there is convert operation in the apfs command group

Disk Utility Tool
Utility to manage local disks and volumes

     apfs <verb>          (Perform additional verbs related to APFS)
Usage:  diskutil [quiet] ap[fs] <verb> <options>
        where <verb> is as follows:
...
     convert             (Nondestructively convert from HFS to APFS)

macOS version: 13.4 (22F66)