There was an error while loading. Please reload this page.
To mount.
mkdir ./me mkdir ./all mount_smbfs -t smbfs //[username]@192.168.0.5/Users/[username] ./me mount_smbfs -t smbfs //[username]@192.168.0.5/All ./all
To unmount.
umount ./me umount ./all
Notes