mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-01-23 22:42:26 +08:00
7 lines
234 B
Bash
7 lines
234 B
Bash
cat > /etc/fstab << "EOF"
|
|
# file system mount-point type options dump fsck
|
|
# order
|
|
|
|
/dev/sdX / ext4 defaults 1 1
|
|
EOF
|