hessczoo

Members
  • Posts

    5
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

hessczoo's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I'm trying to mount an share from Unraid using NFS from my rapsberrypi. I can ping my Unraid server from the pi 192.168.1.4:/mnt/user/Media /var/media When I try to mount the NFS share on the Pi, I get the following; root@raspberrypi:~# mount.nfs -vw 192.168.1.4:/mnt/user/Media /var/media mount.nfs: timeout set for Fri Nov 8 16:06:20 2019 mount.nfs: trying text-based options 'vers=4.2,addr=192.168.1.4,clientaddr=192.168.2.6' mount.nfs: mount(2): Invalid argument mount.nfs: trying text-based options 'vers=4.1,addr=192.168.1.4,clientaddr=192.168.2.6' On UnRaid: root@Home-Server:~# cat /etc/exports # See exports(5) for a description. # This file contains a list of all directories exported to other computers. # It is used by rpc.nfsd and rpc.mountd. "/mnt/user/Media" -async,no_subtree_check,fsid=100 *(sec=sys,rw,insecure,anongid=100,anonuid=99,all_squash) root@Home-Server:~# exportfs -v exportfs: No host name given with /mnt/user/systemfile2 (ro,async,wdelay,hide,nocrossmnt,secure,root_squash,no_all_squash,no_subtree_check,secure_locks,acl,no_pnfs,fsid=101,anonuid=65534,anongid=65534,sec=sys,secure,root_squash,no_all_squash), suggest*(ro,async,wdelay,hide,nocrossmnt,secure,root_squash,no_all_squash,no_subtree_check,secure_locks,acl,no_pnfs,fsid=101,anonuid=65534,anongid=65534,sec=sys,secure,root_squash,no_all_squash) to avoid warning /mnt/user/Media <world>(rw,async,wdelay,hide,no_subtree_check,fsid=100,anonuid=99,anongid=100,sec=sys,insecure,root_squash,all_squash) /mnt/user/systemfile2 <world>(ro,async,wdelay,hide,no_subtree_check,fsid=101,sec=sys,secure,root_squash,no_all_squash) /mnt/user/torrentserver <world>(rw,async,wdelay,hide,no_subtree_check,fsid=102,anonuid=99,anongid=100,sec=sys,insecure,root_squash,all_squash) I know I'm missing something stupid here, any help? Thanks!
  2. I was wondering how the mount Passthrough works on the VM. What I am trying to do is pass my media directory through to a fedora VM where I will run my plex server. Does it pass the share through as a pci device? I can't seem to find it on my machine. Thanks! UPDATE: I was able to find the troubleshooting I needed to get this working.
  3. I guess I could have tried that myself! Understandable how hard links aren't supported. Some kind of deduplication built into unRAID would be great. Thanks!
  4. I was wondering if a hardlink can be made in a user share even if the files are on different physical drives. I assume they can be in this case. However can hardlinks be made across a different user shares? I know that hard links can't be across a filesystem in Linux, but I'm not sure how unRAID handles this. Thanks!
  5. I'm not sure if that has been requested or not, but I thought I would throw it out there. Being able to configure multiple bridges through the GUI, and having the options to assign them individually to a VM would be great. I know this can all be done through the terminal, but it would be a lot neater to have it in the interface.