Hard Disks and File Systems Part 5

Video Activity
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or

Already have an account? Sign In »

Difficulty
Beginner
Video Transcription
00:00
>> Hi, everybody. Welcome back to the course.
00:00
In the last video, we talked about
00:00
the different types of file systems.
00:00
We talked about FAT,
00:00
NTFS, and then also the Linux file systems.
00:00
Extended file systems, so ext,
00:00
ext2, ext3, and ext4.
00:00
In this video, we're going talk about HFS
00:00
and HFS Plus for Mac,
00:00
but be very briefly.
00:00
Then we'll also take a high-level overview
00:00
of the different raid levels.
00:00
Again, the raid levels are definitely
00:00
something you'll want to know for the examination.
00:00
HFS and HFS Plus,
00:00
that's a hierarchical file system.
00:00
The difference there, HFS uses 16-bit allocation blocks.
00:00
HFS Plus uses a B-tree structure.
00:00
Specifically for your exam,
00:00
remember that HFS Plus uses a B-tree structure.
00:00
Just in case it's tested on there,
00:00
that was one of the more popular angles
00:00
inside of the official [inaudible] counting material.
00:00
Generally when they mentioned stuff multiple times,
00:00
you usually see it on their examinations.
00:00
RAID. We'll talk about
00:00
what it means here in just a second.
00:00
But we have different levels here as shown.
00:00
We will talk about each one and what that means.
00:00
RAID stands for redundant array,
00:00
and it used to be of inexpensive disks.
00:00
You might see it nowadays listed
00:00
as Redundant Array of Independent Disks.
00:00
It just depends on what you're
00:00
looking at for a source and what is called.
00:00
At the end of the day, it's still R-A-I-D,
00:00
still smells RAID, so that's what we go.
00:00
RAID 0. Some of the things with that one,
00:00
it offers disk striping, but no redundancy.
00:00
If one of them fails, we're done.
00:00
Then it requires two drives minimum.
00:00
RAID 1, it offered mirroring.
00:00
The cool thing there, offers redundancy.
00:00
If one of my disk fails,
00:00
I've still got an exact copy
00:00
on the other disk of my data,
00:00
and so I can just keep going.
00:00
Now, this one also has requirements
00:00
or requires two drives minimum.
00:00
We've also got RAID 2.
00:00
This one here doesn't use
00:00
any parity, mirroring, or striping.
00:00
That's a little different than the other RAID levels.
00:00
This one splits data at the bit level and
00:00
then distributes that data to multiple disk.
00:00
We have RAID 3,
00:00
this one here uses byte level striping,
00:00
then also a dedicated period disk.
00:00
This one also stores checksums.
00:00
This one is unable to cater to
00:00
multiple data requests at the same time.
00:00
That's one thing you'll definitely
00:00
want to remember as well.
00:00
We have RAID 5, which is
00:00
uses a byte level data striping.
00:00
It also requires three drives minimum.
00:00
Again, as there is a minimum
00:00
requirements here for the RAID,
00:00
just make sure you memorize,
00:00
like for example, RAID 5 has three drives minimum.
00:00
This RAID level has this,
00:00
this one has this, etc.
00:00
Then we have RAID 10 or RAID 1 plus 0.
00:00
This one actually combines,
00:00
as the name implies, RAID 0 and RAID 1.
00:00
So it combines the striping in the mirroring.
00:00
It requires four drives minimum.
00:00
That's one aspect of it is a little more expensive than
00:00
other options and then
00:00
the fault tolerance is actually similar to RAID 1.
00:00
Then if two disks in the same mirrored pair fail,
00:00
then the data is not going to be available.
00:00
That's some common sense there,
00:00
but it just in case you didn't know that.
00:00
Just one quick post assessment question here.
00:00
This type of RAID combines mirroring and striping.
00:00
If you answered RAID 10 or if you
00:00
screamed out at the computer,
00:00
hey, it's RAID 1 plus 0,
00:00
both of them we use interchangeably.
00:00
RAID 10 in that list is the correct answer there.
00:00
In this video, we talked about
00:00
the different raid levels as well as just a brief
00:00
overview of HFS and HFS Plus.
00:00
In the next video, we're going to talk about
00:00
things like file carving,
00:00
how to analyze different image files,
00:00
and then also the solution kit.
Up Next
Hard Disks and File Systems Part 6
Working with Windows and CLI Systems
Virtual Lab
Linux and Macintosh File Systems
Virtual Lab
Recovering Graphics Files Lab Part 1
Recovering Graphics Files Lab Part 2