linux:mount
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:mount [2016/06/07 11:05] – admin | linux:mount [2016/06/07 11:09] (current) – admin | ||
---|---|---|---|
Line 19: | Line 19: | ||
</ | </ | ||
+ | c) Mount everything that is not defined as auto | ||
+ | <code bash> | ||
+ | mount -a | ||
+ | </ | ||
+ | d) Mount devices | ||
+ | <code bash> | ||
+ | mount /dev/sda1 / | ||
+ | </ | ||
+ | |||
+ | d) Mount devices with filesystem type, -t for type | ||
+ | <code bash> | ||
+ | mount -t ext4 /dev/sda1 / | ||
+ | </ |
linux/mount.1465290300.txt.gz · Last modified: 2016/06/07 11:05 by admin