- Mastering Ubuntu Server
- Jay LaCroix
- 200字
- 2021-07-14 11:03:24
Chapter 3. Managing Storage Volumes
When it comes to storage on our servers, it seems as though we can never get enough. While hard disks are growing in capacity every year, and high capacity disks are cheaper than ever, our servers gobble up available space quickly. As administrators of servers, we always do our best to order servers with ample storage, but business needs evolve over time, and no matter how well we plan, a successful business will always need more. While managing your servers, you'll likely find yourself adding additional storage at some point. But managing storage is more than just adding new disks every time your current one gets full. Planning ahead is also important, and technologies such as LVM will make your job much easier as long as you start using it as early as you possibly can.
In this chapter, I'll walk you through the concepts you'll need to know in order to manage storage and volumes on your server. This discussion will include:
- Viewing disk usage
- Adding additional storage volumes
- Partitioning and formatting volumes
- Mounting and unmounting storage volumes
- Understanding the
/etc/fstab
file - Managing
swap
- Utilizing LVM volumes
- Using symbolic and hard links
- The Complete Rust Programming Reference Guide
- Spring Cloud Alibaba微服務架構設計與開發實戰
- JavaFX Essentials
- 認識編程:以Python語言講透編程的本質
- Vue.js 3.x從入門到精通(視頻教學版)
- TestNG Beginner's Guide
- 深入淺出Windows API程序設計:編程基礎篇
- Oracle Database 12c Security Cookbook
- QGIS:Becoming a GIS Power User
- Python忍者秘籍
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Java圖像處理:基于OpenCV與JVM
- Instant Debian:Build a Web Server
- TypeScript 2.x By Example
- Exploring SE for Android