File Allocation Table

  Рет қаралды 219,498

Udacity

Udacity

9 жыл бұрын

In this video, you'll get a comprehensive introduction to the File Allocation Table format.
If you enjoyed this video and want to dive deeper into the world of programming, then be sure to check out our full catalog: bit.ly/3Vr0uRo. Forge your future in tech with Udacity!
---
Connect with us on social! 🌐
Instagram: / udacity
LinkedIn: / udacity
Facebook: / udacity
X/Twitter: / udacity

Пікірлер: 42
@you996
@you996 7 жыл бұрын
Dude, thank you so much. I've spent upwards of 3 hours researching this, I just couldn't seem to get my head around it for some reason, you just did it in under 3 minutes. THANK YOU.
@jiafengliao5828
@jiafengliao5828 7 жыл бұрын
Y, for some knowledge, video demonstration is way better than txt
@Teercher
@Teercher 6 жыл бұрын
y4 taHnak sbr0
@GunturBudiHerwanto
@GunturBudiHerwanto 6 жыл бұрын
3 minutes understanding is a compound knowledge of 3 hours researching for this, I think ;)
@moutonguerrier
@moutonguerrier 3 жыл бұрын
You fit a good amount of information in such a short video, great job!
@acatisfinetoo3018
@acatisfinetoo3018 4 жыл бұрын
Thank youuu i have been looking for a concise description of FAT file system and this is the best one...Have an internet cookie!
@Ownage4lif31
@Ownage4lif31 7 жыл бұрын
I thought this would take hours to learn. Learnt it in 5 mins thanks to this video, thanks!
@Teercher
@Teercher 6 жыл бұрын
Ikr Br065
@dannyfogel9156
@dannyfogel9156 3 жыл бұрын
Great video in a short time! Thanks a lot!
@shirleyachara3809
@shirleyachara3809 3 жыл бұрын
Clear and concise lecture, thanks.
@presentlymine
@presentlymine 5 жыл бұрын
Thankyou sooooo much! you explained this concept really well in no time at all!
@ZIGATRONZ
@ZIGATRONZ 3 жыл бұрын
Wow, my mind BLOWNNN!!! Thanks for making this video! now I have a better understanding of this. Thank you!
@SyedShayanAliShah
@SyedShayanAliShah 3 жыл бұрын
Thank you so much. More power to you
@nailsv5924
@nailsv5924 5 жыл бұрын
Brilliant, Thank you!!!
@bhanuprakashagrawal2921
@bhanuprakashagrawal2921 2 жыл бұрын
Thank you! so much to summarise ...... it helps a lot.
@husseinshukri5846
@husseinshukri5846 4 жыл бұрын
is that the same as Cursor Implementation of Linked Lists
@oliveryt7168
@oliveryt7168 Жыл бұрын
Crisp and clear.
@facundostratocaster356
@facundostratocaster356 5 жыл бұрын
Excelente, gracias
@milosmandic6129
@milosmandic6129 Ай бұрын
So in this example i would say that block with id 1 is a Folder/directory also for the id 4. If i am wrong please correct me.
@WhyThisUsername
@WhyThisUsername 2 жыл бұрын
Wow thank, super informative
@AmanKumar-gq7li
@AmanKumar-gq7li 3 жыл бұрын
Thank you
@helinw
@helinw 6 жыл бұрын
Isn't FAT typically a Windows thing? For Unix, seems we should talk about inode.
@DeadJuicebox
@DeadJuicebox 5 жыл бұрын
Yeah, Inodes are used for Unix. But I doubt Windows uses FAT still.
@MarteenHobbu
@MarteenHobbu Ай бұрын
​@@DeadJuicebox linux uses ext4 (fourth version of extended fs) witch is the similiar concept as FAT, the differenceis that you have an index table with all the metadata (where all inodes are) about the file stored there and if you need to extend files size you just link two inodes together. theres more to this way of organizing the file system but thats the gist of it...
@bigsmerdo
@bigsmerdo 5 жыл бұрын
so what happens if a file is deleted?
@hattrickster33
@hattrickster33 5 жыл бұрын
Basically, all the blocks that are marked as "busy" will be reset. This basically tells the OS that those blocks are now free and they can be overwritten at any time. So the blocks are marked as "free" which is the same as "not busy." Now this is fine for a standard file. But what happens if we are deleting a directory? And what if that directory contains other directories? This is where the simple approach becomes a bit more complicated. The solution is to use recursion. What does this mean? You need to do this delete action on the contents of the directory so that all the blocks for its content are marked as "free". The same thing needs to be done for directories inside the directory, and so on and so on. When this is done, we can delete the blocks for the directory itself. This last part where we get back to the initial directory is known as the "base case" for the recursion.
@kirizenkirizeto3492
@kirizenkirizeto3492 2 жыл бұрын
thank you
@kpossibles
@kpossibles 7 жыл бұрын
Thanks!!!
@Teercher
@Teercher 6 жыл бұрын
y3 br0 1 MILION VVeWZ
@MRHanyElelady
@MRHanyElelady 4 жыл бұрын
if partitions 20 gb and used fat32 how instructions to calculation size of cluster plz i need it
@maged4087
@maged4087 5 жыл бұрын
The same " file systems table" ?
@yeya7354
@yeya7354 6 жыл бұрын
Where is the data stored for the block?
@vitalnutrients744
@vitalnutrients744 5 жыл бұрын
At the end?
@frozen_tortus
@frozen_tortus 5 жыл бұрын
In the sector on the track.
@MarteenHobbu
@MarteenHobbu Ай бұрын
basically the file system declares a constant value at compile time, than block id is just how many times we move the lenght of any offset. so an example: block size = const offset block id * block size = move this many bytes from begining of the disk and than load the next X bytes into memeory, where X is block size.
@aaronbraun841
@aaronbraun841 4 жыл бұрын
I love you
@Patate7Frite
@Patate7Frite 5 жыл бұрын
So easy... why do we even need teachers.
@oliveryt7168
@oliveryt7168 Жыл бұрын
He i s a teacher ;)
@gurvatinshjjsingh6386
@gurvatinshjjsingh6386 5 жыл бұрын
Fi
@poiiihy
@poiiihy 3 жыл бұрын
foo
Explaining File Systems: NTFS, exFAT, FAT32, ext4 & More
11:05
ExplainingComputers
Рет қаралды 1,3 МЛН
Segmented, Paged and Virtual Memory
7:48
Computer Science
Рет қаралды 235 М.
Smart Sigma Kid #funny #sigma #comedy
00:26
CRAZY GREAPA
Рет қаралды 8 МЛН
A clash of kindness and indifference #shorts
00:17
Fabiosa Best Lifehacks
Рет қаралды 112 МЛН
ОСКАР vs БАДАБУМЧИК БОЙ!  УВЕЗЛИ на СКОРОЙ!
13:45
Бадабумчик
Рет қаралды 6 МЛН
Allocation Methods (OS)
20:12
Casey Cole
Рет қаралды 17 М.
FAT32 vs exFAT vs NTFS - Windows File Systems
8:01
PowerCert Animated Videos
Рет қаралды 206 М.
Files & File Systems: Crash Course Computer Science #20
12:03
CrashCourse
Рет қаралды 743 М.
Inode Structure
1:51
Udacity
Рет қаралды 198 М.
Linux File System/Structure Explained!
15:59
DorianDotSlash
Рет қаралды 4 МЛН
NTFS vs FAT32 vs exFAT - Everything You Need To Know
14:16
Gary Explains
Рет қаралды 115 М.
Building an OS - 3 - The FAT file system
35:15
nanobyte
Рет қаралды 62 М.
FAT File System Explained
8:39
Gary Cantrell
Рет қаралды 100 М.
Smart Sigma Kid #funny #sigma #comedy
00:26
CRAZY GREAPA
Рет қаралды 8 МЛН