March 11, 201610 yr I just noticed this a few minutes ago. Could be the update. Not sure, but I never had an issue seeing my shares within my VM. That's how my Crashplan has been working for several months. I would just usually open up the /mnt folder within the VM and see all my shares in there. Any ideas? The attachment is what I normally see. Here is the line I added to my /etc/fstab file within my Ubuntu VM. unraidshares /mnt 9p trans=virtio,version=9p2000.L,auto,nobootwait,rw 0 0 Here is my XML file: <domain type='kvm' id='1'> <name>UNRAIDCRASH</name> <uuid>e3fe0d4e-27bf-524d-a0dc-619d2f628c08</uuid> <metadata> <vmtemplate name="Custom" icon="ubuntu.png" os="ubuntu"/> </metadata> <memory unit='KiB'>4718592</memory> <currentMemory unit='KiB'>4718592</currentMemory> <memoryBacking> <nosharepages/> <locked/> </memoryBacking> <vcpu placement='static'>3</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='2'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-2.3'>hvm</type> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='3' threads='1'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/bin/qemu-system-x86_64</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/2TB/ubuntu/vdisk1.img'/> <backingStore/> <target dev='hdb' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='mnt/2TB/isofiles/ubuntu-14.04.2-desktop-amd64.iso'/> <backingStore/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <alias name='ide0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <controller type='usb' index='0'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='ide' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </controller> <filesystem type='mount' accessmode='passthrough'> <source dir='/mnt/'/> <target dir='unraidshares'/> <alias name='fs0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </filesystem> <interface type='bridge'> <mac address='52:54:00:f3:fc:a6'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target port='0'/> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/UNRAIDCRASH.org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <alias name='input0'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='5900' autoport='yes' websocket='5700' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='vmvga' vram='16384' heads='1'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </memballoon> </devices> </domain>
March 11, 201610 yr Does it work if you add _netdev to the options in fstab? The underscore is a part of it and not a typo
March 12, 201610 yr Author Does it work if you add _netdev to the options in fstab? The underscore is a part of it and not a typo Thank you. After several reboots my unraid mounts always appeared. Looks like this may have taken care of it. Very nice. I'm not sure why they aren't in a folder called "unraidshares" but having them show in /mnt is just fine for me. I see all the individual drives, and most important the user shares, which I use to backup the entire array.
March 12, 201610 yr Does it work if you add _netdev to the options in fstab? The underscore is a part of it and not a typo Thank you. After several reboots my unraid mounts always appeared. Looks like this may have taken care of it. Very nice. I'm not sure why they aren't in a folder called "unraidshares" but having them show in /mnt is just fine for me. I see all the individual drives, and most important the user shares, which I use to backup the entire array. If you want them in unraidshares just change /mnt to /unraidshares in fstab
March 12, 201610 yr Author Does it work if you add _netdev to the options in fstab? The underscore is a part of it and not a typo Thank you. After several reboots my unraid mounts always appeared. Looks like this may have taken care of it. Very nice. I'm not sure why they aren't in a folder called "unraidshares" but having them show in /mnt is just fine for me. I see all the individual drives, and most important the user shares, which I use to backup the entire array. If you want them in unraidshares just change /mnt to /unraidshares in fstab Thanks
Archived
This topic is now archived and is closed to further replies.