Re: Upgraded Ubuntu server from Saucy to Utopic, old aufs mount command now fails

2015-01-14 Thread Daniel Smedegaard Buus
FYI: I noticed that after an aufs mount command fails (e.g. if I accidentally write xino=), the target will still be considered a mountpoint by `mountpoint` ("/Archive is a mountpoint"), even though the folder is empty and `df` and `mount` don't list it as one. Possibly related to the bug you foun

Re: Upgraded Ubuntu server from Saucy to Utopic, old aufs mount command now fails

2015-01-14 Thread sfjro
Daniel Smedegaard Buus: > Do you have any idea why aufs won't mount with autofs? I have a direct > map using tmpfs which works: > > /Archive -fstype=3Dtmpfs,size=3D20M none > > Doing an ls on /Archive instantly mounts it. However, > > /Archive -fstype=3Daufs,ro,xino=3D/run/xino,br=3D/titan

Re: Upgraded Ubuntu server from Saucy to Utopic, old aufs mount command now fails

2015-01-14 Thread Daniel Smedegaard Buus
On Wed, Jan 14, 2015 at 4:01 PM, wrote: > > Daniel Smedegaard Buus: >> Do you have any idea why aufs won't mount with autofs? I have a direct >> map using tmpfs which works: >> >> /Archive -fstype=3Dtmpfs,size=3D20M none >> >> Doing an ls on /Archive instantly mounts it. However, >> >> /A