Linux inodes Explained

  Рет қаралды 73,526

tutoriaLinux

tutoriaLinux

Күн бұрын

Пікірлер: 92
@bearforceone7295
@bearforceone7295 3 жыл бұрын
I applied for a job as a Junior RedHat Sysadmin this week and they asked me how I can see the Linux version running on a machine. I knew this by watching your video on regular devops interview questions, it's one of the questions you talked about. Just so you know, your videos are helping people out there in the real world! I am sure this video will also come in handy when actually running live environments. Thanks for doing this! :)
@scooby7877
@scooby7877 2 жыл бұрын
What is that cat/etc/os?
@cc4405
@cc4405 2 жыл бұрын
@@scooby7877 assuming linux version means the kernel version, uname -r would be a better answer imo
@massmedia6516
@massmedia6516 Жыл бұрын
cat etc/os-release
@ywahab25
@ywahab25 Жыл бұрын
cat /etc/redhat-release
@NonPressure
@NonPressure Ай бұрын
hostnamectl
@tutoriaLinux
@tutoriaLinux 3 жыл бұрын
0:00 Intro 1:47 Directories as filename-inode number pairs 2:30 How are inodes structured? 3:33 inspecting a real inode 3:42 what is a syscall? 4:57 practical inode-related Linux commands 5:24 common inode-related Linux problems and troubleshooting 6:30 how inodes are created in Linux (depends on filesystem)
@HP-sf1my
@HP-sf1my 3 жыл бұрын
add the intro at 0:00 in the description to enable chapters in the video timeline
@tutoriaLinux
@tutoriaLinux 3 жыл бұрын
You are a genius; thank you!
@beron_the_colossus
@beron_the_colossus 3 жыл бұрын
Could you also update the description? Thank you for the video
@HP-sf1my
@HP-sf1my 3 жыл бұрын
Yea, actually the description is what matters, not the comment :)
@tutoriaLinux
@tutoriaLinux 3 жыл бұрын
@@HP-sf1my lmao d'oh. I'm an engineer, not an SEO expert!
@seannewcomb7594
@seannewcomb7594 3 жыл бұрын
I never knew about this, thanks for the walk through!
@manny8717
@manny8717 3 жыл бұрын
Great video. Thank you! Only addition/correction in my opinion is at 2:48. You said the hard links count wasn’t shown with the ls -l command but it IS listed. It’s the second column after the file permissions. Says 1 for the files you listed.
@vesok
@vesok 3 жыл бұрын
Thanks, great video! I'd really love it if you made a series on zfs too :D
@Nagashadow9669
@Nagashadow9669 3 жыл бұрын
Good to know that ZFS has more advantages than whats usually advertised. I knew about zfs and inodes but never connected this together
@fhujf
@fhujf 3 жыл бұрын
I already knew about inodes, but watched the video regardless :) Thanks for all the videos, especially the Linux administration playlist. I've always been a Windows guy, but a year ago I started watching these, installed Ubuntu on VM and guess what, on Monday I'm starting a job in Unix infrastructure administration :D This channel is where it all began. Can't wait for new challenges ahead.
@tutoriaLinux
@tutoriaLinux 3 жыл бұрын
That’s amazing to hear; congratulations! That’s literally why this channel exists. Appreciate it.
@j_thom
@j_thom 3 жыл бұрын
Migrating from Caladan to Arrakis, eh? Good luck... Careful tho.. it didnt go so smoothly the last time, erm..well..a time to come.
@Flankymanga
@Flankymanga 3 жыл бұрын
Huh... every video i see from you shows me how much i have to learn. Thank you for the explanation!
@Hackenbaker
@Hackenbaker 2 жыл бұрын
Thanks a lot for the easy to consume explanation!!! Easy to understand. Inodes was a question in my past working interview. Now, thanks to you I have a better answer for the next time somebody ask me about this. :)
@wojt4spes
@wojt4spes 2 жыл бұрын
Thanks, dude. Just starting a new year, new me, you know. Learning Unix, stuff.
@qsmfoui
@qsmfoui 3 ай бұрын
for my taste this was scratching a little bit on the surface. there is a little more to it to get a better understanding of the filesystem. i wish you would make a video with some visualized hierarchy of how the superblock, group descriptors and inodes work together with the memory blocks. anyways it was a great video
@DimaEvoc
@DimaEvoc 3 жыл бұрын
Thank you! I'm watching this video after a terrible interview ))
@tutoriaLinux
@tutoriaLinux 3 жыл бұрын
Hang in there! Some interviews just go badly no matter what. You’re probably dodging a bullet.
@Matthew-tl2ng
@Matthew-tl2ng 3 жыл бұрын
Its crazy I just did a phone screen for a company and you touched on 2 of them in this video. Hard/soft links and syscalls.
@aleksandrshkraba5061
@aleksandrshkraba5061 3 жыл бұрын
It was great! I was asked about inodes on my previous interview. And unfortunately I have some difficulties with explanation!( Now I can do it))) Thank you!
@jerweiyeoh7096
@jerweiyeoh7096 3 жыл бұрын
Just here to drop an appreciation for the explanation! Stay awesome!
@TheGruselmops
@TheGruselmops 3 жыл бұрын
Thanks Dave, great explanation! I really missed this type of videos! btw. How do you like BtrFS?
@tutoriaLinux
@tutoriaLinux 3 жыл бұрын
Hey, good to see you here! I played with btrfs several years ago and it felt like an early beta. There were a ton of missing features and some unreliability (although it did engineer around a few zfs limitations). I haven’t really kept up with it especially because now there’s kernel support for openZFS in linux.
@TheGruselmops
@TheGruselmops 3 жыл бұрын
@@tutoriaLinux Yeah, I'm really interested in both filesystems. I like BtrFS so far, haven't used ZFS yet. Maybe an Idea for a video?! Keep it up! Peace!
@owenstrange7630
@owenstrange7630 3 жыл бұрын
@@tutoriaLinux dave sorry. Can you help me a little bit? I couldn't find system.log file. It's usual stay in inside /var/log/apt/history.log in Ubuntu But i couldn't find it anywhere in the same location in Centos 8 : cd /var/log cd dnf bash: cd: dnf: No such file or directory. thank.
@vijaiharihar9410
@vijaiharihar9410 3 жыл бұрын
Very insightful! Thank you!
@Achrononmaster
@Achrononmaster 2 жыл бұрын
Searching your channel content there's no vdo on ZFS. @7:40 kinda' begs for a ZFS tutorial. There are RAM chew-up and licencing issues right?
@berrywin
@berrywin 2 жыл бұрын
Very interesting and useful! I would push the like button if you turned of the music. So distracting, especially if you don't have English as your native language!
@MegaAadhar
@MegaAadhar 3 жыл бұрын
This was very simple and clear; thanks mate! ZFS Please!
@mhenimerzouki1285
@mhenimerzouki1285 3 жыл бұрын
great video, yes ZFS please :)
@HarryLowtonIT
@HarryLowtonIT 3 жыл бұрын
Thank you - Great video and explanation!
@martina8527
@martina8527 3 жыл бұрын
Love these! Thanks for your great work!
@albertovillacorta8045
@albertovillacorta8045 3 жыл бұрын
Hit me with that ZedFS knowledge! I just like how the British say it.
@zorrzoor
@zorrzoor 3 жыл бұрын
When working in ops, please! Always monitor inodes and not just used/free space. And please, always use a monitoring system! ;) information is power
@_sl3600
@_sl3600 3 жыл бұрын
Heh, I once had to troubleshoot centreon (nagios) just dying on a friday - turns out it had run out of inodes due to some network equipment flooding it with traps. Of course, inodes on the monitoring server were not monitored ;) (or even... anywhere, now I think of it).
@stevefiorito5379
@stevefiorito5379 2 ай бұрын
Great video! But, it is just one more thing that I need to learn ... to use Linux ... I always just wanted to just be a user, but that isn't really possible, unless you have and can afford a Linux tech ... which are few, and far between ... pretty much none existent in my neck of the woods. With videos like this, I can plod through my day to day activities on Linux (I'm on it almost all day long). I often try to humor the situation with an analogy: If you had to do to your car's CAN network what you have to do with Linux, ... before you could really use it, you'd never get out of the driveway.
@tutoriaLinux
@tutoriaLinux Ай бұрын
Interesting comment, thanks -- as a desktop OS, Linux is definitely a tinkerer's system (i.e. I tinker with it and then break stuff). But I promise you that as a regular user, you don't *need* to know about inodes. There are basically zero situations where you're going to run out of inodes (or even need to know what they are). You already know this, but it bears repeating that most of the videos I make here are for people who are going to be professional Linux system engineers, devops engineers, SREs, infrastructure people -- at companies with huge systems. Easy-to-use distros like Mint + co. are good enough that my parents were happy Linux users, without knowing it.
@MartianPink
@MartianPink 5 күн бұрын
I started using linux knowing nothing except it's free. I'm poor and can only afford the lowest of low used craigslist laptops. I didn't want to pay for Windows license and really windows seemed like it was getting annoying after Win7. I knew how to download an iso (easy to do once u are told u need to do that). Use the software that says "clikck here ot make this usb stick bootable with this iso file". In that software, clicking the buttons that say "do the thing" anyone can do. Just following the prompts. Then change bios to boot from usb drive first, or use F12 or similar to get boot menu to boot from usb this one time. Then that distro is live, already useable. Now click the intaller button, click continue following prompts, it does all the intalling. If ur using somethingn like MXLinux or Mint or Ubuntu, it's all made for anyone who can use Windows. Once u have it installed, it works like Windows. U don't have to understand any more than u need to undertstand yr car. The legend of having to understand linux is a legend. this video maker's tutorials aren't for casual desktop users. They're for specifically computer professoinals, or those who like to do what they do on thier own time. So don't be afraid to try. And u get to try a distro out risk free by running it form the usb drive without installing. MXLinux even allows u to make changes and they'll remain next time u boot from the USB.
@kocho4242
@kocho4242 3 жыл бұрын
So that is basically flaw of the specific filesystem? If I understand correctly, architect of the filesystem didn't predict such case. I think it is something wrong with filesystem design if there is still a space on the storage, but inodes limit has been exceeded. Only ZFS is free it?
@tutoriaLinux
@tutoriaLinux 3 жыл бұрын
I wouldn’t necessarily call it a flaw, just a design tradeoff that was made, combined with poor defaults on most Linux distributions.
@ruiztulio
@ruiztulio 3 жыл бұрын
Great video man, I'm just playing with zfs and is great so far
@aussierule
@aussierule 2 жыл бұрын
I installed Debian Bullseye on a fresh HDD , chose auto install with swap, and it chose the btrfs filesystem. I was just analyzing my disk in gparted after boot and noticed my hard drive is not mounted but instead my home directory is the only thing mounted called file system and when I view the path its a path to an inode which I assume is on the unmounted HDD. My question is if its not mounted how does it write the data and save in between powering it off? Does it write the files before shutdown?
@mk-gc4fj
@mk-gc4fj 2 жыл бұрын
if you're using a happy, lucky, wonderful, futuristic, filesystem like zfs *dance music starts*
@Toccobass13
@Toccobass13 2 жыл бұрын
literally amazing. thank you so much
@9Steff99
@9Steff99 2 жыл бұрын
so are all the inodes created when the file system is installed or does it just allocate a fixed amount of memory for later storing inodes?
@humayunakhtar2116
@humayunakhtar2116 Жыл бұрын
Thanks for great explanation
@ZTsarmadOne
@ZTsarmadOne 2 жыл бұрын
Thanks 😊, This video very Useful for me.
@programminginterviewsprepa7710
@programminginterviewsprepa7710 2 жыл бұрын
So it the data structure behind the file system would that explain it in one sentence?
@tutoriaLinux
@tutoriaLinux 2 жыл бұрын
Well, it’s part of the kernel data structure that represents individual nodes of the filesystem tree. I don’t know if there’s a one-sentence explanation that captures everything about the linux filesystem, including implementation details like inodes. Once you start digging, things get a bit complicated.
@Funnybone_FB
@Funnybone_FB 2 жыл бұрын
Brilliant. Thank you
@inaciopaiva1536
@inaciopaiva1536 3 жыл бұрын
I didn't understand why the system would run out of numbers as inodes before run out of storage.
@tutoriaLinux
@tutoriaLinux 3 жыл бұрын
If you have a system that gets filled up with tiny files, it can happen that you run out of inodes before you run out of disk space. Inodes are usually calculated from “average filesize” (or a default number like 4096bytes), divided into filesystem size. If, when the system is in production, you have a huge influx of files smaller than this “average” you can end up with inode exhaustion. The example in the video was of a hacked server hosting hundreds of static sites with lots of tiny files, which I’ve seen in the wild. I hope that helps!
@killaken2000
@killaken2000 3 жыл бұрын
with `ls -l` the second column is the link count
@Felipe-53
@Felipe-53 Жыл бұрын
Awesome!
@islandcave8738
@islandcave8738 3 жыл бұрын
This inode exhaustion is the problem I just ran into.
@keratishvili
@keratishvili 3 жыл бұрын
Great video thanks Dave
@Leo_de_janeiro
@Leo_de_janeiro 2 жыл бұрын
where is the filename stored ?
@Yerttle
@Yerttle 3 жыл бұрын
Loved this content!
@antoniabroscheta7470
@antoniabroscheta7470 2 жыл бұрын
i cant read blue on purple!
@bowboycode2114
@bowboycode2114 3 жыл бұрын
You make great video's!👍
@karankhatter
@karankhatter Жыл бұрын
real talk it happens
@DineshKumarVellore
@DineshKumarVellore 2 жыл бұрын
Files having the inode number 9077
@aminebouaita9202
@aminebouaita9202 3 жыл бұрын
Thank you !!
@venc0r
@venc0r 3 жыл бұрын
Do you have any oppinion or advice, werther its good or rubbish to use zfs on vmware vmdks?
@tutoriaLinux
@tutoriaLinux 3 жыл бұрын
I'm not a storage expert -- maybe someone else can chime in?
@david2358
@david2358 5 ай бұрын
Subscribed 🎉
@VikasYadav-wi7zu
@VikasYadav-wi7zu 2 жыл бұрын
I love you dude
@GrandpasPlace
@GrandpasPlace 3 жыл бұрын
I was wrong, trying to pull it from my memory of 30 years ago. (Removed so as not to confuse others)
@tutoriaLinux
@tutoriaLinux 3 жыл бұрын
Maybe I'm misunderstanding what you're saying, but aren't you describing block size? I think inodes are a fixed-size operating system datastructure (just a C struct, I think) that gets populated as needed. The file data itself isn't written into inodes, only a reference to the disk blocks that store the actual data. And the data written onto those blocks can be in whatever blocksize you specified when creating your filesystem.
@GrandpasPlace
@GrandpasPlace 3 жыл бұрын
@@tutoriaLinux You are right, I was thinking of block size and balancing the inodes for the smaller block size. That is what I get for trying to do it from 30 year memory. lol
@luiscosme1154
@luiscosme1154 3 жыл бұрын
Could you please re-upload this video without the music in the background?
@luiscosme1154
@luiscosme1154 3 жыл бұрын
Oh great I just noticed that it stops at about 4 1/2 minutes, it was so distracting in the background that I couldn’t concentrate on what you were saying
@davidwilliss5555
@davidwilliss5555 3 жыл бұрын
ls -l does tell you how many hard-links there are. It's between the permissions and the owner name.
@tutoriaLinux
@tutoriaLinux 3 жыл бұрын
In retrospect I honestly don't know how I missed that.
@IvanZupancic
@IvanZupancic 3 жыл бұрын
nice background music :) no really, .. it's fine
@captainhaxs
@captainhaxs 3 жыл бұрын
lol im checking all my machines now to make sure i didnt run out.
@catharperfect7036
@catharperfect7036 10 ай бұрын
i-nodes? More like i-modes! L.O.L!
@philspaghet
@philspaghet 3 жыл бұрын
5:45 LOL I nearly spat out my water XD
@pswalia2u
@pswalia2u 3 жыл бұрын
Nice info. Why do you think, somebody will hack server for hosting porn site 😂?
@tutoriaLinux
@tutoriaLinux 3 жыл бұрын
I saw it a bunch of times when I was working in web security! Crazy things.
The real reason most companies use microservices
10:17
tutoriaLinux
Рет қаралды 11 М.
Popular Linux Interview Questions for DevOps Interviews
14:20
tutoriaLinux
Рет қаралды 127 М.
An Unknown Ending💪
00:49
ISSEI / いっせい
Рет қаралды 52 МЛН
У ГОРДЕЯ ПОЖАР в ОФИСЕ!
01:01
Дима Гордей
Рет қаралды 8 МЛН
отомстил?
00:56
История одного вокалиста
Рет қаралды 7 МЛН
哈莉奎因怎么变骷髅了#小丑 #shorts
00:19
好人小丑
Рет қаралды 50 МЛН
Understanding Linux and UNIX inodes and file metadata
13:46
theurbanpenguin
Рет қаралды 130 М.
Linux File System/Structure Explained!
15:59
DorianDotSlash
Рет қаралды 4,1 МЛН
My 5 Favorite Linux Shell Tricks for SPEEEEEED (and efficiency)
11:06
The Making of Linux: The World's First Open-Source Operating System
11:33
ForrestKnight
Рет қаралды 1,2 МЛН
MicroNuggets: Hard Links versus Soft Links Explained
7:03
CBT Nuggets
Рет қаралды 67 М.
Top 10 Linux Job Interview Questions
16:04
tutoriaLinux
Рет қаралды 2,4 МЛН
100+ Linux Things you Need to Know
12:23
Fireship
Рет қаралды 1,1 МЛН
10 ways Linux is just better!
11:32
Linus Tech Tips
Рет қаралды 4 МЛН
The Linux Filesystem Explained | How Each Directory is Used
14:08
Akamai Developer
Рет қаралды 229 М.
An Unknown Ending💪
00:49
ISSEI / いっせい
Рет қаралды 52 МЛН