Xerox DocuTech 6100 Production Publisher Document

Page de 2
DocuTech Family 
 
Sharing DocuSP Drives to a Macintosh Workstation 
Configuring DocuSP Drive to be Shared 
  
At the DocuSP: 
1. Open a terminal window. 
2. Logon as root 
3. At  the 
#
 prompt, type 
admintool
 and press your 
<Enter>
 key. 
4. In the admintool dialog select menu item 
Browse:Users. 
5. Select menu item Edit:Add. 
6. Add User Name: 
macusername
 
Add Home Directory/Path: 
/var/spool/
shared 
directory
 Note: /var/spool/shared directory is a 
sample listing. I used 
/var/spool/tecktest
 
Exit from admintool. 
7. In the terminal window at the # prompt, type the 
following strings: 
echo "share -F nfs -o nosuid,rw 
/var/spool/
shared directory" >> /etc/dfs/dfstab
 
<Enter> 
 
/etc/init.d/nfs.server stop
 
<Enter> 
 
/etc/init.d/nfs.server start
 
<Enter> 
 
share
 
<Enter> 
 
chmod 777 /var/spool/
shared directory <Enter>