Skip to content

Instantly share code, notes, and snippets.

@pdebski
Last active January 16, 2018 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdebski/ac882f489e08b9b203ccd0d108022a40 to your computer and use it in GitHub Desktop.
Save pdebski/ac882f489e08b9b203ccd0d108022a40 to your computer and use it in GitHub Desktop.
Check file system type
$ df -T
$ sudo fsck -N /dev/sdb1
$ lsblk -f
$ mount
$ sudo blkid
$ sudo file -s /dev/sda2
$ vi /etc/fstab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment