User Tools

Site Tools


linux:mount

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:mount [2016/06/07 11:03] – created adminlinux:mount [2016/06/07 11:09] (current) admin
Line 14: Line 14:
 </code> </code>
  
 +b) Mount Command to show mounted devices
 +<code bash>
 +mount
 +</code>
  
 +c) Mount everything that is not defined as auto
 +<code bash>
 +mount -a
 +</code>
 +
 +d) Mount devices
 +<code bash>
 +mount /dev/sda1 /media/yourdirectory
 +</code>
 +
 +d) Mount devices with filesystem type, -t for type
 +<code bash>
 +mount -t ext4 /dev/sda1 /media/yourdirectory
 +</code>
linux/mount.1465290231.txt.gz · Last modified: 2016/06/07 11:03 by admin