[SOLVED] Share Folder - xfs filesystem
by JJJCR from LinuxQuestions.org on (#6CBAW)
Hi guys, how to share a folder on a VM on a local network?
The VM has an xfs filesystem and so other VM, no Samba on the environment.
I tried to use /etc/exports and enable nfs-server. But yes quite confused, can nfs-server be used to share an XFS filesystem?
And I tried mounting the folder on exports config but no luck.
Error: mount: /mnt/test: special device 10.xx.xx.8:/test/testfolder/ does not exist.
in var/log/messages it shows: kernel: 10.xx.xx.8:/test/testfolder/: Can't open blockdev
How to share a folder between linux system on an XFS machine? Thank you for any input.
The VM has an xfs filesystem and so other VM, no Samba on the environment.
I tried to use /etc/exports and enable nfs-server. But yes quite confused, can nfs-server be used to share an XFS filesystem?
And I tried mounting the folder on exports config but no luck.
Error: mount: /mnt/test: special device 10.xx.xx.8:/test/testfolder/ does not exist.
in var/log/messages it shows: kernel: 10.xx.xx.8:/test/testfolder/: Can't open blockdev
How to share a folder between linux system on an XFS machine? Thank you for any input.