Hi, I’m working on Manjaro, HA is installed on RPi3. I want to make the /home/homeassistant/.homeassistant folder public and connect to my system. When you mount it, it works, but the files are not displayed.
Rights to .homeassistant 774
Mount with a PI account that is part of the homeassistant group and has access to the files. Tell me, why do not I see them when editing?
I use samba to access my home assistant directory. The relevant part of /etc/samba/smb.conf looks like this:
[homeassistant]
path = /home/homeassistant/.homeassistant
writeable = yes
guest ok = yes
create mask = 0644
directory mask = 0755
force user = homeassistant
I use Ubuntu on all my other systems, and can access the directory from the file manager
Excuse me, but how do you mount the directory, after sudo mount // hassbian / homeassistant / mnt / homeassistant requires a password from sudo, but then runs a password from root @ hassbian, why does this happen?
I don’t mount the Home assistant folder, I just access it from the file manager in Ubuntu and Windows in this case, but on another raspberrypi, when I manually mount a samba share, I just use my users password.
sudo mount -t cifs //willy/music ~/Music
Password for root@//willy/music: ********
pi@raspberrypi:~ $ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 30G 3.9G 25G 14% /
devtmpfs 213M 0 213M 0% /dev
tmpfs 218M 0 218M 0% /dev/shm
tmpfs 218M 3.1M 214M 2% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 218M 0 218M 0% /sys/fs/cgroup
/dev/mmcblk0p1 42M 21M 21M 51% /boot
tmpfs 44M 0 44M 0% /run/user/1000
//willy/music 7.3T 3.0T 4.3T 41% /home/pi/Music