Lx4U-book/docs/scripts/fstab.md

10 lines
247 B
Markdown
Raw Normal View History

2021-07-06 17:57:26 +08:00
```bash
cat > /etc/fstab << "EOF"
# file system mount-point type options dump fsck
# order
/dev/sdX / ext4 defaults 1 1
EOF
```