Linux
在linux系统中要将TrueNAS安装程序写入U盘,请将U盘插入系统并打开终端。首先,请确保U盘的连接路径正确。
$ lsblk -po +vendor,model
并记下U盘的路径,如lsblk的”NAME“列中所示。
接下来,使用dd将安装程序写入U盘。
$ dd status=progress if=path/to/.iso of=path/to/USB
如果出现“permission denied”错误,请使用具有相同参数的sudo dd并输入管理员密码。使用dd时请务必小心,因为选择错误的“ of =”设备路径可能会导致无法恢复的数据丢失。
Reference
FEATURED TAGS
algorithm
algorithmproblem
architecturalpattern
architecture
aws
c#
cachesystem
codis
compile
concurrentcontrol
database
dataformat
datastructure
debug
design
designpattern
distributedsystem
django
docker
domain
engineering
freebsd
git
golang
grafana
hackintosh
hadoop
hardware
hexo
http
hugo
ios
iot
java
javaee
javascript
kafka
kubernetes
linux
linuxcommand
linuxio
lock
macos
markdown
microservices
mysql
nas
network
networkprogramming
nginx
node.js
npm
oop
openwrt
operatingsystem
padavan
performance
programming
prometheus
protobuf
python
redis
router
security
shell
software testing
spring
sql
systemdesign
truenas
ubuntu
vmware
vpn
windows
wmware
wordpress
xml
zookeeper