April 19, 201412 yr 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
April 19, 201412 yr This doesn't really help you, but I also have two ArchVMs set up, and both can access my user shares without any problem.
April 19, 201412 yr Author 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
April 19, 201412 yr Author I just did a quick restart of the PlexVM and now it works. I'm not sure what happened there but I'm glad it's fixed. Thanks, Doug
Archived
This topic is now archived and is closed to further replies.