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?
Asked
Active
Viewed 1.1k times
8

Abdullah Jibaly
- 53,220
- 42
- 124
- 197
1 Answers
9
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/.

Jeremy L
- 7,686
- 4
- 29
- 36
-
2`/Volumes/` I will be coming back to this one in the future... I know for sure... Thanks! – sumitkm Feb 05 '20 at 08:54