home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / protocol / appletal / 4170 < prev    next >
Encoding:
Text File  |  1992-12-12  |  2.1 KB  |  64 lines

  1. Newsgroups: comp.protocols.appletalk
  2. Path: sparky!uunet!island!coney!hue
  3. From: hue@island.COM (Pond Scum)
  4. Subject: Re: Way to network mount Mac disks on UNIX
  5. Message-ID: <hue.724142103@coney>
  6. Sender: usenet@island.COM (The Usenet mail target)
  7. Organization: Island Graphics Corp.
  8. References: <1992Dec1.091017.15478@lmpsbbs.comm.mot.com> <Byxrv6.nws@cc.mey.nl>
  9. Date: Sat, 12 Dec 1992 06:35:03 GMT
  10. Lines: 52
  11.  
  12. >In article <1992Dec1.091017.15478@lmpsbbs.comm.mot.com> John McCash,
  13. >johnmc@comm.mot.com writes:
  14. >>problem. Does anyone know of a way to network mount a Mac disk on a UNIX
  15. >box?
  16.  
  17. Yes.  Partner from IPT does this:
  18.  
  19. chatham# cd /ushare/bin
  20. chatham# nbplkup
  21.       Name     :       Type     @ Zone,  Address, Skt
  22. ushare@chatham :      AFPServer @    *,  255.0.253, 253
  23.        chatham :        Echo-er @    *,  255.0.253,   4
  24.      Demo Room :    Workstation @    *, 255.214.43,   4
  25.      Demo Room : Macintosh IIci @    *, 255.214.43, 253
  26.      Demo Room :      AFPServer @    *, 255.214.43, 252
  27. chatham# usmount '*' 'Demo Room' 'Demo Room' /mnt
  28. Username:elements
  29. Password:
  30. usmountsc: Calling mount()
  31. chatham# mount
  32. /dev/sd0a on / type 4.2 (rw)
  33. /dev/sd0g on /usr type 4.2 (rw)
  34. /dev/sd3c on /usr/pcs type 4.2 (rw)
  35. chatham:/ushare/etc.local/detail/Demo_Room:Demo_Room:elements on /mnt type nfs (soft,rw,port=19000,timeo=30,retrans=5,rsize=4096,wsize=4096)
  36. chatham# cd /mnt
  37. chatham# ls
  38. .rsrc/                Trapper/
  39. Applications/            Trapper Tour 2.0 master/
  40. Desktop Folder/            Trash/
  41. Fonts/                Utilities/
  42. Imposition/            jons stuff/
  43. ResEdit Preferences_rsrcRSED    xxx/
  44. System Folder/
  45. chatham# cd Utilities
  46. chatham# ls
  47. .rsrc/                    PadLok:aa Utility_APPLCTGE
  48. ADExpand:aa Util_APPLDDAP        ResEdit Preferences_rsrcRSED
  49. Apple File Exchange_APPLPSPT        ResEdit_APPLRSED
  50. Applelink/                SCSI Director:aa 1.7.5_APPLDJKD
  51. Compactor_APPLCPCT            SCSI Results_TEXTKAHL
  52. File Exchanging/            StuffIt 1.5.1_APPLSIT!
  53. File Fanatic 1.1_APPLRoBy        StuffIt Deluxe Preferences_PrefSIT!
  54. FontUtilities/                StuffIt Deluxe:aa_APPLSIT!
  55. IconEdit/                Suitcase:aa II_INITScII
  56. LaserWriter Utility 7.1_APPLLWFU    TeachText_APPLttxt
  57. MOdisk_APPLICM1                dmz_APPLMOOS
  58. chatham# cd /
  59. chatham# umount /mnt
  60. chatham# 
  61.  
  62.  
  63. -Jonathan        hue@island.COM
  64.