Changes

Jump to: navigation, search

OPS335 Lab 5

233 bytes added, 09:25, 12 March 2017
no edit summary
=== Using 'mount -t cifs' ===
*The next way is Instead of always having to use the mount smbclient commandto connect to your network share, you can have the share automatically mounted upon your file server boot-up.*Use the mount command on  '''vm1Perform the following steps on your VM1'''  *Issue the following commands to create a mount-point and to mount your home directoryfrom your vm2 machine:<source>
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.
13,420
edits

Navigation menu