June 6, 20215 yr Hi there, My Debian VM cannot write to the Share it set in the settings. In the VM settings, I set the following: Unraid Share: /mnt/user/data/ Unraid Mount Tag: data The below is my FSTAB file # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> # / was on /dev/vda2 during installation UUID=c3cba087-2a5f-4f93-8319-b6423ad8b31d / ext4 errors=remoun$ # /boot/efi was on /dev/vda1 during installation UUID=CF86-8C44 /boot/efi vfat umask=0077 0 1 # swap was on /dev/vda3 during installation UUID=2b1f40f4-3c01-4e38-ab71-39ff1ef01c85 none swap sw $ /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0 data /home/acans/rtorrent/download/data 9p trans=virtio,version=9p$ It mounts successfully and I'm able to see all the directors and files with ls -a but I cannot write to the share even tho it's set to Public. I also installed NFS but when I try to use sudo mount -t nfs 192.168.1.1:/mnt/user/data /home/acans/rtorrent/download/data sudo mount -t nfs 192.168.1.1:/mnt/user/data /home/acans/rtorrent/download/data It just gives me mount.nfs: access denied by server while mounting 192.168.1.1:/mnt/user/data I've also made sure to turn NFS on in unRaid's settings. Edited June 6, 20215 yr by Acans
Archived
This topic is now archived and is closed to further replies.