Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ShapeShifter499/082c7b04df9fa3601f44766f29c62f63 to your computer and use it in GitHub Desktop.
Save ShapeShifter499/082c7b04df9fa3601f44766f29c62f63 to your computer and use it in GitHub Desktop.
[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