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-07-04 Sat wk27 12:09] – [Block Device Monitoring and Control] 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 31: | Line 33: | ||
---- | ---- | ||
+ | ====mount==== | ||
+ | |||
+ | ===Local Device=== | ||
+ | **mount -t ext4 /dev/sdb1 / | ||
+ | |||
+ | ===NFS Device=== | ||
+ | |||
+ | To mount a NFS manually: | ||
+ | *'' | ||
+ | *'' | ||
+ | |||
+ | Where: | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * ''/ | ||
+ | |||
+ | ---- | ||
+ | ====unmount==== | ||
+ | '' | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ====mount at boot==== | ||
+ | '' | ||
+ | |||
+ | ---- | ||
=====Block Device Monitoring and Control===== | =====Block Device Monitoring and Control===== | ||
Line 38: | Line 70: | ||
====hdparm==== | ====hdparm==== | ||
+ | |||
+ | |||
+ | ====References==== | ||
+ | *[[https:// | ||
---- | ---- |