Wireshark-bugs: [Wireshark-bugs] [Bug 7257] Cannot install on lion - Disk image not recognized
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7257
Tony Trinh <tony19@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|Medium |Low
CC| |tony19@xxxxxxxxx
Severity|Critical |Minor
--- Comment #1 from Tony Trinh <tony19@xxxxxxxxx> 2012-05-14 14:03:24 PDT ---
The commands below worked for me in 10.7.3.
To mount "Wireshark 1.6.7 Intel 64.dmg" from Terminal:
$ hdiutil attach "Wireshark 1.6.7 Intel 64.dmg" -mountpoint ~/mnt/foo
Checksumming Driver Descriptor Map (DDM : 0)…
Driver Descriptor Map (DDM : 0): verified CRC32 $4F7D78B1
Checksumming Apple (Apple_partition_map : 1)…
Apple (Apple_partition_map : 1): verified CRC32 $C4E22BED
Checksumming disk image (Apple_HFS : 2)…
..............................................................................
disk image (Apple_HFS : 2): verified CRC32 $EC8A864B
Checksumming (Apple_Free : 3)…
(Apple_Free : 3): verified CRC32 $00000000
verified CRC32 $5A22B266
/dev/disk2 Apple_partition_scheme
/dev/disk2s1 Apple_partition_map
/dev/disk2s2 Apple_HFS
/Users/tony/mnt/foo
(The checksumming messages appear only on the first attach/mount. If you omit
the mountpoint, the default location is /Volumes/Wireshark.)
To unmount:
$ hdiutil detach ~/mnt/foo
OR (if no mountpoint was specified):
$ hdiutil detach /Volumes/Wireshark
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.