I quote a section of the Debian's man page of mount:

The move operation
Move a mounted tree to another place (atomically). The call is:

mount --move olddir newdir

This will cause the contents which previously appeared under olddir to now be 
accessible under newdir. The physical location of the files is not changed. 
Note that olddir has to be a mountpoint.

What commands shall I type to find out the location of the directory where 
linux-image-5.10.0-7-amd64.deb is, given the fact that I'm using a 
USB-installer?

Do I need to use the --bind argument like

mount --bind --move olddir newdir



P.S.: I have never been a fan of using man pages because the commands contained 
therein don't provide examples of how to use them properly.

Reply via email to