linux:openwrt:sd_mount

差分

このページの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:
 <code> <code>
 # reboot # reboot
 +</code>
 +</WRAP>
 +
 +==== ある日突然マウントできなくなったら❓😱 ====
 +fsck して再マウントする...🤔\\
 +<WRAP prewrap 100%>
 +<code>
 +# mkdir /mnt/sd128gb
 +# fsck.ext4 /dev/sda1
 +# mount -t ext4 /dev/sda1 /mnt/sd128gb
 +# mount
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code>
 +/dev/root on /rom type squashfs (ro,relatime)
 +proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
 +sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
 +cgroup on /sys/fs/cgroup type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,devices,freezer,net_cls,pids)
 +tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
 +/dev/ubi0_1 on /overlay type ubifs (rw,noatime,ubi=0,vol=1)
 +overlayfs:/overlay on / type overlay (rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work)
 +tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
 +devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
 +debugfs on /sys/kernel/debug type debugfs (rw,noatime)
 +/dev/sda1 on /mnt/䰀椀渀甀砀 䘀椀氀攀猀礀猀琀攀洀 type ext4 (rw,sync,relatime,data=ordered)
 +/dev/sda1 on /mnt/sd128gb type ext4 (rw,sync,relatime,data=ordered)
 </code> </code>
 </WRAP> </WRAP>
  
  • linux/openwrt/sd_mount.1661064528.txt.gz
  • 最終更新: 2022/08/21 15:48
  • by ともやん