Chapter 5 – Partitioning the array
39
8. Enter the command to create a Linux
second extended file system on the array.
In the example, the command is
mke2fs
/directory/device
(
mke2fs /dev/hde
).
9. Assign the array a location: Enter
mount
/directory/device /location
(
mount
/dev/hde /tmp
).