Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KenwoodFox/51c52063d2c7b3a88ec3c70897f00cf3 to your computer and use it in GitHub Desktop.
Save KenwoodFox/51c52063d2c7b3a88ec3c70897f00cf3 to your computer and use it in GitHub Desktop.
# mount -o sb=163840 /dev/sda1 /mnt/rescue/
mount: /mnt/rescue: wrong fs type, bad option, bad superblock on /dev/sda1, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.
# mount -o sb=163841 /dev/sda1 /mnt/rescue/
mount: /mnt/rescue: wrong fs type, bad option, bad superblock on /dev/sda1, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment