Has anyone used the hfsutils package?
I tried the following and get an error:
hfs mount ../vlc-1.1.3-intel.dmg
hfsutils version 3.2.6 - Copyright (C) 1996-1998 Robert Leslie
This is free software but comes with ABSOLUTELY NO WARRANTY.
Type `license' for details.
expected integer but got "../vlc-1.1.3-intel.dmg"
while executing
"hfs mount $path $partno"
(procedure "hmount" line 20)
invoked from within
"hmount mount ../vlc-1.1.3-intel.dmg"
("eval" body line 1)
invoked from within
"eval hmount $argv"
invoked from within
"if {$argc > 0} {
eval hmount $argv
}"
(file "/usr/bin/hfs" line 457)
I'm sure its something I am doing wrong but I dont see it.
Jerry