What rules does OS X use for naming mounted volumes?
Yes, this is standard OSX behavior. If you have two identically named volumes, OSX will suffix 2-N with a digit in the filesystem (however, I don't believe they appear differently named on the desktop)
OSX mounts everything under
/Volumes/
. You can see what the interface is by running themount
command. Physical volumes are mounted in/dev/diskXsY
, where X and Y are interface ID's.¯\_(ツ)_/¯ - you asked it in the Apple area.
Yes this is standard behavior.
& 3. Are in part covered by what's quoted below from Mac OS X and iOS Internals To the Apple’s Core by Jonathan Levin published by John Wiley & Sons, Inc.
Other then the mount points defined in the Automounter master map and /etc/fstab
, if present, all other mounts handled by OS X take place under /Volumes/
.