Using a NAS Samba Share as output_path
Posted: Sat Oct 21, 2023 1:51 pm
Hey together,
First of all: I'm a huge fan of this project!
I have one issue I was not able to solve on my own. And I did research for days now. So I hope, you can help.
I'm using a RaspberryPi 3.
With use of "/etc/fstab" I mounted a Directory of my NAS. Everything does work fine, and after boot its perfectly mounted in "/mnt". Also "pi" does have all rights.
But when i configure "output_path" to use this folder, it doesn't work. It stays empty after boot and no folders like "PDF" etc. appear.
When I umount the NAS, there is a folder in /mnt that has the name of the folder I wrote in "output_path", locally on the rasp, filled with "PDF" and the other folders. But the system does not write them onto the shared samba-folder.
Example:
fstab:
//192.168.XXX.XX/Downloads /mnt/Downloads cifs noperm,uid=pi,gid=users,file_mode=0775,dir_mode=0775,nounix,credentials=/.smbcredentials 0 0
outpout_path:
/mnt/Downloads/retroprinter
-> the folder retroprinter keeps beeing empty
-> after "umount /mnt/Downloads"
-> there is a local folder "retroprinter" that contains folders like "PDF" etc.
Can anyone help?
Thanks a lot!
First of all: I'm a huge fan of this project!
I have one issue I was not able to solve on my own. And I did research for days now. So I hope, you can help.
I'm using a RaspberryPi 3.
With use of "/etc/fstab" I mounted a Directory of my NAS. Everything does work fine, and after boot its perfectly mounted in "/mnt". Also "pi" does have all rights.
But when i configure "output_path" to use this folder, it doesn't work. It stays empty after boot and no folders like "PDF" etc. appear.
When I umount the NAS, there is a folder in /mnt that has the name of the folder I wrote in "output_path", locally on the rasp, filled with "PDF" and the other folders. But the system does not write them onto the shared samba-folder.
Example:
fstab:
//192.168.XXX.XX/Downloads /mnt/Downloads cifs noperm,uid=pi,gid=users,file_mode=0775,dir_mode=0775,nounix,credentials=/.smbcredentials 0 0
outpout_path:
/mnt/Downloads/retroprinter
-> the folder retroprinter keeps beeing empty
-> after "umount /mnt/Downloads"
-> there is a local folder "retroprinter" that contains folders like "PDF" etc.
Can anyone help?
Thanks a lot!