FMITA

Members
  • Posts

    3
  • Joined

  • Last visited

FMITA's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Just figured it out I had to mount my unRAID share (Ar-Cotton) with this command: sudo mount -t nfs -o proto=tcp,port=2049 ??????_?????_??_???????:/mnt/user/Ar-Cotton /mnt/Plex_Media Ran this command, rebooted the server, and the share appeared in an instant
  2. What would I update the fstab file to say??? When I add this line to the file. plex /mnt/Plex_Media 9p trans=virtio,version=9p2000.L,rw 0 0 My VM hangs when it reboots and says An error occurred while mounting /mnt/Plex_Media
  3. Im pretty new to unRAID and I am trying to map one of my shares to my Ubuntu VM. Currently I have edited the XML of my VM and added the following. <filesystem type='mount' accessmode='passthrough'> <source dir='/mnt/user/Ar-Cotton/Plex_Media_Library'/> <target dir='Plex_Media'/> <alias name='fs0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x0d' function='0x0'/> </filesystem> However when I restart the VM, this directory, /mnt/Plex_Media, still does not exist. How do I get my VM to recognize this path: /mnt/user/Ar-Cotton/Plex_Media_Library? (Docker is not an option for me)