Re: mounted volume information

2014-03-26 Thread Riccardo Mottola
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't mount check /etc/mtab? fstab is static. If you want to work

Re: mounted volume information

2014-03-26 Thread Justus Winter
Quoting Riccardo Mottola (2014-03-26 11:19:32) > Hi, > > my volume saga continues. I did quite some work in the past two evenings. > > * I commented out the mounting of the second partition on /home in > /etc/fstab > * Afterwards I could end boot without problems. > * I setup network and upgrade

mounted volume information

2014-03-26 Thread Riccardo Mottola
Hi, my volume saga continues. I did quite some work in the past two evenings. * I commented out the mounting of the second partition on /home in /etc/fstab * Afterwards I could end boot without problems. * I setup network and upgraded everything with apt-get I then want to run fsck on my seco