command line 'info' gives no information about disk?

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
drguiom
Posts: 7
Joined: Thu Apr 11, 2019 12:21 pm

command line 'info' gives no information about disk?

Post by drguiom »

Hello,

am either doing something stupid or missing a trick. In any case I can get anything useful about the segments of a disk using the command line (OSX High Sierra / MakeMKV 1.14.3 licenced).

I only get this:

guiom@MacBook-Pro:~/Desktop$ /Applications/MakeMKV.app/Contents/MacOS/makemkvcon -r info /dev/rdisk2
MSG:1005,0,1,"MakeMKV v1.14.3 darwin(x64-release) started","%1 started","MakeMKV v1.14.3 darwin(x64-release)"
MSG:2010,16777216,1,"Optical drive \"DVD+R-DL OPTIARC DVD RW AD-5970H 3APEd\" opened in OS access mode.","Optical drive \"%1\" opened in OS access mode.","DVD+R-DL OPTIARC DVD RW AD-5970H 3APEd"
MSG:2010,0,1,"Optical drive \"BD-RE TSSTcorp BDDVDW SE-506CB TS01d\" opened in OS access mode.","Optical drive \"%1\" opened in OS access mode.","BD-RE TSSTcorp BDDVDW SE-506CB TS01d"
DRV:0,0,999,0,"DVD+R-DL OPTIARC DVD RW AD-5970H 3APE","",""
DRV:1,2,999,12,"BD-RE TSSTcorp BDDVDW SE-506CB TS01","QUACK_D2_GBR","/dev/rdisk2"
DRV:2,256,999,0,"","",""
DRV:3,256,999,0,"","",""
DRV:4,256,999,0,"","",""
DRV:5,256,999,0,"","",""
DRV:6,256,999,0,"","",""
DRV:7,256,999,0,"","",""
DRV:8,256,999,0,"","",""
DRV:9,256,999,0,"","",""
DRV:10,256,999,0,"","",""
DRV:11,256,999,0,"","",""
DRV:12,256,999,0,"","",""
DRV:13,256,999,0,"","",""
DRV:14,256,999,0,"","",""
DRV:15,256,999,0,"","",""
xr200
Posts: 56
Joined: Tue Nov 10, 2015 3:11 am

Re: command line 'info' gives no information about disk?

Post by xr200 »

Under linux, the command would be:

makemkvcon -r info dev:/dev/rdisk2

If the same is true on MacOS, you are missing the "dev:"
before "/dev/rdisk2"
Post Reply