Skip to content

Instantly share code, notes, and snippets.

@chiragparekh
Created August 11, 2015 14:23
Show Gist options
  • Save chiragparekh/70227464d12571fcf3c8 to your computer and use it in GitHub Desktop.
Save chiragparekh/70227464d12571fcf3c8 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>
# / was on /dev/sda1 during installation
UUID=8117e7c7-6701-48f0-a8ce-428ded7a4a90 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=61f3b50a-c26e-406d-bdc7-4842f976a79c none swap sw 0 0
#New Harddisk WD
UUID=94CAEC29CAEC0976 /mnt/h2_1 ntfs-3g defaults,windows_names,locale=en_US.utf8 0 0
UUID=E474E09574E06BAC /mnt/h2_2 ntfs-3g defaults,windows_names,locale=en_US.utf8 0 0
# Main Harddisk
UUID=82145F38145F2F03 /mnt/h1_1 ntfs-3g defaults,windows_names,locale=en_US.utf8 0 0
UUID=C686160B8615FD1D /mnt/h1_2 ntfs-3g defaults,windows_names,locale=en_US.utf8 0 0
UUID=10FCA898FCA8799C /mnt/h1_3 ntfs-3g defaults,windows_names,locale=en_US.utf8 0 0
UUID=24481160481131D2 /mnt/h1_4 ntfs-3g defaults,windows_names,locale=en_US.utf8 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment