Re: [systemd-devel] systemd and automount

2013-11-06 Thread Colin Guthrie
'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

[systemd-devel] systemd and automount

2013-11-06 Thread John Davis
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