Created
May 27, 2020 19:43
-
-
Save KenwoodFox/ba6479034f146759689f0d9e9d963c25 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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/sda5 during installation | |
UUID=7e44ec85-9ca1-4a44-bad9-4324e03f5317 / ext4 errors=remount-ro 0 1 | |
# /boot/efi was on /dev/sda2 during installation | |
UUID=161B-2D15 /boot/efi vfat umask=0077 0 1 | |
# swap was on /dev/sda6 during installation | |
#UUID=f7d070af-efa7-4644-80c0-eadbfa8a5b3a none swap sw 0 0 | |
/dev/mapper/cryptswap1 none swap sw 0 0 | |
# Joe wrote these lines to connect to zinc | |
# <file system> <dir> <type> <options> <dump> <pass> | |
10.85.3.120:/mnt/ArchiveVolume/Users/mark /mnt/Zinc/mark nfs defaults 0 0 | |
10.85.3.120:/mnt/ArchiveVolume/backups/obelisk_ii /mnt/Zinc/Obilisk_II nfs defaults 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment