课程: Linux: Storage Systems (2016)
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Configure file system features and flags
- [Instructor] Now, we'll show some special options for XFS and btrfs, and even see an example of debugging a mount problem. Now, let's try XFS. So, let's make sure that our device file d1 is not mounted anywhere. Let's format that, and let's use a special option where XFS that separates the log from the data. So we'll put the data on one partition, and we'll put the log on another one. Let's put the data on number two. Make sure that's not mounted. We're going to use d1 and d2. Put the log on one and the data on the other. So, they're both unmounted. That's good. We're going to mkfs type xfs, because that's what supports this, and we'll use the force option, because we already have a file system there and it would complain if it saw one. The log device, we're going to say, is dev sdd1, and we're going to say the size of that log is 1,000 blocks. Then, the regular partition that we're going to format with that XFS where the data will go will be dev sdd2. There you go, it reported…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
-
-
-
(已锁定)
Configure and manage swap space5 分钟 39 秒
-
(已锁定)
Configure remote block-storage devices2 分钟 47 秒
-
(已锁定)
Use targetcli1 分钟 37 秒
-
(已锁定)
Backup and recovery strategies6 分钟 14 秒
-
(已锁定)
Use backup tools5 分钟 8 秒
-
(已锁定)
Assemble partitions as RAID devices4 分钟 27 秒
-
(已锁定)
Linux file system features and flags6 分钟 38 秒
-
(已锁定)
Configure file system features and flags4 分钟 55 秒
-
(已锁定)
Challenge: Swap space, rsync, and RAID1 分钟 1 秒
-
(已锁定)
Solution: Swap space, rsync, and RAID3 分钟 44 秒
-
(已锁定)
-
-