Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Problem Mounting AFP volumes from the terminal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Problem Mounting AFP volumes from the terminal
Authored by: ibicus on Sep 15, '06 08:26:28AM

I tested this hint to mount AFP Volumes of OS9 Mac via terminal:

% cd ~

% mkdir ~/afptemp

% mount_afp -i afp://at_node@xxx.xxx.xxx.xxx/Volume_name ~/afptemp

at the promt type password, no password type enter; then:

% cd ~/afptemp

% ls

you can see the files of Volume_name, to unmount:

% cd ..

% umount ~/afptemp

Attention: ~/afptemp will be deteted.

Example:

% mount_afp afp://pippo@192.168.0.25/Macintosh%20HD ~/afptemp

where "at_name" can be found with atlookup command:

% atlookup

ff94.f9.30 pippo:Multi-User Client
ff94.f9.04 pippo:Workstation
ff94.f9.04 pippo:ShareWayIP
ff94.f9.f8 pippo:AFPServer





[ Reply to This | # ]