I am trying to mount a local volume (a machine running OS 9.2.2) through the terminal, but am having no luck. I've seen several posts around the web that indicate the following commands will work:
mkdir /Volumes/volname
mount -t afp afp://name
assword@volume/dir /Volumes/volname
but this does nothing with local volumes. How can you mount a local volume through the terminal?
Thanks in advance.
mkdir /Volumes/volname
mount -t afp afp://name

but this does nothing with local volumes. How can you mount a local volume through the terminal?
Thanks in advance.