Hello,
I am running Ubuntu desktop inside of an unraid VM. I am passing a folder to the VM using 9p. The folder is a mounted zfs filesystem. Even though the folder has 777 permissions, I don't seem to be able to create subfolders in it without using sudo.
Here's the ls -al followed by the command and the output:
Code:
*****@SakuraBittorrent:~$ cd /unraid
*****@SakuraBittorrent:/unraid$ ls -al
total 9
drwxrwxr-x 4 ***** ***** 4096 Dec 3 05:41 .
drwxr-xr-x 21 root root 4096 Nov 30 19:07 ..
drwxrwxrwx 2 99 users 2 Dec 3 18:40 Bittorrent
drwxr-xr-x 2 root root 0 Dec 3 18:16 torrents
*****@SakuraBittorrent:/unraid$ mkdir Bittorrent/test
mkdir: cannot create directory ‘Bittorrent/test’: Operation not permitted
I've also verified that the user is a member of the 'users' group.
here's the relevant entry in /etc/fstab:
Code:
Bittorrent /unraid/Bittorrent 9p noauto,x-systemd.automount,x-systemd.device-timeout=10,timeo=14,x-systemd.idle-timeout=0,trans=virtio,rw 0 0
I would be happy to provide any additional information that might be needed. I know this is most likely an unraid problem, but I figured I'd post here on the off chance it isn't. Thanks!
Bookmarks