Skip to content

Instantly share code, notes, and snippets.

@glenntnorton
Last active September 5, 2024 06:09
Show Gist options
  • Save glenntnorton/6e435d125c842813ea3afe5080aa534b to your computer and use it in GitHub Desktop.
Save glenntnorton/6e435d125c842813ea3afe5080aa534b to your computer and use it in GitHub Desktop.
fstab to fix kali
# /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).
#
# systemd generates mount units based on this file, see systemd.mount(5).
# Please run 'systemctl daemon-reload' after making changes here.
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p2 during installation
/dev/nvme0n1p2 / ext4 errors=remount-ro 0 1
#UUID=aa023af4-f6c2-4d4b-ac68-5bc80a264e28 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
/dev/nvme0n1p1 /boot/efi vfat umask=0077 0 1
#UUID=3267-398B /boot/efi vfat umask=0077 0 1
# swap was on /dev/nvme0n1p3 during installation
/dev/nvme0n1p3 none swap sw 0 0
#UUID=30ab2ed0-0b45-4007-86a1-f0612022b526 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment