Create APFS RAM disk on macOS High Sierra

后端 未结 3 1241
余生分开走
余生分开走 2021-01-30 11:24

usually creating RAM disks works with the following commands

hdid -nomount ram://

Returns e.g. /dev/disk2 Then I would format

3条回答
  •  梦如初夏
    2021-01-30 11:52

    Also, info to delete/destroy the RAM disk needs to be corrected. ramdisk will be created at path /Volumes/'ramdisk', so the command is:

    diskutil eject /Volumes/'ramdisk'
    

提交回复
热议问题