Mount Local volumes through terminal

Ruscle

Registered
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:password@volume/dir /Volumes/volname

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

Thanks in advance.
 
I found the problem.

My OS 9 box did not have the 'Enable File Sharing Clients to connect over TCP/IP' checkbox checked. The above syntax does work, FYI.
 
Back
Top