Skip to content

Instantly share code, notes, and snippets.

@mbusb
Last active July 3, 2017 07:13
Show Gist options
  • Save mbusb/4df0d1ca1aea1dd7d8f31fb6fa06a8c0 to your computer and use it in GitHub Desktop.
Save mbusb/4df0d1ca1aea1dd7d8f31fb6fa06a8c0 to your computer and use it in GitHub Desktop.
Auto all mount partition during boot through 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>
# / was on /dev/sda2 during installation
UUID=d539b457-cd66-454c-9e0c-114a1c0982cd / ext4 errors=remount-ro 0 1
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
UUID=93BD-8E52 /media/sundar/Data vfat defaults,user,exec,uid=1000,gid=100,umask=000 0 0
UUID=F884A22F84A1F074 /media/sundar/Fun ntfs nls-utf8,umask-0222,uid-1000,gid-1000,rw 0 0
UUID=7C4A4B2A4A4AE08E /media/sundar/Windows ntfs nls-utf8,umask-0222,uid-1000,gid-1000,rw 0 0
UUID=84288179-1266-4acf-9383-11675a0030df /media/sundar/Manjaro ext4 defaults 0 2
UUID=e92ef7ab-9be1-4884-834d-ebc4fc0ded56 /media/sundar/Linux ext4 defaults 0 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment