Skip to content

Instantly share code, notes, and snippets.

@morr
Created April 15, 2016 18:34
Show Gist options
  • Save morr/e20098fd151a2ff3491d11ea7400cb59 to your computer and use it in GitHub Desktop.
Save morr/e20098fd151a2ff3491d11ea7400cb59 to your computer and use it in GitHub Desktop.
# /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>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=298b7c0a-43d3-4264-b68a-067335221928 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=d116f2f8-b3f6-40d7-929e-f58b5781687f /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=b544b846-e22e-41d0-be01-2fb2e5c80a20 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
/dev/sdb1 /home/love/Videos ext4 defaults 0 0
@morr
Copy link
Author

morr commented Apr 15, 2016

gparted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment