First page Back Continue Last page Overview Graphics
different strokes for different hosts
For windows hosts, “share” the directory and use smbmount to mount it
- smbmount //winhost/c /mnt/smb -o guest
For *nix hosts, add directories in /etc/exports and make them available using NFS
- mount -t nfs 10.1.1.2:/home /mnt/nfs
OS X can use either method
Notes: