2020-07-01から1ヶ月間の記事一覧

raspberry pi: HDD mount erro / device size is reported zero invalid partition

sudo mkfs ext4 -n /dev/sda >>>device size is reported zero invalid partition 物理的にHDDのコネクタが緩んで電源不足で上記エラーが出ることがある。 ref: http://monteecristoo.hatenablog.com/entry/2018/04/20/115733 http://monteecristoo.haten…

raspberry pi で起動したらCannnot open access to console, the root account is locked.

raspberry pi で起動したらCannnot open access to console, the root account is locked. ディスクのマウント時にエラーが発生している可能性あり。 SDカードを外して別のPCで boot/cmdline.txtの末尾に半角スペースinit=/bin/shを追記。 raspberry pi を起…