<blockquote>{{Code|mount -L usbdrive}}</blockquote>
* The system reads the fstab, when it finds a line entry with the label "usbdrive", it mounts the drive the mount point, "/media/usbdisk".
==== Unmounting ====
With both mounting methods the external drive can be unmounted by the following:
* Start a "terminal" session login as the "root" user ID.
* Issue the following command to unmount the external drive:
<blockquote>{{Code|umount /media/usbdrive}}</blockquote>
===Installing rsnapshot===