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:06] – admin | linux:mount [2016/06/07 11:09] (current) – admin | ||
---|---|---|---|
Line 24: | Line 24: | ||
</ | </ | ||
+ | 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.1465290412.txt.gz · Last modified: 2016/06/07 11:06 by admin