ENXIOENXIO — No Such Device or Address
The device specified by a special file does not exist or is not configured.
EROFSAn attempt was made to modify a file or directory on a filesystem that is mounted read-only.
The filesystem was explicitly mounted read-only, or it was remounted read-only by the kernel after detecting errors.
Remount the filesystem read-write with mount -o remount,rw /mountpoint. Check if the filesystem has errors with fsck. Verify the mount options in /etc/fstab.
# Remount as read-write
mount -o remount,rw /dev/sda1 /mntENXIOThe device specified by a special file does not exist or is not configured.
ETIMEDOUTA connection attempt or network operation failed because the remote host did not respond in time.
SIGCHLD (17)A child process has terminated, stopped, or resumed.
EFAULTAn invalid memory address was passed to a system call as an argument.
ENOTBLKA non-block device was specified where a block device is required.
ENOTSOCKA socket operation was attempted on a file descriptor that is not a socket.