@zdenek_rusek said in sscp-to-sql-bridge error code: 1:
@Petr-Helebrant Hello Petr,
most probably you have your storage as read only. Please try:
- temporarily set partition as read-write (after restart both partitions will be rest as read-only)
remount rw
- set partition as read-write before writing on it
remount rw
and after writing set it again as read-only
remount ro
- permanent setup of partition as read-write (it will also alter
/etc/fstab
)remount rw -p*
Hello @zdenek_rusek, I don't think this is the issue as I have my whole root mounted as read/writeable on server side like this.
/dev/nvme0n1p2 on / type ext4 (rw,relatime,errors=remount-ro,stripe=32)
Is there any way to test connection and authorization to SSCP server with something like telnet or so?