[SOLVED] Second VM can't access UNRAID Shares


Recommended Posts

Hi everyone,

 

I'm having an odd issue accessing my UNRAID shares from a new VM I setup.  I already have ArchVM setup using IronicBadger's ArchVM applicance.  That's working fine.  Today I setup another copy of the same appliance named PlexVM to test out Plex.  I've got Plex installed and working, however if I try to access /net/Tower/mnt/user/MOVIES I get back an error that says No Such Directory exists.  However, if I got to /net/Tower/mnt/user and do an ls I can see all my shares listed there including MOVIES.  I have this same problem with any of the shares.  On the original ArchVM I don't have any issues accessing those same shares.

 

Any thought's on what's going on?

 

Thanks,

 

Doug

Link to comment

Here are the two arch.cfg files in case I didn't something wrong there.

 

ArchVM

name = "archVM"         # change me as required
bootloader = "pygrub"
memory = 2048           # update me to 4096 if using sabnzbd
vcpus = '2'                     # update me to no of CPUs allocated
disk = [
        'phy:/mnt/cache/domains/ArchVM/arch.img,xvda,w',
#       'phy:/mnt/user/Software/data.img,xvdb,w'
        ]

# replace xx:xx:xx with random a1:b2:c3 mac address
vif = [ 'mac=00:16:3e:a1:b2:c3,bridge=br0' ]

 

PlexVM

name = "plexVM"         # change me as required
bootloader = "pygrub"
memory = 2048           # update me to 4096 if using sabnzbd
vcpus = '2'                     # update me to no of CPUs allocated
disk = [
        'phy:/mnt/cache/domains/PlexVM/arch.img,xvdb,w',
#       'phy:/mnt/user/Software/data.img,xvdb,w'
        ]

# replace xx:xx:xx with random a1:b2:c3 mac address
vif = [ 'mac=00:16:3e:a2:b3:c4,bridge=br0' ]

 

Doug

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.