I have computer A and computer B. I have attached a pendrive /dev/sda5
on computer B and I want to mount it on computer A through terminal.
I don't want to use the GUI to connet to the server and then mount it. I want to mount through terminal. like: mount root@X.X.X.X:/dev/sda5 /home/xyz/Desktop
or something like this.