Changes

8 bytes removed ,  10:37, 13 February 2019
no edit summary
Line 56: Line 56:  
----
 
----
 
Devices can be mounted or unmounted manually by using SSH commands.
 
Devices can be mounted or unmounted manually by using SSH commands.
 +
=====Mounting=====
 
----
 
----
 
The <b>mount</b> command attaches a filesystem to the file hierarchy. The basic syntax for the command is:
 
The <b>mount</b> command attaches a filesystem to the file hierarchy. The basic syntax for the command is:
Line 72: Line 73:  
  mount -t ntfs /dev/sda1 /mnt/sda1
 
  mount -t ntfs /dev/sda1 /mnt/sda1
   −
For more usage options, execute:
+
=====Unmounting=====
 
  −
mount --help
   
----
 
----
 
The <b>umount</b> command detaches filesystem from the file hierarchy. he basic syntax for the command is:
 
The <b>umount</b> command detaches filesystem from the file hierarchy. he basic syntax for the command is:

Navigation menu