Make a filesystem on one of the new disks you created the o
Make a filesystem on one of the new disks you created - the one with major number 8 and minor number 16. Use the default filesystem type. Next, use \"sudo\" to create a directory named \"m1\" in the root directory. Now mount the filesystem we just created onto the \"/m1\" directory. How many blocks are used in the new filesystem?
Solution
Use the following command-:
To create a new directory use the mkdir command
1. sudo mkdir m1
To mount the file system use mount command
2. sudo mount /m1
