vote up 0 vote down star
1

The system_profiler command in Mac OS 10.5 shows the mounted volume paths for the associated USB drives. In 10.4, however, they are not shown. Any ideas on how I can get the mount location for USB drives in 10.4?

flag

52% accept rate

1 Answer

vote up 1 vote down check

Disk Utility can show you:

diskutil list # to get the device/sector numbers
diskutil info /dev/diskXsY

These will likely end up mounting in /Volumes/.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.