13,420
edits
Changes
no edit summary
=== Using 'mount -t cifs' ===
mkdir /tmp/vm2-home
mount -t cifs //vm2/home /tmp/vm2-home -o username=<learnid>
ls /tmp/vm2-home</source>
*Create a file in that directory, then switch to '''vm2''' to confirm that it was created.
*Use umount on '''vm1''' to unmount that directory.