Qwas Notes
Attachments
History
Blame
View Source
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Changelog
Page Index
openwrt
openwrt 使用
openwrt 使用 nginx
openwrt
openwrt 使用
Blame
e397f3
Qwas
2024-10-26 14:45:16
1
# openwrt 使用
2
3
挂载 exfat 存储
4
5
```sh
6
mount
-t
exfat
/dev/sda1
/data
7
```