Skip to content

HBnB | Configs | fstab

unclehowell edited this page Jul 24, 2021 · 1 revision

If the MicroSD Card corrupts, use fsck/ dosfsck.

  1. Place it into a Linux machine
  2. Get device location with this command lsblk e.g. # /dev/sdb
  3. Check for errors with this command sudo dosfsck -w -r -l -a -v -t /dev/sdb1
  4. This command also works sudo fsck -y /dev/sdb1

Wiki

Document Library

  • [Consortium | Campuses - CaseStudy | Campus1]
  • [Consortium | Campuses - SiteSurvey | JamHighland]
  • [Consortium | Contracts - Patents | Google]
  • [Consortium | Financials - Funding | Investors]
  • [Consortium | Financials - Funding | Creditors]
  • [Consortium | Plans - Ops | Business]
  • [Consortium | Plans - Test | Network]
  • [Bloculus | Protocol - Ops | BusinessCase]
Clone this wiki locally