no clue,
tried everything .... hopefully sometimes it will work
no clue,
tried everything .... hopefully sometimes it will work
mount -t cifs -o vers=2.0,username=xxx,password=xxx,rw, //192.168.178.3/TVrecordings /storage/recordings
mount: mounting //192.168.178.3/TVrecordings on /storage/recordings failed: Invalid argument
use Libreelec 8.0.2
If not add the "vers=2.0" option. -> where?
thats what i tried to verify :
mount -t cifs -o username=tv,password=xxx,rw //192.168.178.3/TVrecordings /storage/recordings
did also not work -> see post one
when i connect via Kodi -> works
this permission error is strange
yes, did all reboot / restart
i can access TVrecordings from Mac
and i can access storage/recordings from Terminal and also i can create folders
yes, i did it before , no clue what is wrong
Kueche:~/.config/system.d # systemctl enable storage-recordings.mount
Kueche:~/.config/system.d # systemctl start storage-recordings.mount
Job for storage-recordings.mount failed.
See "systemctl status storage-recordings.mount" and "journalctl -xe" for details.
● storage-recordings.mount - cifs mount script
Loaded: loaded (/storage/.config/system.d/storage-recordings.mount; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sun 2017-08-27 14:28:19 CEST; 11s ago
Where: /storage/recordings
What: //192.168.178.3/TVrecordings
Process: 1114 ExecMount=/usr/bin/mount //192.168.178.3/TVrecordings /storage/recordings -t cifs -o username=xxx,password=xxx,rw
(code=exited, status=255)
Aug 27 14:28:19 Kueche systemd[1]: Mounting cifs mount script...
Aug 27 14:28:19 Kueche systemd[1]: storage-recordings.mount: Mount process exited, code=exited status=255
Aug 27 14:28:19 Kueche systemd[1]: Failed to mount cifs mount script.
Aug 27 14:28:19 Kueche systemd[1]: storage-recordings.mount: Unit entered failed state.
JOURNALCTL :
Aug 27 14:29:10 Kueche kernel: rtc-pcf8563 1-0051: pcf8563_get_datetime: read error
Aug 27 14:29:11 Kueche kernel: i2c i2c-1: [aml_i2c_xfer] error ret = -5 (-EIO)
Aug 27 14:29:11 Kueche kernel: i2c i2c-1: token 1, master_no(1) 300K addr 0x51
Aug 27 14:29:11 Kueche kernel: i2c i2c-1: [aml_i2c_xfer] error ret = -5 (-EIO)
Aug 27 14:29:11 Kueche kernel: i2c i2c-1: token 1, master_no(1) 300K addr 0x51
Aug 27 14:29:11 Kueche kernel: i2c i2c-1: [aml_i2c_xfer] error ret = -5 (-EIO)
Aug 27 14:29:11 Kueche kernel: i2c i2c-1: token 1, master_no(1) 300K addr 0x51
Aug 27 14:29:11 Kueche kernel: rtc-pcf8563 1-0051: pcf8563_set_datetime: err=-11 addr=02, data=11
Aug 27 14:29:11 Kueche kernel: i2c i2c-1: [aml_i2c_xfer] error ret = -5 (-EIO)
Aug 27 14:29:11 Kueche kernel: i2c i2c-1: token 1, master_no(1) 300K addr 0x51
Aug 27 14:29:11 Kueche kernel: i2c i2c-1: [aml_i2c_xfer] error ret = -5 (-EIO)
Aug 27 14:29:11 Kueche kernel: i2c i2c-1: token 1, master_no(1) 300K addr 0x51
Aug 27 14:29:11 Kueche kernel: i2c i2c-1: [aml_i2c_xfer] error ret = -5 (-EIO)
Aug 27 14:29:11 Kueche kernel: i2c i2c-1: token 1, master_no(1) 300K addr 0x51
Aug 27 14:29:11 Kueche kernel: rtc-pcf8563 1-0051: pcf8563_get_datetime: read error
Aug 27 14:29:12 Kueche kernel: i2c i2c-1: [aml_i2c_xfer] error ret = -5 (-EIO)
Aug 27 14:29:12 Kueche kernel: i2c i2c-1: token 1, master_no(1) 300K addr 0x51
Aug 27 14:29:12 Kueche kernel: i2c i2c-1: [aml_i2c_xfer] error ret = -5 (-EIO)
Aug 27 14:29:12 Kueche kernel: i2c i2c-1: token 1, master_no(1) 300K addr 0x51
Aug 27 14:29:12 Kueche kernel: i2c i2c-1: [aml_i2c_xfer] error ret = -5 (-EIO)
Aug 27 14:29:12 Kueche kernel: i2c i2c-1: token 1, master_no(1) 300K addr 0x51
storage-recordings.mount:
[Unit]
Description=cifs mount script
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=//192.168.178.3/TVrecordings
Where=/storage/recordings
Options=username=xxx,password=xxx,rw
Type=cifs
[Install]
WantedBy=multi-user.target
Hello,
when i execute on my odroid c2 with Libreelec 8:
mount -t cifs -o username=tv,password=xxx,rw //192.168.178.3/TVrecordings /storage/recordings
i get
mount: mounting //192.168.178.3/TVrecordings on /storage/recordings failed: Permission denied
any idea? i want to add a folder for my tvheadend recordings
Thanks for helping