You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone, sorry, I am new to the world of LZH scripts.
I installed Calibre-Web using your script.
When I try to create a mount with the following command:
`
mount -t cifs //192.168.68.xx/Libri /mnt/nas -o username=Pippo,password:Pippa
this command works on other VM, mount folder are OK).
I get the following error:
mount error(1): Operation not permitted
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
And when I run the command
sudo dmesg | tail
The error is as follows:
dmesg: read kernel buffer failed: Operation not permitted
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions