Skip to content

Instantly share code, notes, and snippets.

@jamesray1
Last active October 19, 2018 03:47
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 jamesray1/022acb229dafbcdd12ccaecdb67ba7a4 to your computer and use it in GitHub Desktop.
Save jamesray1/022acb229dafbcdd12ccaecdb67ba7a4 to your computer and use it in GitHub Desktop.
[jray@jr-dl h]$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=7D57-B7BC /boot/efi vfat defaults,noatime 0 2
UUID=8ad88713-bc2e-4bfb-af80-c0f7e0f5e91c / ext4 defaults,noatime 0 1
UUID=86ea7831-1a63-4a74-9286-f8741ef4ce8c swap swap defaults,noatime 0 2
UUID=8f5d666f-b1bf-48a9-8cce-99bd4842f9f6 swap swap defaults,noatime 0 2
[jray@jr-dl h]$ pwd
/run/media/jray/32C8-A84D/h
[jray@jr-dl ~]$ mount
# <snip to last entry>
/dev/sdb1 on /run/media/jray/32C8-A84D type vfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment