Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Not bad, I'd like to have the info on size though. If I don't get any better response, I'll mark it as answer. Thank you. Commented Apr 17, 2020 at 13:37
  • Well, it was quite simple, to add size also: lsblk -rno name,size,mountpoint,fstype | awk 'NF==3 {print $1, $2, $3}' Commented Apr 17, 2020 at 14:21
  • @Krackout there you go; answer updated to include size Commented Apr 17, 2020 at 14:34