sudo umount -f /Volumes/Yourdisk
sudo diskutil umount force /Volumes/YourdiskFor this one you need to first get the disk location with the
mount
or df
command:hdiutil eject -force /dev/disk2sX
sudo umount -f /Volumes/Yourdisk
sudo diskutil umount force /Volumes/YourdiskFor this one you need to first get the disk location with the
mount
or df
command:hdiutil eject -force /dev/disk2sX
No comments:
Post a Comment