Created
June 18, 2018 11:24
-
-
Save ShapeShifter499/082c7b04df9fa3601f44766f29c62f63 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
[root@kumo ~]# cat /etc/fstab | |
# Static information about the filesystems. | |
# See fstab(5) for details. | |
# <file system> <dir> <type> <options> <dump> <pass> | |
/dev/mmcblk0p1 /boot vfat defaults,rw 0 0 | |
/var/swapfile none swap defaults,nofail 0 0 | |
# Toshiba 750G drive | |
/dev/mapper/750gb /mnt/750gb ext4 defaults,rw,nofail 0 2 | |
# WD My Passport 3tb | |
/dev/mapper/3tb /mnt/3tb ext4 defaults,rw,nofail 0 2 | |
# Toshiba Canvio 5tb | |
/dev/mapper/5tb /mnt/5tb ext4 defaults,rw,nofail 0 2 | |
[root@kumo ~]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment