lab 17.2 - a doubt
Hi there,
I have a doubt about the lab 17.2 where we are asked to partition a Disk Image File.
The doubt I have is: how does the fdisk utility recognizes that "imagefile" is (or could be) a disk. Since it is not mounted, the only thing that could indicate to the system that it is in fact a disk, is that it has a file system created on it. I also created another file, out of curiosity, and I didn't create a file system on it, and I can also do the same operations as requested on the lab.
So my question really is, that one could partition any file?
how does the fdisk utility even know what is that it is partitioning?
Comments
-
Hi there, I notice there's not too much interest in answering my question. I would like to elaborate.
I have been reviewing the labs, and some times I get confused, because in some labs we use fdisk to create partitions and in other lbs we are using mkfs to create partitions. And in other ones we are using parted to create partitions. So, my question really is: are those three commands equivalent, in that they are all used to "format disks" or to "create partitions" and/or "make FS"? fdisk/mkfs/parted?
The other question is: when we are creating files using dd, using /dev/zero as a source, I can see that the outfile is:
file imagefile
imagefile: data
and even before assigning this file as a loopback device, I can use all 3 utilities in the output file. But, surely, I cannot mount it. I have even tried to run fdisk/parted/mkfs on copies of binary files on my system, and have succeeded. So my question really is: you can use any file as a target for formatting/partitioning/makingFS?0 -
mkfs formats a disk partition or a file ; it does not create either. Linux utiltiies sense what kind of entity (parition, particular type of file) etc by looking at the object, usually the first few bytes, and don't care about extensions almost ever. You can use any file as a filesystem with mkfs (and you will erase the contents when you do) but you need to mount as a loopback device, not a partition. Once again, you usually don't have to specify -o loop on the mount command as mount is smart and knows when it is a file rather than /dev/.... .
0
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
- 944 Programming and Development
- 310 Kernel Development
- 616 Software Development
- 976 Software
- 368 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)
