Pedro P. Candel RSS

Archive

Jan
29th
Tue
permalink

Force unmount volume on Mac OS X

From terminal run df and give a look to the value for the Filesystem column of output - the name of the mounted volume is on column Mounted On.

Say that Filesystem column value for the volume you desire to unmount is /dev/disk2s2; from the command line run: hdiutil eject -force /dev/disk2s2 and that’s all.

  1. sdoubleya reblogged this from kusor and added:
    If only I could unmount...Sxityforce dmg that’s been mounted
  2. kusor posted this