Hello,
I have a problem with an NTFS disk, LXC guest systems and permissions.
I mount disk like this:
This leads to perfect permissions on pve host. I can put a chown and chmod on directories and CREATE/READ/DELETE files.
But when I forward the HDD like this to guest:
... in guest LXC, I can now READ and DELETE but NOT CREATE a new file?!?!
It says "permission denied". I'm root in guest system.
Some one has an idea?
fresh
I have a problem with an NTFS disk, LXC guest systems and permissions.
I mount disk like this:
Code:
root@pve:~# cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/sdb2 /mnt/pve/data ntfs-3g permissions 0
This leads to perfect permissions on pve host. I can put a chown and chmod on directories and CREATE/READ/DELETE files.
But when I forward the HDD like this to guest:
Code:
root@pve:/mnt/pve/data# cat /etc/pve/lxc/102.conf
arch: amd64
cores: 2
features: fuse=1,nesting=1
hostname: pveNextcloud
memory: 2048
mp0: /mnt/pve/data/syncthing/nextcloud,mp=/mnt/syncthing
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.XXX.1,hwaddr=72:95:XX:XX:XX:CA,ip=192.168.XXX.102/24,type=veth
onboot: 1
ostype: ubuntu
rootfs: local-lvm:vm-102-disk-0,size=32G
swap: 2048
unprivileged: 1
... in guest LXC, I can now READ and DELETE but NOT CREATE a new file?!?!
It says "permission denied". I'm root in guest system.
Some one has an idea?
fresh