home_server:home_server_setup:disk_check

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
home_server:home_server_setup:disk_check [2020-01-24 Fri wk04 05:40] – [Checking Root File System] baumkphome_server:home_server_setup:disk_check [2021-01-18 Mon wk03 20:01] – [Some other file system tips:] baumkp
Line 23: Line 23:
   *To check directory size use ''sudo du %%--%%max-depth=1 %%--%%all -h''   *To check directory size use ''sudo du %%--%%max-depth=1 %%--%%all -h''
   *The filesystem boot file is /etc/fstab, ''sudo vim /etc/fstab''. (Be careful with editing this.)   *The filesystem boot file is /etc/fstab, ''sudo vim /etc/fstab''. (Be careful with editing this.)
 +  *To check ext2/3/4 file system information and configuration of a partition ''sudo tune2fs -l /dev/sdX''
  
 ++++Home Server Index|<pagelist&header> ++++Home Server Index|<pagelist&header>
Line 33: Line 34:
 *[[home_server:home_server_setup:other_services:index]] *[[home_server:home_server_setup:other_services:index]]
 </pagelist>++++ </pagelist>++++
 +
 +
 +====Find Information on Hard disks====
 +The lsblk command has a lot of information returned.
 +
 +
 +----
  
 <- home_server:home_server_setup:vnc_setup|Prev ^ home_server:home_server_setup:summary|Start page ^ home_server:home_server_setup:other_services:index|Next -> <- home_server:home_server_setup:vnc_setup|Prev ^ home_server:home_server_setup:summary|Start page ^ home_server:home_server_setup:other_services:index|Next ->
 +  *''lsblk'' by itself give the basic drive partition and mount point information.
 +  *''lsblk -o NAME,MODEL,SERIAL,WWN,HCTL,MOUNTPOINT'' gives more comprehensive information: 
 +    *WWN is a unique identifier ode list on the drive
 +    *HCTL lists the drive sata port
 +  *''lsblk --help'' to list all the options
  
  • /app/www/public/data/pages/home_server/home_server_setup/disk_check.txt
  • Last modified: 2023-04-30 Sun wk17 17:43
  • by 127.0.0.1