@george1421 said in Locked out of Fog...:
df -h
I got it…
root@PDC-FOG:/# cat /etc/fstab
# /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=d539e06c-4300-4f52-8a5f-b8b9585e8ec8 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=46b75b5b-5cc6-474a-b0bf-9ac7afa2b49f none swap sw 0 0
/dev/sdb1 /images ext4 defaults 0 2
root@PDC-FOG:/#