Open shaigbdb opened 3 months ago
AWS fails to mount the attached disk in some cases. The syntax for the device name (lsblk...) in AWS misses sed ':a;N;$!ba;s/\n|-/ /g' that should be added (also grep -v " rom" ? )
sed ':a;N;$!ba;s/\n|-/ /g'
AWS fails to mount the attached disk in some cases. The syntax for the device name (lsblk...) in AWS misses
sed ':a;N;$!ba;s/\n|-/ /g'
that should be added (also grep -v " rom" ? )