Furthermore, you do not need to assign inodes anymore when creatingfile systems, as they are now dynamically allocated by JFS2 (meaning you won't be running out of them).
In practice of course, creating the file may be more complex.
在课程实践中,可能还会创建更复杂的文件。
3
As shown in Listing 4, you can continue this process by creating a new file within the new mounted file system, associating it with a loop device, and creating another file system on it.