> $ grep sd0k /etc/fstab > /dev/sd0k /home/luca/ext2fs ext2fs rdonly,nodev,nosuid 0 0
^^^^^^
There is no such keyword in a fstab file.
> $ sudo mount /dev/sd0k
> mount: can't find fstab entry for /dev/sd0k.
> $ grep sd0k /etc/fstab > /dev/sd0k /home/luca/ext2fs ext2fs rdonly,nodev,nosuid 0 0
^^^^^^
There is no such keyword in a fstab file.
> $ sudo mount /dev/sd0k
> mount: can't find fstab entry for /dev/sd0k.