/dev/mapper/<name>
) as any other block device. To create an ext2
filesystem on the mapped device, use the following command:
mke2fs /dev/mapper/<name>
/mnt/test
にマウントするには、 以下のコマンドを使用します:
/mnt/test
が存在している 必要があります。
mount /dev/mapper/<name> /mnt/test