Ubuntu 14.04 VM Direct Share Mount?


landS

Recommended Posts

Fantastic!  Much Obliged :)

 

Confirmed in XML Expert (no changes made while in Expert)

    <filesystem type='mount' accessmode='passthrough'>

      <source dir='/mnt/user/cjk1/'/>

      <target dir='cjk1'/>

      <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/>

    </filesystem>

 

terminal:

sudo -p mkdir /home/UserName/tower2/cjk1

sudo gedit /etc/fstab

 

Added to the end:

cjk1  /home/UserName/tower2/cjk1      9p      trans=virtio,version=9p2000.L,noauto,nobootwait,rw        0 0

 

terminal:

sudo gedit /etc/rc.local

 

Added to the end (before exit 0)

mount /home/UserName/tower2/cjk1

 

Restarted VM

 

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.