Giter VIP home page Giter VIP logo

archlinux-pi-installer's People

Contributors

sdr-mania2 avatar

Watchers

 avatar  avatar

archlinux-pi-installer's Issues

SDカードのフォーマット方法

マイクロSDカードのフォーマットのためだけにWindowsを起動するのは面倒。fdiskでフォーマットする。/dev/sda1をFAT32にする場合のコマンドは以下で。

#fdisk /dev/sda
対話モードでo->n->pとコマンド入力する。アライメントはよーわからんが、8192に設定されている場合が多いので、8192にしておく。終了位置は+8Gとか+16Gとか適当に設定。
ディスクIDはt->cにしておく。

#mkfs.vfat -F 32 /dev/sda1
でフォーマット終了。

How to use fsck.

Use fsck like this.
1.pacman -S dosfstools
2.fsck -Vf /dev/sda2
3.fsck.vfat -v /dev/sda1
at the case of:
/dev/sda1 -> /boot(FAT32)
/dev/sda2 -> /(ext4)

Firefoxでの注意点

Firefoxでgoogle検索するとgoogleweblight.comに変換されるので対策。
about:configでgeneral.useragent.overrideを作成。
以下のように変更。

Mozilla/5.0 (X11; Linux armv7l; rv:69.0) Gecko/20100101 Firefox/69.0

Mozilla/5.0 (X11; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

現在のところ問題なし。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.