Re: [systemd-devel] Path to a mount point that begins with causes problems

2012-06-04 Thread Kay Sievers
On Mon, Jun 4, 2012 at 4:21 AM, Dave Reisner wrote: > On Thu, May 31, 2012 at 02:14:14PM +0200, Peter Lindgren wrote: >> >> I'm using systemd-44 and experiencing some problems with my mount unit. >> >> I have an /etc/systemd/system/.aufs-normal.mount file >> - >> [Unit] >> Description=normal m

Re: [systemd-devel] Path to a mount point that begins with causes problems

2012-06-03 Thread Dave Reisner
On Thu, May 31, 2012 at 02:14:14PM +0200, Peter Lindgren wrote: > Hi, > > I'm using systemd-44 and experiencing some problems with my mount unit. > > I have an /etc/systemd/system/.aufs-normal.mount file > - > [Unit] > Description=normal mount > > [Mount] > What=/dev/mmcblk0p5 > Where=/.aufs

[systemd-devel] Path to a mount point that begins with causes problems

2012-05-31 Thread Peter Lindgren
Hi, I'm using systemd-44 and experiencing some problems with my mount unit. I have an /etc/systemd/system/.aufs-normal.mount file - [Unit] Description=normal mount [Mount] What=/dev/mmcblk0p5 Where=/.aufs/normal Type=ext2 - I am able to run 'systemctl start .aufs-normal.mount' and 'syst