2024-08-27, 10:46 PM
Ok, so my /etc/fstab mirrors what you've given
When doing sudo mount -a i get " mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) "
I try to manually mount it via " sudo mount -t cifs //192.168.1.16/volume1/video /mnt/stream "
I'm prompted to give Password for root@//192.168.1.16/volume1/video
I've tried using my NAS admin password and my ubuntu server password but both give me " mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) "
When trying to run " sudo setfacl -B -R /mnt/stream " i get " Usage: setfacl [-bkndRLP] { -m|-M|-x|-X ... } file ...
Try `setfacl --help' for more information. "
The chmod gave me no errors and worked no problem
I've double checked that my .smbcredentials are correct its formatted as
username=xxxx
password=xxxx
domain=WORKGROUP
I'm certain we're on the right path here, i just don't know why I'm catching on so many errors along the way. I'm running a synology NAS idk if there's something I'm missing on that end, but I've looked into it and as long as the credentials are valid it should work.
When doing sudo mount -a i get " mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) "
I try to manually mount it via " sudo mount -t cifs //192.168.1.16/volume1/video /mnt/stream "
I'm prompted to give Password for root@//192.168.1.16/volume1/video
I've tried using my NAS admin password and my ubuntu server password but both give me " mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) "
When trying to run " sudo setfacl -B -R /mnt/stream " i get " Usage: setfacl [-bkndRLP] { -m|-M|-x|-X ... } file ...
Try `setfacl --help' for more information. "
The chmod gave me no errors and worked no problem
I've double checked that my .smbcredentials are correct its formatted as
username=xxxx
password=xxxx
domain=WORKGROUP
I'm certain we're on the right path here, i just don't know why I'm catching on so many errors along the way. I'm running a synology NAS idk if there's something I'm missing on that end, but I've looked into it and as long as the credentials are valid it should work.