|
linux to an imac 2002-07-01 16:03 /
disk images from the cli
»
Mounting disk images (.dmg) from the command line, whilst logged in remotely, is easy - find out your numerical uid with id -u ,
then use disktool -c <uid> to get round the fact that "autodiskmount does not, by default, mount
removable media when there is no 'console user'" then finally mount with hdiutil mount <image> and it should be in /Volumes.
|
|