How do i preform a smartctl and dmesg on TrueNas, I will try on Live USB during the week
		
		
	 
SSH into the unit, and then run the commands from the shell.
smartctl -a /dev/daX (where X is the device number of a drive, such as 
da0) and then copy the results from the text window.
For 
dmesg because of length it might be easier to direct it to a text file on a folder that you can access, such as running 
dmesg > /mnt/pool/dataset/dmesg-2022-10-24-1200h.txt
When pasting it here please use 
[CODE][/CODE] brackets, or attach a text file directly.