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 19:34] – [Fstab] 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 32: | Line 34: | ||
====mount==== | ====mount==== | ||
- | mount -t ext2 /dev/sdb1 /mnt | ||
+ | ===Local Device=== | ||
+ | **mount -t ext4 /dev/sdb1 / | ||
+ | |||
+ | ===NFS Device=== | ||
+ | |||
+ | To mount a NFS manually: | ||
+ | *'' | ||
+ | *'' | ||
+ | |||
+ | Where: | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * ''/ | ||
---- | ---- | ||
====unmount==== | ====unmount==== | ||
- | umount /mnt | + | '' |
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ====mount at boot==== | ||
+ | '' | ||
---- | ---- | ||
Line 47: | Line 70: | ||
====hdparm==== | ====hdparm==== | ||
+ | |||
+ | |||
+ | ====References==== | ||
+ | *[[https:// | ||
---- | ---- |