Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
home_server:home_server_setup:other_services:disk [2020-08-29 Sat wk35 20:18] – [mount] baumkp | home_server:home_server_setup:other_services:disk [2024-04-25 Thu wk17 11:42] (current) – [Some basic tools] baumkp | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag> |
=======Linux Block Device Notes====== | =======Linux Block Device Notes====== | ||
Line 5: | Line 5: | ||
====Some basic tools==== | ====Some basic tools==== | ||
- | '' | + | *'' |
- | '' | + | *'' |
+ | *'' | ||
+ | *'' | ||
---- | ---- | ||
Line 34: | Line 36: | ||
===Local Device=== | ===Local Device=== | ||
- | mount -t ext2 /dev/sdb1 /mnt | + | **mount -t ext4 /dev/sdb1 /run/ |
===NFS Device=== | ===NFS Device=== | ||
- | To mount a NFS manually: | + | To mount a NFS manually: |
- | + | | |
- | | + | |
- | sudo mount -t nfs -o rw,vers=4 192.168.1.5:/ | + | |
Where: | Where: | ||
- | + | * '' | |
- | | + | * '' |
- | -o : options, options are separated by commas with no spaces | + | * '' |
- | rw : read / write | + | * '' |
- | vers=4 : version 4 of nfs | + | * '' |
- | 192.168.1.5:/ | + | * '' |
- | / | + | |
---- | ---- | ||
====unmount==== | ====unmount==== | ||
- | umount /mnt | + | '' |
---- | ---- | ||
Line 70: | Line 70: | ||
====hdparm==== | ====hdparm==== | ||
+ | |||
+ | |||
+ | ====References==== | ||
+ | *[[https:// | ||
---- | ---- |