Welcome to the Linux Foundation Forum!
Doubt in linux file management?
chekkizhar
Posts: 182
in Slackware
Hai,
Am using slackware,fedora. In both cases , there are two dirs,
1. /usr/src/linux-{Kernerl version}/
2. /lib/modules/{kernel-version}/
what is the difference b/w these two? Actually , these two dir content are totally different, I agree. But, which one is the Kernel source ? :huh:
For writing device drivers, I am using the second one. But, actually, the first one only is in "src" dir .
I am not sure , this question is meaningfull or not, may this is so naive. But , want to know the difference. thank you
0
Comments
-
/usr/src/linux-{version} is where the linux kernel source code is stored for you to make new modules or compile a new kernel.
/lib/modules is where your compiled kernel modules are stored to be used by your system, if you make a custom kernel this directory will only contain the modules that you have selected as modules in the kernel configuration.0 -
got it. thank you fillpot. :-)0
-
linustorvalds wrote:
Just to be clear, in Fedora, the kernel source (packaged in kernel-devel or kernel-PAE-devel) is installed to:Hai,
Am using slackware,fedora. In both cases , there are two dirs,
1. /usr/src/linux-{Kernerl version}/
2. /lib/modules/{kernel-version}/
what is the difference b/w these two? Actually , these two dir content are totally different, I agree. But, which one is the Kernel source ? :huh:
For writing device drivers, I am using the second one. But, actually, the first one only is in "src" dir .
I am not sure , this question is meaningfull or not, may this is so naive. But , want to know the difference. thank you
/usr/src/kernels/{kernel_version}/
and like mfillpot said, the kernel modules, etc. are installed to:
/lib/modules/{kernel_version}/
In this directory is a directory named "source" which is actuall a symbolic link to "build" in the same dir and "build" is actually a symbolic link to the above kernel source dir (/usr/src/kernels/{kernel_version}/).0 -
The kernel source can be wherever you want.
The modules, on the otherhand, must be in /lib/modules (or you symlink/hardlink it somehow)
Regards0 -
thanks Marc and atreyu .
@ atreyu : " In this directory is a directory named "source" which is actuall a symbolic link to "build" in the same dir and "build" is actually a symbolic link to the above kernel source dir (/usr/src/kernels/{kernel_version}/). "
Having a Kernel Source is optinal[ I guess]. If that is true, If I dont have kernel source, where these symlinks in lib/modules points to?
And, as Matt told, if we change modules[load/unload], those changes will be in "lib/modules" ,If they are symlinks, will it affect[it has to, I think], the ORIGINAL Kernel source ?0 -
You only need the kernel sources if you are compiling modules for it ( Nvidia drivers or Vritualbox are good examples for things you need the kernel sources)
/lib/modules does not change because of loading or unloading modules, at all. That's only the place to look upon for modules to load, that's all. Loading a modules reads it from disk, that is /lib/modules, and loads it into memory. When unloading... you get the thing, right?
As for the symlinks: you can have symlinks pointing nowhere.
You can check where a symlink is pointing to withls -l
Regards0 -
ya got it.When unloading... you get the thing, right?
yes. so, if i dont have Kernel source also, it will simply points to a location.;)you can have symlinks pointing nowherels -l
ya. thanks marc0
Categories
- All Categories
- 175 LFX Mentorship
- 175 LFX Mentorship: Linux Kernel
- 745 Linux Foundation IT Professional Programs
- 372 Cloud Engineer IT Professional Program
- 168 Advanced Cloud Engineer IT Professional Program
- 73 DevOps IT Professional Program - Discontinued
- 3 DevOps & GitOps IT Professional Program
- 98 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- AI & ML Training
- Blockchain & Decentralized Identity Training
- Cloud & Containers Training
- Cybersecurity Training
- DevOps & Site-Reliability Training
- Linux Kernel Development Training
- Networking Training
- Open Source Best Practice Training
- System Administration Training
- System Engineering Training
- Web & Application Development Training
- 2 LFD103-JP クラス フォーラム
- 4 LFD210-CN Class Forum
- 764 LFD259 Class Forum
- 681 LFS101 Class Forum
- 2 LFS158-JP クラス フォーラム
- 162 LFS207 Class Forum
- 3 LFS207-DE-Klassenforum
- 4 LFS207-JP クラス フォーラム
- 61 LFS241 Class Forum
- 52 LFS242 Class Forum
- 42 LFS243 Class Forum
- 19 LFS244 Class Forum
- 4 LFS250-JP クラス フォーラム
- 166 LFS253 Class Forum
- 19 LFS256 Class Forum
- 1.4K LFS258 Class Forum
- 165 LFS261 Class Forum
- 26 LFS267 Class Forum
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 105 Mobile Computing
- 18 Android
- 72 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 940 Programming and Development
- 310 Kernel Development
- 612 Software Development
- 975 Software
- 367 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)