差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| linux:openwrt:sd_mount [2022/08/21 15:48] – ↷ hardware:gl-ar750s-ext:sd_mount から linux:openwrt:sd_mount へページを移動しました。 ともやん | linux:openwrt:sd_mount [2025/02/09 15:20] (現在) – [ある日突然マウントできなくなったら❓] ともやん | ||
|---|---|---|---|
| 行 328: | 行 328: | ||
| < | < | ||
| # reboot | # reboot | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ==== ある日突然マウントできなくなったら❓😱 ==== | ||
| + | fsck して再マウントする...🤔\\ | ||
| + | <WRAP prewrap 100%> | ||
| + | < | ||
| + | # mkdir / | ||
| + | # fsck.ext4 /dev/sda1 | ||
| + | # mount -t ext4 /dev/sda1 / | ||
| + | # mount | ||
| + | </ | ||
| + | </ | ||
| + | <WRAP prewrap 100% #result> | ||
| + | < | ||
| + | /dev/root on /rom type squashfs (ro, | ||
| + | proc on /proc type proc (rw, | ||
| + | sysfs on /sys type sysfs (rw, | ||
| + | cgroup on / | ||
| + | tmpfs on /tmp type tmpfs (rw, | ||
| + | /dev/ubi0_1 on /overlay type ubifs (rw, | ||
| + | overlayfs:/ | ||
| + | tmpfs on /dev type tmpfs (rw, | ||
| + | devpts on /dev/pts type devpts (rw, | ||
| + | debugfs on / | ||
| + | /dev/sda1 on / | ||
| + | /dev/sda1 on / | ||
| </ | </ | ||
| </ | </ | ||