- 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
- 從零開始:數(shù)字圖像處理的編程基礎(chǔ)與應(yīng)用
- Software Defined Networking with OpenFlow
- GitLab Cookbook
- 數(shù)據(jù)庫(kù)程序員面試筆試真題與解析
- 編程卓越之道(卷3):軟件工程化
- 編寫高質(zhì)量代碼:改善C程序代碼的125個(gè)建議
- Hands-On C++ Game Animation Programming
- 老“碼”識(shí)途
- Hands-On Microservices with Kotlin
- iOS應(yīng)用逆向工程(第2版)
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Hands-On Full Stack Development with Go
- Swift Playgrounds少兒趣編程
- Vue.js 2 Web Development Projects
- Xamarin Blueprints