'Twas brillig, and John Davis at 06/11/13 17:19 did gyre and gimble:> Hello
>
> I am trying to use systemd on archlinux to mount a file system on
> demand. Here is what Ihave done and here are my results.
>
> Creating a ramdisk image.
>
> # dd if=/dev/zero of=testyfs.raw bs=4096 count=1000
> # mkf
Hello
I am trying to use systemd on archlinux to mount a file system on demand.
Here is what Ihave done and here are my results.
Creating a ramdisk image.
# dd if=/dev/zero of=testyfs.raw bs=4096 count=1000
# mkfs.ext4 -F testyfs.raw
Making a mount point in /mnt
# mkdir /mnt/testyfs
Adding a