Re: mounted volume information

2014-03-27 Thread Riccardo Mottola
Hi, Justus Winter wrote: Howver you answer only half of the question: the other one is: if a >volume is not in /etc/fstab, how does it up being mounted during boot? Meet passive translators: If a node in the virtual filesystem (say /home) has a passive translator record, then a translator is st

Re: mounted volume information

2014-03-27 Thread Justus Winter
Quoting Riccardo Mottola (2014-03-26 13:04:58) > Hi, > > Justus Winter wrote: > > df gets its data from /proc/mounts, so if you look there, you should > > see your "mounts". The reason our mount does not show those is that > > mount simply does not read /proc/mounts but only /etc/fstab. > shouldn