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:07] – [Format] 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====== |
=====Linux Disk Partition and Format Notes ===== | =====Linux Disk Partition and Format Notes ===== | ||
====Some basic tools==== | ====Some basic tools==== | ||
- | '' | + | *'' |
- | '' | + | *'' |
+ | *'' | ||
+ | *'' | ||
---- | ---- | ||
Line 28: | Line 30: | ||
====Fstab==== | ====Fstab==== | ||
'' | '' | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ====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===== | ||
+ | |||
+ | ====smartmon==== | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ====hdparm==== | ||
+ | |||
+ | |||
+ | ====References==== | ||
+ | *[[https:// | ||
---- | ---- |