Yesterday, 01:19 PM
Ok thanks.
Post output from each of the 4 commands below.
This will help me understand why the device and file system type are not being show.
Post output from each of the 4 commands below.
Code:
blkid /dev/sda1 | awk -F'TYPE=' '{print $2}' | awk -F'"' '{print $2}'
blkid /dev/sdb1 | awk -F'LABEL=' '{print $2}' | awk -F'"' '{print $2}'
blkid /dev/sdb1 | awk -F'TYPE=' '{print $2}' | awk -F'"' '{print $2}'
blkid /dev/sdb1 | awk -F'LABEL=' '{print $2}' | awk -F'"' '{print $2}'
This will help me understand why the device and file system type are not being show.