• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Search

systems

Check Mounted File Systems

July 28, 2022

Check mounted file systems using df. Displaying different options.

df 
df -h
df -Th

df df -h df -Th

To get rid tmpfs, run this.

df -Th| grep -Ev '(udev|tmpfs)'

df -Th| grep -Ev '(udev|tmpfs)'

Filed Under: Linux Tagged With: check, df, file, mounts, systems, tmpfs

  • Home
  • About
  • Search

Copyright © 2023